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

  /external/skia/include/ports/
SkFontMgr.h 42 SkFontStyleSet* createStyleSet(int index) const;
53 * createStyleSet(int) due to hidden or auto-activated fonts.
67 * createStyleSet(int) or matchFamily(const char[]) due to hidden or
  /external/skia/tests/
TextBlobCacheTest.cpp 88 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i));
FontNamesTest.cpp 148 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i));
FontMgrTest.cpp 93 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i));
  /external/skia/gm/
fontmgr.cpp 101 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i));
276 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i));
  /external/skia/src/core/
SkFontMgr.cpp 97 SkFontStyleSet* SkFontMgr::createStyleSet(int index) const {
  /external/skia/fuzz/
FuzzCanvas.cpp 606 sk_sp<SkFontStyleSet> family(fontMugger->createStyleSet(i));
    [all...]

Completed in 177 milliseconds