Searched defs:glyphId (Results 1 – 2 of 2) sorted by relevance
50 void loadGlyphOrDie(uint32_t glyphId, float size, FT_Face face) { in loadGlyphOrDie()87 float FreeTypeMinikinFontForTest::GetHorizontalAdvance(uint32_t glyphId, const MinikinPaint& paint, in GetHorizontalAdvance()93 void FreeTypeMinikinFontForTest::GetBounds(MinikinRect* bounds, uint32_t glyphId, in GetBounds()
196 uint32_t glyphId = readU16(data, actualRangeOffset); in getCoverageFormat4() local