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

  /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 510 milliseconds