Lines Matching refs:SkFontMgr
9 #include "SkFontMgr.h"
36 class SkEmptyFontMgr : public SkFontMgr {
89 int SkFontMgr::countFamilies() const {
93 void SkFontMgr::getFamilyName(int index, SkString* familyName) const {
97 SkFontStyleSet* SkFontMgr::createStyleSet(int index) const {
101 SkFontStyleSet* SkFontMgr::matchFamily(const char familyName[]) const {
105 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[],
110 SkTypeface* SkFontMgr::matchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style,
116 SkTypeface* SkFontMgr::matchFaceStyle(const SkTypeface* face,
121 SkTypeface* SkFontMgr::createFromData(SkData* data, int ttcIndex) const {
128 SkTypeface* SkFontMgr::createFromStream(SkStreamAsset* stream, int ttcIndex) const {
135 SkTypeface* SkFontMgr::createFromStream(SkStreamAsset* stream, const FontParameters& params) const {
142 SkTypeface* SkFontMgr::createFromFontData(SkFontData* data) const {
150 SkTypeface* SkFontMgr::onCreateFromStream(SkStreamAsset* stream, const FontParameters& p) const {
155 SkTypeface* SkFontMgr::onCreateFromFontData(SkFontData* data) const {
161 SkTypeface* SkFontMgr::createFromFile(const char path[], int ttcIndex) const {
168 SkTypeface* SkFontMgr::legacyCreateTypeface(const char familyName[],
173 SK_DECLARE_STATIC_ONCE_PTR(SkFontMgr, singleton);
174 SkFontMgr* SkFontMgr::RefDefault() {
176 SkFontMgr* fm = SkFontMgr::Factory();