Home
last modified time | relevance | path

Searched refs:glyph_locations (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/freetype/src/truetype/
A Dttpload.c162 if ( FT_FRAME_EXTRACT( table_len, face->glyph_locations ) ) in tt_face_load_loca()
188 p = face->glyph_locations + gindex * 4; in tt_face_get_location()
189 p_limit = face->glyph_locations + face->num_locations * 4; in tt_face_get_location()
199 p = face->glyph_locations + gindex * 2; in tt_face_get_location()
200 p_limit = face->glyph_locations + face->num_locations * 2; in tt_face_get_location()
256 FT_FRAME_RELEASE( face->glyph_locations ); in tt_face_done_loca()
A Dttobjs.c591 face->glyph_locations && in tt_face_init()
615 face->glyph_locations && in tt_face_init()
/AliOS-Things-master/components/freetype/include/internal/
A Dtttypes.h1371 FT_Byte* glyph_locations; member

Completed in 9 milliseconds