Searched refs:isFixedWidth (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/fonts/ |
D | SkFontMgr_fontconfig.cpp | 310 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/ |
D | SkFontMgr_android.cpp | 139 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()
|
D | SkFontMgr_fontconfig.cpp | 824 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/ |
D | CharsetICU.java | 381 public boolean isFixedWidth() { in isFixedWidth() method in CharsetICU
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestCharset.java | 5645 if (!((CharsetICU)charset).isFixedWidth()) { in TestIsFixedWidth() 5653 if (((CharsetICU)charset).isFixedWidth()) { in TestIsFixedWidth()
|