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

/external/skia/include/ports/
H A DSkFontMgr_indirect.h54 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override;
H A DSkFontMgr.h153 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 {
163 return this->onCreateFromFile(path, ttcIndex);
/external/skia/src/ports/
H A DSkFontMgr_custom.h149 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override;
H A DSkFontMgr_custom.cpp239 SkTypeface* SkFontMgr_Custom::onCreateFromFile(const char path[], int ttcIndex) const {
H A DSkFontMgr_FontConfigInterface.cpp257 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override {
H A DSkFontMgr_win_dw.cpp296 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override;
926 SkTypeface* SkFontMgr_DirectWrite::onCreateFromFile(const char path[], int ttcIndex) const { function in class:SkFontMgr_DirectWrite
H A DSkFontMgr_android.cpp417 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override {
H A DSkFontMgr_fontconfig.cpp928 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override {
H A DSkFontHost_mac.cpp2625 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override {
H A DSkFontHost_win.cpp2465 SkTypeface* onCreateFromFile(const char path[], int ttcIndex) const override {
/external/skia/src/fonts/
H A DSkFontMgr_indirect.cpp165 SkTypeface* SkFontMgr_Indirect::onCreateFromFile(const char path[], int ttcIndex) const { function in class:SkFontMgr_Indirect

Completed in 244 milliseconds