/external/skia/tools/fonts/ |
D | SkRandomScalerContext.h | 38 int onCountGlyphs() const override;
|
D | SkTestEmptyTypeface.h | 39 int onCountGlyphs() const override { return 0; } in onCountGlyphs() function
|
D | SkTestTypeface.h | 90 int onCountGlyphs() const override { in onCountGlyphs() function
|
D | SkTestSVGTypeface.h | 97 int onCountGlyphs() const override { in onCountGlyphs() function
|
D | SkRandomScalerContext.cpp | 198 int SkRandomTypeface::onCountGlyphs() const { in onCountGlyphs() function in SkRandomTypeface
|
D | SkTestTypeface.cpp | 190 return this->getTestTypeface()->onCountGlyphs(); in generateGlyphCount()
|
/external/skqp/tools/fonts/ |
D | SkRandomScalerContext.h | 38 int onCountGlyphs() const override;
|
D | SkTestEmptyTypeface.h | 39 int onCountGlyphs() const override { return 0; } in onCountGlyphs() function
|
D | SkTestTypeface.h | 90 int onCountGlyphs() const override { in onCountGlyphs() function
|
D | SkTestSVGTypeface.h | 97 int onCountGlyphs() const override { in onCountGlyphs() function
|
D | SkRandomScalerContext.cpp | 198 int SkRandomTypeface::onCountGlyphs() const { in onCountGlyphs() function in SkRandomTypeface
|
D | SkTestTypeface.cpp | 190 return this->getTestTypeface()->onCountGlyphs(); in generateGlyphCount()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.h | 107 int onCountGlyphs() const override;
|
D | SkTypeface_win_dw.h | 121 int onCountGlyphs() const override;
|
D | SkTypeface_win_dw.cpp | 129 int DWriteFontTypeface::onCountGlyphs() const { in onCountGlyphs() function in DWriteFontTypeface
|
/external/skqp/src/ports/ |
D | SkFontHost_FreeType_common.h | 107 int onCountGlyphs() const override;
|
D | SkTypeface_win_dw.h | 118 int onCountGlyphs() const override;
|
D | SkTypeface_win_dw.cpp | 129 int DWriteFontTypeface::onCountGlyphs() const { in onCountGlyphs() function in DWriteFontTypeface
|
/external/skia/src/core/ |
D | SkTypeface.cpp | 67 int onCountGlyphs() const override { return 0; } in onCountGlyphs() function in __anona83071570111::SkEmptyTypeface 308 return this->onCountGlyphs(); in countGlyphs()
|
D | SkTypeface_remote.h | 131 int onCountGlyphs() const override { in onCountGlyphs() function
|
/external/skqp/src/core/ |
D | SkTypeface.cpp | 67 int onCountGlyphs() const override { return 0; } in onCountGlyphs() function in __anon36b2e76e0111::SkEmptyTypeface 308 return this->onCountGlyphs(); in countGlyphs()
|
D | SkTypeface_remote.h | 131 int onCountGlyphs() const override { in onCountGlyphs() function
|
/external/skqp/include/core/ |
D | SkTypeface.h | 398 virtual int onCountGlyphs() const = 0;
|
/external/skia/include/core/ |
D | SkTypeface.h | 398 virtual int onCountGlyphs() const = 0;
|
/external/skia/tests/ |
D | FontMgrTest.cpp | 146 int onCountGlyphs() const override { return 0; } in test_matchStyleCSS3() function in test_matchStyleCSS3::TestTypeface
|