Home
last modified time | relevance | path

Searched refs:isFixedWidth (Results 1 – 6 of 6) sorted by relevance

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