HomeSort by relevance Sort by last modified time
    Searched refs:glyph_locations (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/truetype/
ttpload.c 162 if ( FT_FRAME_EXTRACT( table_len, face->glyph_locations ) )
188 p = face->glyph_locations + gindex * 4;
189 p_limit = face->glyph_locations + face->num_locations * 4;
199 p = face->glyph_locations + gindex * 2;
200 p_limit = face->glyph_locations + face->num_locations * 2;
256 FT_FRAME_RELEASE( face->glyph_locations );
ttobjs.c 565 face->glyph_locations &&
589 face->glyph_locations &&
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1405 FT_Byte* glyph_locations; member in struct:TT_FaceRec_
    [all...]

Completed in 147 milliseconds