Lines Matching refs:isFixedWidth
76761 + &font.isFixedWidth, &axisDefs) == false) {
77313 + style(SkFontStyle::Normal()), isFixedWidth(false), stream(nullptr)
77322 + style(font.style), isFixedWidth(font.isFixedWidth), stream(nullptr)
77336 + style(font.style), isFixedWidth(font.isFixedWidth), stream(nullptr)
77351 + style(SkFontStyle::Normal()), isFixedWidth(false), stream(nullptr)
77376 + isFixedWidth = font.isFixedWidth;
77397 + isFixedWidth = font.isFixedWidth;
77426 + bool isFixedWidth; // the flag to indicate if the font has fixed width or not
77848 + &fontInfo.isFixedWidth, nullptr)) {
77855 + &fontInfo.isFixedWidth, &axisDef)) {
77885 + &fontInfo.isFixedWidth, nullptr)) {
77893 + &fontInfo.isFixedWidth, &axisDefs)) {
78156 + : SkTypeface_FreeType(info.style, info.isFixedWidth),
78166 + : SkTypeface_FreeType(info.style, info.isFixedWidth)