Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFontMgr.cpp74 SkTypeface* onCreateFromFile(const char[], int) const override { in onCreateFromFile() function in SkEmptyFontMgr
165 return this->onCreateFromFile(path, ttcIndex); in createFromFile()
/external/skia/include/ports/
DSkFontMgr_indirect.h54 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override;
DSkFontMgr.h197 virtual SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const = 0;
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp179 SkTypeface* SkFontMgr_Indirect::onCreateFromFile(const char path[], int ttcIndex) const { in onCreateFromFile() function in SkFontMgr_Indirect
DSkFontMgr_fontconfig.cpp316 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override { in onCreateFromFile() function in SkFontMgr_fontconfig
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp296 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override;
923 SkTypeface* SkFontMgr_DirectWrite::onCreateFromFile(const char path[], int ttcIndex) const { in onCreateFromFile() function in SkFontMgr_DirectWrite
DSkFontMgr_custom.cpp306 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override { in onCreateFromFile() function in SkFontMgr_Custom
DSkFontMgr_android.cpp439 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override { in onCreateFromFile() function in SkFontMgr_Android
DSkFontMgr_fontconfig.cpp864 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override { in onCreateFromFile() function in SkFontMgr_fontconfig
DSkFontHost_mac.cpp2588 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override { in onCreateFromFile() function in SkFontMgr_Mac
DSkFontHost_win.cpp2489 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override { in onCreateFromFile() function in SkFontMgrGDI