OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkFontStyleSet
(Results
1 - 2
of
2
) 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);
48
SkFontStyleSet
* matchFamily(const char familyName[]);
94
virtual
SkFontStyleSet
* onCreateStyleSet(int index) = 0;
97
virtual
SkFontStyleSet
* onMatchFamily(const char familyName[]) = 0;
/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);
48
SkFontStyleSet
* matchFamily(const char familyName[]);
94
virtual
SkFontStyleSet
* onCreateStyleSet(int index) = 0;
97
virtual
SkFontStyleSet
* onMatchFamily(const char familyName[]) = 0;
Completed in 53 milliseconds