HomeSort by relevance Sort by last modified time
    Searched refs:isFixedWidth (Results 1 - 6 of 6) sorted by null

  /external/skia/src/ports/
SkFontHost_fontconfig.cpp 20 SkTypeface::Style* style, bool* isFixedWidth);
150 bool isFixedWidth = false;
151 if (!find_name_and_attributes(stream, NULL, &style, &isFixedWidth)) {
155 SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style, isFixedWidth, stream));
SkFontConfigInterface_android.cpp 200 SkTypeface::Style* style, bool* isFixedWidth);
241 bool isFixedWidth;
244 &fontRec.fStyle, &isFixedWidth);
    [all...]
  /external/skia/src/fonts/
SkFontMgr_fontconfig.cpp 56 SkTypeface::Style* style, bool* isFixedWidth);
309 bool isFixedWidth = false;
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/fonts/
SkFontMgr_fontconfig.cpp 304 bool isFixedWidth = false;
305 if (!SkTypeface_FreeType::ScanFont(stream, 0, NULL, &style, &isFixedWidth)) {
309 SkTypeface* face = FontConfigTypeface::Create(style, isFixedWidth, stream);
  /external/chromium_org/third_party/skia/src/ports/
SkFontMgr_android.cpp 162 bool isFixedWidth;
164 &familyName, &style, &isFixedWidth)) {
184 style, isFixedWidth, familyName,
SkFontMgr_fontconfig.cpp     [all...]

Completed in 930 milliseconds