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

  /external/skia/include/ports/
SkFontMgr.h 22 class SK_API SkFontStyleSet : public SkRefCnt {
29 static SkFontStyleSet* CreateEmpty();
42 SkFontStyleSet* createStyleSet(int index) const;
53 SkFontStyleSet* matchFamily(const char familyName[]) const;
179 virtual SkFontStyleSet* onCreateStyleSet(int index)const = 0;
182 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;
SkFontMgr_indirect.h 37 SkFontStyleSet* onCreateStyleSet(int index) const override;
39 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
  /external/skia/src/core/
SkFontMgr.cpp 17 class SkEmptyFontStyleSet : public SkFontStyleSet {
21 SkDEBUGFAIL("SkFontStyleSet::getStyle called on empty set");
24 SkDEBUGFAIL("SkFontStyleSet::createTypeface called on empty set");
32 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { return new SkEmptyFontStyleSet; }
44 SkFontStyleSet* onCreateStyleSet(int index) const override {
48 SkFontStyleSet* onMatchFamily(const char[]) const override {
49 return SkFontStyleSet::CreateEmpty();
82 static SkFontStyleSet* emptyOnNull(SkFontStyleSet* fsset)
    [all...]
  /external/skia/gm/
fontmgr.cpp 100 SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));
147 SkFontStyleSet* fset) {
165 SkFontStyleSet* fset) {
195 SkAutoTUnref<SkFontStyleSet> fset;
275 SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));
  /external/skia/src/fonts/
SkFontMgr_indirect.cpp 25 class SkStyleSet_Indirect : public SkFontStyleSet {
81 SkFontStyleSet* SkFontMgr_Indirect::onCreateStyleSet(int index) const {
89 SkFontStyleSet* SkFontMgr_Indirect::onMatchFamily(const char familyName[]) const {
SkFontMgr_fontconfig.cpp 140 class SkFontStyleSet_FC : public SkFontStyleSet {
235 SkFontStyleSet* onCreateStyleSet(int index) const override {
239 SkFontStyleSet* onMatchFamily(const char familyName[]) const override {
  /external/skia/src/ports/
SkFontMgr_android.cpp 140 class SkFontStyleSet_Android : public SkFontStyleSet {
270 typedef SkFontStyleSet INHERITED;
323 SkFontStyleSet* onCreateStyleSet(int index) const override {
330 SkFontStyleSet* onMatchFamily(const char familyName[]) const override {
351 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName));
511 SkFontStyleSet* fDefaultFamily;
551 SkFontStyleSet* set = this->onMatchFamily(gDefaultNames[i]);
SkFontMgr_win_dw.cpp 285 SkFontStyleSet* onCreateStyleSet(int index) const override;
286 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
322 class SkFontStyleSet_DirectWrite : public SkFontStyleSet {
481 SkFontStyleSet* SkFontMgr_DirectWrite::onCreateStyleSet(int index) const {
488 SkFontStyleSet* SkFontMgr_DirectWrite::onMatchFamily(const char familyName[]) const {
505 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName));
    [all...]
SkFontMgr_custom.cpp 121 class SkFontStyleSet_Custom : public SkFontStyleSet {
261 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName));
SkFontMgr_fontconfig.cpp 464 class StyleSet : public SkFontStyleSet {
621 SkFontStyleSet* onCreateStyleSet(int index) const override {
690 SkFontStyleSet* onMatchFamily(const char familyName[]) const override {
    [all...]
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]
  /external/skia/tests/
TextBlobCacheTest.cpp 97 SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));
FontMgrTest.cpp 94 SkAutoTUnref<SkFontStyleSet> fnset(fm->matchFamily(fname.c_str()));
95 SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));
161 class TestFontStyleSet : public SkFontStyleSet {
FontNamesTest.cpp 148 SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));

Completed in 318 milliseconds