Home
last modified time | relevance | path

Searched refs:getGlyphToUnicodeMap (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/skia/src/ports/
H A DSkTypeface_proxy.cpp89 void SkTypeface_proxy::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const { in getGlyphToUnicodeMap() function in SkTypeface_proxy
90 fProxy->getGlyphToUnicodeMap(glyphToUnicode); in getGlyphToUnicodeMap()
H A DSkTypeface_proxy.h69 void getGlyphToUnicodeMap(SkUnichar* unichar) const override;
H A DSkTypeface_FreeType.h57 void getGlyphToUnicodeMap(SkUnichar*) const override;
H A DSkTypeface_mac_ct.h119 void getGlyphToUnicodeMap(SkUnichar*) const override;
H A DSkTypeface_win_dw.h123 void getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const override;
H A DSkTypeface_fontations_priv.h226 void getGlyphToUnicodeMap(SkUnichar*) const override;
H A DSkFontHost_win.cpp288 void getGlyphToUnicodeMap(SkUnichar*) const override;
1618 void LogFontTypeface::getGlyphToUnicodeMap(SkUnichar* dstArray) const { in getGlyphToUnicodeMap() function in LogFontTypeface
H A DSkTypeface_mac_ct.cpp483 void SkTypeface_Mac::getGlyphToUnicodeMap(SkUnichar* dstArray) const { in getGlyphToUnicodeMap() function in SkTypeface_Mac
H A DSkTypeface_win_dw.cpp717 void DWriteFontTypeface::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const { in getGlyphToUnicodeMap() function in DWriteFontTypeface
H A DSkTypeface_fontations.cpp256 void SkTypeface_Fontations::getGlyphToUnicodeMap(SkUnichar* codepointForGlyphMap) const { in getGlyphToUnicodeMap() function in SkTypeface_Fontations
H A DSkFontHost_FreeType.cpp645 void SkTypeface_FreeType::getGlyphToUnicodeMap(SkUnichar* dstArray) const { in getGlyphToUnicodeMap() function in SkTypeface_FreeType
/aosp_15_r20/external/skia/tools/fonts/
H A DRandomScalerContext.cpp184 void SkRandomTypeface::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const { in getGlyphToUnicodeMap() function in SkRandomTypeface
185 fProxy->getGlyphToUnicodeMap(glyphToUnicode); in getGlyphToUnicodeMap()
H A DRandomScalerContext.h30 void getGlyphToUnicodeMap(SkUnichar*) const override;
H A DTestEmptyTypeface.h43 void getGlyphToUnicodeMap(SkUnichar*) const override {} in getGlyphToUnicodeMap() function
H A DTestTypeface.h90 void getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const override;
H A DTestSVGTypeface.h84 void getGlyphToUnicodeMap(SkUnichar*) const override;
H A DTestTypeface.cpp150 void TestTypeface::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const { in getGlyphToUnicodeMap() function in TestTypeface
H A DTestSVGTypeface.cpp139 void TestSVGTypeface::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const { in getGlyphToUnicodeMap() function in TestSVGTypeface
/aosp_15_r20/external/skia/src/utils/
H A DSkCustomTypeface.cpp102 void getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const override;
208 void SkUserTypeface::getGlyphToUnicodeMap(SkUnichar* glyphToUnicode) const { in getGlyphToUnicodeMap() function in SkUserTypeface
/aosp_15_r20/external/skia/src/core/
H A DSkTypeface.cpp107 void getGlyphToUnicodeMap(SkUnichar*) const override {} in getGlyphToUnicodeMap() function in __anon1443164d0111::SkEmptyTypeface
507 void SkTypeface::getGlyphToUnicodeMap(SkUnichar* dst) const { in getGlyphToUnicodeMap() function in SkTypeface
H A DSkTypeface_remote.h158 void getGlyphToUnicodeMap(SkUnichar*) const override { in getGlyphToUnicodeMap() function
H A DSkFont.cpp405 typeface->getGlyphToUnicodeMap(unichars.get()); in GlyphsToUnichars()
/aosp_15_r20/external/skia/include/core/
H A DSkTypeface.h388 virtual void getGlyphToUnicodeMap(SkUnichar* dstArray) const = 0;
/aosp_15_r20/external/skia/tests/
H A DFontMgrTest.cpp213 void getGlyphToUnicodeMap(SkUnichar*) const override {} in DEF_TEST() function in DEF_TEST::TestTypeface
/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFFont.cpp315 typeface.getGlyphToUnicodeMap(buffer.data()); in GetUnicodeMap()