/external/skqp/tools/fonts/ |
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
|
/external/skia/tools/fonts/ |
D | TestEmptyTypeface.h | 41 int onCountGlyphs() const override { return 0; } in onCountGlyphs() function
|
D | TestTypeface.h | 89 int onCountGlyphs() const override { return (int)fTestFont->fCharCodesCount; } in onCountGlyphs() function
|
D | RandomScalerContext.cpp | 187 int SkRandomTypeface::onCountGlyphs() const { return fProxy->countGlyphs(); } in onCountGlyphs() function in SkRandomTypeface
|
D | TestSVGTypeface.h | 101 int onCountGlyphs() const override { return fGlyphCount; } in onCountGlyphs() function
|
/external/skqp/src/core/ |
D | SkTypeface_remote.h | 131 int onCountGlyphs() const override { in onCountGlyphs() function
|
D | SkTypeface.cpp | 67 int onCountGlyphs() const override { return 0; } in onCountGlyphs() function in __anon29baa0b50111::SkEmptyTypeface
|
/external/skia/src/core/ |
D | SkTypeface_remote.h | 119 int onCountGlyphs() const override { in onCountGlyphs() function
|
D | SkTypeface.cpp | 56 int onCountGlyphs() const override { return 0; } in onCountGlyphs() function in __anon9b382a9e0111::SkEmptyTypeface
|
/external/skqp/tests/ |
D | FontMgrTest.cpp | 145 int onCountGlyphs() const override { return 0; } in test_matchStyleCSS3() function in test_matchStyleCSS3::TestTypeface
|
/external/skia/src/ports/ |
D | SkTypeface_win_dw.cpp | 95 int DWriteFontTypeface::onCountGlyphs() const { in onCountGlyphs() function in DWriteFontTypeface
|
D | SkTypeface_mac_ct.cpp | 1106 int SkTypeface_Mac::onCountGlyphs() const { in onCountGlyphs() function in SkTypeface_Mac
|
D | SkFontHost_FreeType.cpp | 1795 int SkTypeface_FreeType::onCountGlyphs() const { in onCountGlyphs() function in SkTypeface_FreeType
|
D | SkFontHost_win.cpp | 1990 int LogFontTypeface::onCountGlyphs() const { in onCountGlyphs() function in LogFontTypeface
|
/external/skia/tests/ |
D | FontMgrTest.cpp | 148 int onCountGlyphs() const override { return 0; } in DEF_TEST() function in DEF_TEST::TestTypeface
|
/external/skqp/src/ports/ |
D | SkTypeface_win_dw.cpp | 129 int DWriteFontTypeface::onCountGlyphs() const { in onCountGlyphs() function in DWriteFontTypeface
|
D | SkFontHost_FreeType.cpp | 1613 int SkTypeface_FreeType::onCountGlyphs() const { in onCountGlyphs() function in SkTypeface_FreeType
|
D | SkFontHost_win.cpp | 2104 int LogFontTypeface::onCountGlyphs() const { in onCountGlyphs() function in LogFontTypeface
|
D | SkFontHost_mac.cpp | 2408 int SkTypeface_Mac::onCountGlyphs() const { in onCountGlyphs() function in SkTypeface_Mac
|
/external/skia/src/utils/ |
D | SkCustomTypeface.cpp | 75 int onCountGlyphs() const override { return this->glyphCount(); } in onCountGlyphs() function in SkUserTypeface
|