Home
last modified time | relevance | path

Searched refs:INVALID_GLYPH_ID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dcmap_parser.h30 static constexpr int32_t INVALID_GLYPH_ID = Ranges::INVALID_GLYPH_ID;
H A Dranges.h34 static constexpr int32_t INVALID_GLYPH_ID = -1; variable
H A Dranges.cpp45 return INVALID_GLYPH_ID; in GetGlyphId()
/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);