Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_mac.cpp2203 class SkFontStyleSet_Mac : public SkFontStyleSet { class
2205 SkFontStyleSet_Mac(CFStringRef familyName, CTFontDescriptorRef desc) in SkFontStyleSet_Mac() function in SkFontStyleSet_Mac
2216 virtual ~SkFontStyleSet_Mac() { in ~SkFontStyleSet_Mac()
2296 return new SkFontStyleSet_Mac(cfFamilyName, desc); in CreateSet()