Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttpload.c172 if ( FT_FRAME_EXTRACT( table_len, face->glyph_locations ) ) in tt_face_load_loca()
198 p = face->glyph_locations + gindex * 4; in tt_face_get_location()
199 p_limit = face->glyph_locations + face->num_locations * 4; in tt_face_get_location()
209 p = face->glyph_locations + gindex * 2; in tt_face_get_location()
210 p_limit = face->glyph_locations + face->num_locations * 2; in tt_face_get_location()
285 FT_FRAME_RELEASE( face->glyph_locations ); in tt_face_done_loca()
Dttobjs.c765 face->glyph_locations && in tt_face_init()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dtttypes.h1602 FT_Byte* glyph_locations; member
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.21960 `glyph_locations'.
7516 it tries to access face->glyph_locations.'