Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkTypeface_win_dw.cpp533 bool fixedWidth = (postTable->isFixedPitch && in onGetAdvancedMetrics() local
536 if (fixedWidth) { in onGetAdvancedMetrics()
DSkFontMgr_fontconfig.cpp423 SkString familyName, const SkFontStyle& style, bool fixedWidth) in SkTypeface_stream() argument
424 : INHERITED(style, fixedWidth) in SkTypeface_stream()
/external/skqp/src/ports/
DSkTypeface_win_dw.cpp533 bool fixedWidth = (postTable->isFixedPitch && in onGetAdvancedMetrics() local
536 if (fixedWidth) { in onGetAdvancedMetrics()
DSkFontMgr_fontconfig.cpp424 SkString familyName, const SkFontStyle& style, bool fixedWidth) in SkTypeface_stream() argument
425 : INHERITED(style, fixedWidth) in SkTypeface_stream()
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c5580 const char *fixedWidth[] = { in TestIsFixedWidth() local
5593 for (i = 0; i < UPRV_LENGTHOF(fixedWidth); i++) { in TestIsFixedWidth()
5594 cnv = ucnv_open(fixedWidth[i], &status); in TestIsFixedWidth()
5596 log_data_err("Error open converter: %s - %s \n", fixedWidth[i], u_errorName(status)); in TestIsFixedWidth()
5601 log_err("%s is a fixedWidth converter but returned FALSE.\n", fixedWidth[i]); in TestIsFixedWidth()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java5673 String[] fixedWidth = { in TestIsFixedWidth() local
5688 for (int i = 0; i < fixedWidth.length; i++) { in TestIsFixedWidth()
5689 charset = provider.charsetForName(fixedWidth[i]); in TestIsFixedWidth()
5692 errln(fixedWidth[i] + " is a fixedWidth charset but returned false."); in TestIsFixedWidth()