Searched refs:glyphNameIndex (Results 1 – 1 of 1) sorted by relevance
57 return_trace (glyphNameIndex.sanitize (c)); in sanitize()61 ArrayOf<HBUINT16> glyphNameIndex; /* This is not an offset, but is the member69 DEFINE_SIZE_ARRAY (2, glyphNameIndex);111 glyphNameIndex = &v2.glyphNameIndex; in init()112 pool = &StructAfter<uint8_t> (v2.glyphNameIndex); in init()191 return glyphNameIndex->len; in get_glyph_count()222 if (version != 0x00020000 || glyph >= glyphNameIndex->len) in find_glyph_name()225 unsigned int index = glyphNameIndex->arrayZ[glyph]; in find_glyph_name()243 const ArrayOf<HBUINT16> *glyphNameIndex; member