HomeSort by relevance Sort by last modified time
    Searched refs:onCreateStyleSet (Results 1 - 11 of 11) sorted by null

  /external/skia/include/ports/
SkFontMgr_indirect.h 37 SkFontStyleSet* onCreateStyleSet(int index) const override;
SkFontMgr.h 179 virtual SkFontStyleSet* onCreateStyleSet(int index)const = 0;
  /external/skia/src/core/
SkFontMgr.cpp 44 SkFontStyleSet* onCreateStyleSet(int index) const override {
45 SkDEBUGFAIL("onCreateStyleSet called with bad index");
98 return emptyOnNull(this->onCreateStyleSet(index));
  /external/skia/src/fonts/
SkFontMgr_indirect.cpp 81 SkFontStyleSet* SkFontMgr_Indirect::onCreateStyleSet(int index) const {
SkFontMgr_fontconfig.cpp 235 SkFontStyleSet* onCreateStyleSet(int index) const override {
  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 285 SkFontStyleSet* onCreateStyleSet(int index) const override;
481 SkFontStyleSet* SkFontMgr_DirectWrite::onCreateStyleSet(int index) const {
500 return this->onCreateStyleSet(index);
    [all...]
SkFontMgr_custom.cpp 244 SkFontStyleSet_Custom* onCreateStyleSet(int index) const override {
SkFontMgr_android.cpp 323 SkFontStyleSet* onCreateStyleSet(int index) const override {
SkFontMgr_fontconfig.cpp 621 SkFontStyleSet* onCreateStyleSet(int index) const override {
    [all...]
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]

Completed in 50 milliseconds