Home
last modified time | relevance | path

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

/external/skia/src/fonts/
DSkFontMgr_fontconfig.cpp310 bool isFixedWidth = false; in onCreateFromStream() local
311 if (!fScanner.scanFont(stream, 0, NULL, &style, &isFixedWidth)) { in onCreateFromStream()
315 SkTypeface* face = FontConfigTypeface::Create(style, isFixedWidth, stream.detach()); in onCreateFromStream()
/external/skia/src/ports/
DSkFontMgr_android.cpp139 bool isFixedWidth; in SkFontStyleSet_Android() local
140 if (!scanner.scanFont(stream.get(), ttcIndex, &familyName, &style, &isFixedWidth)) { in SkFontStyleSet_Android()
171 style, isFixedWidth, familyName, in SkFontStyleSet_Android()
DSkFontMgr_fontconfig.cpp824 bool isFixedWidth = false; in onCreateFromStream() local
825 if (!fScanner.scanFont(stream, ttcIndex, NULL, &style, &isFixedWidth)) { in onCreateFromStream()
829 return SkNEW_ARGS(SkTypeface_stream, (style, isFixedWidth, ttcIndex, in onCreateFromStream()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetICU.java381 public boolean isFixedWidth() { in isFixedWidth() method in CharsetICU
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java5645 if (!((CharsetICU)charset).isFixedWidth()) { in TestIsFixedWidth()
5653 if (((CharsetICU)charset).isFixedWidth()) { in TestIsFixedWidth()