Home
last modified time | relevance | path

Searched refs:shaper (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/awt/font/
DNumericShaper.java999 NumericShaper shaper = new NumericShaper(Range.EUROPEAN, ranges); in getContextualShaper() local
1000 shaper.mask = CONTEXTUAL_MASK; in getContextualShaper()
1001 return shaper; in getContextualShaper()
1045 NumericShaper shaper = new NumericShaper(defaultContext, ranges); in getContextualShaper() local
1046 shaper.mask = CONTEXTUAL_MASK; in getContextualShaper()
1047 return shaper; in getContextualShaper()