Searched refs:GetGlyphId (Results 1 – 5 of 5) sorted by relevance
272 EXPECT_EQ(ranges.GetGlyphId(3), Ranges::INVALID_GLYPH_ID);273 EXPECT_EQ(ranges.GetGlyphId(0), 1);274 EXPECT_EQ(ranges.GetGlyphId(4), 6);
138 int32_t CmapParser::GetGlyphId(int32_t codepoint) const in GetGlyphId() function in OHOS::Rosen::TextEngine::CmapParser140 return ranges_.GetGlyphId(codepoint); in GetGlyphId()
44 int32_t GetGlyphId(uint32_t codepoint) const;
42 int32_t GetGlyphId(int32_t codepoint) const;
33 int32_t Ranges::GetGlyphId(uint32_t codepoint) const in GetGlyphId() function in OHOS::Rosen::TextEngine::Ranges