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

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

Completed in 68 milliseconds