Searched defs:isFixedWidth (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_fontconfig.cpp20 SkTypeface::Style* style, bool* isFixedWidth);
150 bool isFixedWidth = false; local
151 if (!find_name_and_attributes(stream, NULL, &style, &isFixedWidth)) {
155 SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style, isFixedWidth, stream));
H A DSkFontConfigInterface_android.cpp200 SkTypeface::Style* style, bool* isFixedWidth);
241 bool isFixedWidth; local
244 &fontRec.fStyle, &isFixedWidth);
/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp304 bool isFixedWidth = false; variable
305 if (!SkTypeface_FreeType::ScanFont(stream, 0, NULL, &style, &isFixedWidth)) {
309 SkTypeface* face = FontConfigTypeface::Create(style, isFixedWidth, stream);
/external/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp56 SkTypeface::Style* style, bool* isFixedWidth);
309 bool isFixedWidth = false; variable
310 if (!find_name_and_attributes(stream, NULL, &style, &isFixedWidth)) {
314 SkTypeface* face = FontConfigTypeface::Create(style, isFixedWidth, stream);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_android.cpp162 bool isFixedWidth; local
164 &familyName, &style, &isFixedWidth)) {
184 style, isFixedWidth, familyName,

Completed in 337 milliseconds