Home
last modified time | relevance | path

Searched refs:GetGlyphId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp272 EXPECT_EQ(ranges.GetGlyphId(3), Ranges::INVALID_GLYPH_ID);
273 EXPECT_EQ(ranges.GetGlyphId(0), 1);
274 EXPECT_EQ(ranges.GetGlyphId(4), 6);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dcmap_parser.cpp138 int32_t CmapParser::GetGlyphId(int32_t codepoint) const in GetGlyphId() function in OHOS::Rosen::TextEngine::CmapParser
140 return ranges_.GetGlyphId(codepoint); in GetGlyphId()
H A Dranges.h44 int32_t GetGlyphId(uint32_t codepoint) const;
H A Dcmap_parser.h42 int32_t GetGlyphId(int32_t codepoint) const;
H A Dranges.cpp33 int32_t Ranges::GetGlyphId(uint32_t codepoint) const in GetGlyphId() function in OHOS::Rosen::TextEngine::Ranges