/third_party/flutter/skia/include/core/ |
D | SkTypeface.h | 340 this->onFilterRec(rec); in filterRec() 366 virtual void onFilterRec(SkScalerContextRec*) const = 0;
|
/third_party/skia/include/core/ |
D | SkTypeface.h | 338 this->onFilterRec(rec); in filterRec() 363 virtual void onFilterRec(SkScalerContextRec*) const = 0;
|
/third_party/flutter/skia/tools/fonts/ |
D | RandomScalerContext.h | 29 void onFilterRec(SkScalerContextRec*) const override;
|
D | TestEmptyTypeface.h | 30 void onFilterRec(SkScalerContextRec*) const override {} in onFilterRec() function
|
D | TestTypeface.h | 75 void onFilterRec(SkScalerContextRec* rec) const override;
|
D | TestSVGTypeface.h | 85 void onFilterRec(SkScalerContextRec* rec) const override;
|
D | RandomScalerContext.cpp | 153 void SkRandomTypeface::onFilterRec(SkScalerContextRec* rec) const { in onFilterRec() function in SkRandomTypeface
|
D | TestTypeface.cpp | 112 void TestTypeface::onFilterRec(SkScalerContextRec* rec) const { in onFilterRec() function in TestTypeface
|
/third_party/skia/tools/fonts/ |
D | RandomScalerContext.h | 29 void onFilterRec(SkScalerContextRec*) const override;
|
D | TestEmptyTypeface.h | 33 void onFilterRec(SkScalerContextRec*) const override {} in onFilterRec() function
|
D | TestTypeface.h | 75 void onFilterRec(SkScalerContextRec* rec) const override;
|
D | TestSVGTypeface.h | 87 void onFilterRec(SkScalerContextRec* rec) const override;
|
D | TestTypeface.cpp | 109 void TestTypeface::onFilterRec(SkScalerContextRec* rec) const { in onFilterRec() function in TestTypeface
|
D | RandomScalerContext.cpp | 151 void SkRandomTypeface::onFilterRec(SkScalerContextRec* rec) const { in onFilterRec() function in SkRandomTypeface
|
/third_party/flutter/skia/src/core/ |
D | SkTypeface_remote.h | 102 void onFilterRec(SkScalerContextRec* rec) const override { in onFilterRec() function
|
D | SkTypeface.cpp | 55 void onFilterRec(SkScalerContextRec*) const override { } in onFilterRec() function in __anona90fa3bc0111::SkEmptyTypeface
|
/third_party/skia/src/core/ |
D | SkTypeface_remote.h | 103 void onFilterRec(SkScalerContextRec* rec) const override { in onFilterRec() function
|
/third_party/skia/src/ports/ |
D | SkTypeface_mac_ct.h | 108 void onFilterRec(SkScalerContextRec*) const override;
|
D | SkFontHost_FreeType_common.h | 118 void onFilterRec(SkScalerContextRec*) const override;
|
D | SkTypeface_win_dw.h | 128 void onFilterRec(SkScalerContextRec*) const override;
|
D | SkFontMgr_fontconfig.cpp | 481 void onFilterRec(SkScalerContextRec* rec) const override { in onFilterRec() function in SkTypeface_fontconfig 508 this->INHERITED::onFilterRec(rec); in onFilterRec()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_FreeType_common.h | 99 void onFilterRec(SkScalerContextRec*) const override;
|
D | SkTypeface_win_dw.h | 115 void onFilterRec(SkScalerContextRec*) const override;
|
D | SkFontMgr_fontconfig.cpp | 505 void onFilterRec(SkScalerContextRec* rec) const override { in onFilterRec() function in SkTypeface_fontconfig 532 this->INHERITED::onFilterRec(rec); in onFilterRec()
|
/third_party/skia/src/utils/ |
D | SkCustomTypeface.cpp | 56 void onFilterRec(SkScalerContextRec* rec) const override; 150 void SkUserTypeface::onFilterRec(SkScalerContextRec* rec) const { in onFilterRec() function in SkUserTypeface
|