Home
last modified time | relevance | path

Searched refs:GlyphsToUnichars (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/core/
DSkFontPriv.h75 static void GlyphsToUnichars(const SkFont&, const uint16_t glyphs[], int count, SkUnichar[]);
DSkFont.cpp417 void SkFontPriv::GlyphsToUnichars(const SkFont& font, const SkGlyphID glyphs[], int count, in GlyphsToUnichars() function in SkFontPriv
/third_party/skia/tests/
DUnicodeTest.cpp63 SkFontPriv::GlyphsToUnichars(font, glyphs, N, uni2); in DEF_TEST()
DTypefaceTest.cpp545 SkFontPriv::GlyphsToUnichars(font, glyphs.get(), codepointCount, newCodepoints.get()); in DEF_TEST()
/third_party/flutter/skia/tests/
DUnicodeTest.cpp63 SkFontPriv::GlyphsToUnichars(font, glyphs, N, uni2); in DEF_TEST()
DTypefaceTest.cpp346 SkFontPriv::GlyphsToUnichars(font, glyphs.get(), codepointCount, newCodepoints.get()); in DEF_TEST()
/third_party/skia/src/core/
DSkFontPriv.h76 static void GlyphsToUnichars(const SkFont&, const uint16_t glyphs[], int count, SkUnichar[]);
DSkFont.cpp361 void SkFontPriv::GlyphsToUnichars(const SkFont& font, const SkGlyphID glyphs[], int count, in GlyphsToUnichars() function in SkFontPriv
/third_party/flutter/skia/src/svg/
DSkSVGDevice.cpp875 SkFontPriv::GlyphsToUnichars(glyphRun.font(), glyphRun.glyphsIDs().data(), in SVGTextBuilder()
/third_party/skia/src/svg/
DSkSVGDevice.cpp991 SkFontPriv::GlyphsToUnichars(glyphRun.font(), glyphRun.glyphsIDs().data(), in SVGTextBuilder()