Searched defs:SkFontStyleSet_Custom (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_linux.cpp136 * SkFontStyleSet_Custom
140 class SkFontStyleSet_Custom : public SkFontStyleSet { class in inherits:SkFontStyleSet
142 explicit SkFontStyleSet_Custom(const SkString familyName) : fFamilyName(familyName) { } function in class:SkFontStyleSet_Custom
210 * This class is essentially a collection of SkFontStyleSet_Custom,
211 * one SkFontStyleSet_Custom for each family. This class may be modified
230 virtual SkFontStyleSet_Custom* onCreateStyleSet(int index) const SK_OVERRIDE {
235 virtual SkFontStyleSet_Custom* onMatchFamily(const char familyName[]) const SK_OVERRIDE {
352 SkFontStyleSet_Custom* addTo = this->onMatchFamily(realname.c_str());
354 addTo = new SkFontStyleSet_Custom(realname);
375 SkFontStyleSet_Custom* famil
[all...]
/external/skia/src/ports/
H A DSkFontHost_linux.cpp130 * SkFontStyleSet_Custom
134 class SkFontStyleSet_Custom : public SkFontStyleSet { class in inherits:SkFontStyleSet
136 explicit SkFontStyleSet_Custom(const SkString familyName) : fFamilyName(familyName) { } function in class:SkFontStyleSet_Custom
204 * This class is essentially a collection of SkFontStyleSet_Custom,
205 * one SkFontStyleSet_Custom for each family. This class may be modified
224 virtual SkFontStyleSet_Custom* onCreateStyleSet(int index) const SK_OVERRIDE {
229 virtual SkFontStyleSet_Custom* onMatchFamily(const char familyName[]) const SK_OVERRIDE {
345 SkFontStyleSet_Custom* addTo = this->onMatchFamily(realname.c_str());
347 addTo = new SkFontStyleSet_Custom(realname);
369 SkFontStyleSet_Custom* famil
[all...]

Completed in 82 milliseconds