Searched refs:isFixedWidth (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/src/ports/ |
D | SkFontHost_fontconfig.cpp | 20 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()
|
D | SkFontConfigInterface_android.cpp | 200 SkTypeface::Style* style, bool* isFixedWidth); 241 bool isFixedWidth; in SkFontConfigInterfaceAndroid() local 244 &fontRec.fStyle, &isFixedWidth); in SkFontConfigInterfaceAndroid()
|
/external/skia/src/ports/ |
D | SkFontHost_fontconfig.cpp | 20 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()
|
D | SkFontConfigInterface_android.cpp | 200 SkTypeface::Style* style, bool* isFixedWidth); 241 bool isFixedWidth; in SkFontConfigInterfaceAndroid() local 244 &fontRec.fStyle, &isFixedWidth); in SkFontConfigInterfaceAndroid()
|
/external/skia/src/fonts/ |
D | SkFontMgr_fontconfig.cpp | 23 SkTypeface::Style* style, bool* isFixedWidth); 281 bool isFixedWidth = false; in onCreateFromStream() local 282 if (!find_name_and_attributes(stream, NULL, &style, &isFixedWidth)) { in onCreateFromStream() 286 SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style, isFixedWidth, stream)); in onCreateFromStream()
|
/external/chromium_org/third_party/skia/src/fonts/ |
D | SkFontMgr_fontconfig.cpp | 23 SkTypeface::Style* style, bool* isFixedWidth); 281 bool isFixedWidth = false; in onCreateFromStream() local 282 if (!find_name_and_attributes(stream, NULL, &style, &isFixedWidth)) { in onCreateFromStream() 286 SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style, isFixedWidth, stream)); in onCreateFromStream()
|