HomeSort by relevance Sort by last modified time
    Searched full:matchfamilystyle (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_indirect.cpp 272 return this->matchFamilyStyle(familyName.c_str(), fontStyle);
297 SkAutoTUnref<SkTypeface> face(this->matchFamilyStyle(familyName, style));
300 face.reset(this->matchFamilyStyle(NULL, style));
  /external/skia/src/fonts/
SkFontMgr_indirect.cpp 260 return this->matchFamilyStyle(familyName.c_str(), fontStyle);
285 SkAutoTUnref<SkTypeface> face(this->matchFamilyStyle(familyName, style));
288 face.reset(this->matchFamilyStyle(NULL, style));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCacheSkia.cpp 231 ? m_fontManager->matchFamilyStyle(name.data(), fontStyle(fontDescription))
237 // FIXME: Use m_fontManager, SkFontStyle and matchFamilyStyle instead of
  /external/chromium_org/third_party/skia/include/ports/
SkFontMgr.h 63 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
  /external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp 168 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[],
  /external/skia/include/ports/
SkFontMgr.h 63 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
  /external/skia/src/core/
SkFontHost.cpp 160 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[],
  /external/chromium_org/third_party/skia/src/ports/
SkFontMgr_fontconfig.cpp 825 return this->matchFamilyStyle(get_string(fcTypeface->fPattern, FC_FAMILY), style);
    [all...]
SkFontHost_win.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]

Completed in 509 milliseconds