Searched refs:fixedWidth (Results 1 – 4 of 4) sorted by relevance
384 bool fixedWidth = (postTable->isFixedPitch && in onGetAdvancedMetrics() local387 if (fixedWidth) { in onGetAdvancedMetrics()
410 SkString familyName, const SkFontStyle& style, bool fixedWidth) in SkTypeface_stream() argument411 : INHERITED(style, fixedWidth) in SkTypeface_stream()
5570 const char *fixedWidth[] = { in TestIsFixedWidth() local5583 for (i = 0; i < UPRV_LENGTHOF(fixedWidth); i++) { in TestIsFixedWidth()5584 cnv = ucnv_open(fixedWidth[i], &status); in TestIsFixedWidth()5586 log_data_err("Error open converter: %s - %s \n", fixedWidth[i], u_errorName(status)); in TestIsFixedWidth()5591 log_err("%s is a fixedWidth converter but returned FALSE.\n", fixedWidth[i]); in TestIsFixedWidth()
5718 String[] fixedWidth = { in TestIsFixedWidth() local5733 for (int i = 0; i < fixedWidth.length; i++) { in TestIsFixedWidth()5734 charset = provider.charsetForName(fixedWidth[i]); in TestIsFixedWidth()5737 errln(fixedWidth[i] + " is a fixedWidth charset but returned false."); in TestIsFixedWidth()