Home | History | Annotate | Download | only in ports

Lines Matching refs:isFixedWidth

893         bool isFixedWidth = false;
894 if (!fScanner.scanFont(stream.get(), ttcIndex, &name, &style, &isFixedWidth, nullptr)) {
899 return new SkTypeface_stream(std::move(data), std::move(name), style, isFixedWidth);
942 bool isFixedWidth = false;
943 if (!fScanner.scanFont(stream, ttcIndex, &name, &style, &isFixedWidth, nullptr)) {
947 return new SkTypeface_stream(std::move(fontData), std::move(name), style, isFixedWidth);