Home
last modified time | relevance | path

Searched refs:createStyleSet (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/tools/fonts/
DTestFontMgr.cpp123 return this->createStyleSet(0); in onMatchFamily()
126 return this->createStyleSet(1); in onMatchFamily()
129 return this->createStyleSet(2); in onMatchFamily()
133 return this->createStyleSet(6); in onMatchFamily()
136 return this->createStyleSet(7); in onMatchFamily()
/third_party/skia/docs/examples/
DSkFontMgr_example.cpp21 sk_sp<SkFontStyleSet> styleSet(mgr->createStyleSet(i)); in draw()
DSkFontMgr_example2.cpp22 sk_sp<SkFontStyleSet> styleSet(mgr->createStyleSet(i)); in draw()
/third_party/skia/src/utils/
DSkOrderedFontMgr.cpp40 return fm->createStyleSet(index); in onCreateStyleSet()
/third_party/skia/include/core/
DSkFontMgr.h46 SkFontStyleSet* createStyleSet(int index) const;
/third_party/skia/gm/
Dfontmgr.cpp102 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i)); in onDraw()
347 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i)); in onDraw()
/third_party/skia/tests/
DFontNamesTest.cpp151 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i)); in test_systemfonts()
DTextBlobCacheTest.cpp107 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i)); in text_blob_cache_inner()
DFontMgrTest.cpp93 sk_sp<SkFontStyleSet> set(fm->createStyleSet(i)); in DEF_TEST()
/third_party/skia/src/core/
DSkFontMgr.cpp96 SkFontStyleSet* SkFontMgr::createStyleSet(int index) const { in createStyleSet() function in SkFontMgr
/third_party/skia/fuzz/
DFuzzCanvas.cpp445 sk_sp<SkFontStyleSet> family(fontMugger->createStyleSet(i)); in make_fuzz_typeface()