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

  /external/chromium_org/third_party/skia/include/ports/
SkFontMgr.h 19 class SK_API SkFontStyleSet : public SkRefCnt {
21 SK_DECLARE_INST_COUNT(SkFontStyleSet)
28 static SkFontStyleSet* CreateEmpty();
42 SkFontStyleSet* createStyleSet(int index) const;
51 SkFontStyleSet* matchFamily(const char familyName[]) const;
112 virtual SkFontStyleSet* onCreateStyleSet(int index)const = 0;
115 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;
SkFontMgr_indirect.h 35 virtual SkFontStyleSet* onCreateStyleSet(int index) const SK_OVERRIDE;
37 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const SK_OVERRIDE;
  /external/skia/include/ports/
SkFontMgr.h 19 class SK_API SkFontStyleSet : public SkRefCnt {
21 SK_DECLARE_INST_COUNT(SkFontStyleSet)
28 static SkFontStyleSet* CreateEmpty();
42 SkFontStyleSet* createStyleSet(int index) const;
51 SkFontStyleSet* matchFamily(const char familyName[]) const;
112 virtual SkFontStyleSet* onCreateStyleSet(int index)const = 0;
115 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;
SkFontMgr_indirect.h 35 virtual SkFontStyleSet* onCreateStyleSet(int index) const SK_OVERRIDE;
37 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp 72 class SkEmptyFontStyleSet : public SkFontStyleSet {
76 SkDEBUGFAIL("SkFontStyleSet::getStyle called on empty set");
79 SkDEBUGFAIL("SkFontStyleSet::createTypeface called on empty set");
87 SkFontStyleSet* SkFontStyleSet::CreateEmpty() {
101 virtual SkFontStyleSet* onCreateStyleSet(int index) const SK_OVERRIDE {
105 virtual SkFontStyleSet* onMatchFamily(const char[]) const SK_OVERRIDE {
106 return SkFontStyleSet::CreateEmpty();
137 static SkFontStyleSet* emptyOnNull(SkFontStyleSet* fsset)
    [all...]
  /external/skia/src/core/
SkFontHost.cpp 72 class SkEmptyFontStyleSet : public SkFontStyleSet {
76 SkDEBUGFAIL("SkFontStyleSet::getStyle called on empty set");
79 SkDEBUGFAIL("SkFontStyleSet::createTypeface called on empty set");
87 SkFontStyleSet* SkFontStyleSet::CreateEmpty() {
101 virtual SkFontStyleSet* onCreateStyleSet(int index) const SK_OVERRIDE {
105 virtual SkFontStyleSet* onMatchFamily(const char[]) const SK_OVERRIDE {
106 return SkFontStyleSet::CreateEmpty();
137 static SkFontStyleSet* emptyOnNull(SkFontStyleSet* fsset)
    [all...]
  /external/chromium_org/third_party/skia/gm/
fontmgr.cpp 69 SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));
117 SkFontStyleSet* fset) {
135 SkFontStyleSet* fset) {
165 SkAutoTUnref<SkFontStyleSet> fset;
  /external/skia/gm/
fontmgr.cpp 69 SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));
117 SkFontStyleSet* fset) {
135 SkFontStyleSet* fset) {
165 SkAutoTUnref<SkFontStyleSet> fset;
  /external/chromium_org/third_party/skia/tests/
FontMgrTest.cpp 89 SkAutoTUnref<SkFontStyleSet> fnset(fm->matchFamily(fname.c_str()));
90 SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));
FontNamesTest.cpp 148 SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));
  /external/skia/tests/
FontMgrTest.cpp 89 SkAutoTUnref<SkFontStyleSet> fnset(fm->matchFamily(fname.c_str()));
90 SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));
FontNamesTest.cpp 148 SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_indirect.cpp 20 class SkStyleSet_Indirect : public SkFontStyleSet {
171 SkFontStyleSet* SkFontMgr_Indirect::onCreateStyleSet(int index) const {
179 SkFontStyleSet* SkFontMgr_Indirect::onMatchFamily(const char familyName[]) const {
SkFontMgr_fontconfig.cpp 145 class SkFontStyleSet_FC : public SkFontStyleSet {
242 virtual SkFontStyleSet* onCreateStyleSet(int index) const SK_OVERRIDE {
246 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const SK_OVERRIDE {
  /external/skia/src/fonts/
SkFontMgr_indirect.cpp 20 class SkStyleSet_Indirect : public SkFontStyleSet {
171 SkFontStyleSet* SkFontMgr_Indirect::onCreateStyleSet(int index) const {
179 SkFontStyleSet* SkFontMgr_Indirect::onMatchFamily(const char familyName[]) const {
SkFontMgr_fontconfig.cpp 145 class SkFontStyleSet_FC : public SkFontStyleSet {
242 virtual SkFontStyleSet* onCreateStyleSet(int index) const SK_OVERRIDE {
246 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const SK_OVERRIDE {
  /external/chromium_org/third_party/skia/src/ports/
SkFontMgr_win_dw.cpp 269 virtual SkFontStyleSet* onCreateStyleSet(int index) const SK_OVERRIDE;
270 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const SK_OVERRIDE;
299 class SkFontStyleSet_DirectWrite : public SkFontStyleSet {
458 SkFontStyleSet* SkFontMgr_DirectWrite::onCreateStyleSet(int index) const {
465 SkFontStyleSet* SkFontMgr_DirectWrite::onMatchFamily(const char familyName[]) const {
482 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName));
SkFontHost_linux.cpp 134 class SkFontStyleSet_Custom : public SkFontStyleSet {
241 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName));
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]
  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 269 virtual SkFontStyleSet* onCreateStyleSet(int index) const SK_OVERRIDE;
270 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const SK_OVERRIDE;
299 class SkFontStyleSet_DirectWrite : public SkFontStyleSet {
458 SkFontStyleSet* SkFontMgr_DirectWrite::onCreateStyleSet(int index) const {
465 SkFontStyleSet* SkFontMgr_DirectWrite::onMatchFamily(const char familyName[]) const {
482 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName));
SkFontHost_linux.cpp 134 class SkFontStyleSet_Custom : public SkFontStyleSet {
241 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName));
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]

Completed in 683 milliseconds