Home | History | Annotate | Download | only in ports

Lines Matching refs:isFixedWidth

828         bool isFixedWidth = false;
829 if (!fScanner.scanFont(stream, ttcIndex, nullptr, &style, &isFixedWidth, nullptr)) {
834 isFixedWidth);
877 bool isFixedWidth = false;
878 if (!fScanner.scanFont(stream, ttcIndex, nullptr, &style, &isFixedWidth, nullptr)) {
882 return new SkTypeface_stream(fontData, style, isFixedWidth);