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

  /external/freetype/src/truetype/
ttpload.c 98 face->num_locations = table_len >> shift;
110 face->num_locations = table_len >> shift;
113 if ( face->num_locations != (FT_ULong)face->root.num_glyphs + 1 )
116 face->num_locations - 1, face->root.num_glyphs ));
119 if ( face->num_locations <= (FT_ULong)face->root.num_glyphs )
149 face->num_locations = face->root.num_glyphs + 1;
152 FT_TRACE2(( "adjusting num_locations to %d\n",
153 face->num_locations ));
184 if ( gindex < face->num_locations )
189 p_limit = face->glyph_locations + face->num_locations * 4
    [all...]
ttobjs.c 425 for( i = 0; i < face->num_locations; i++ )
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1404 FT_ULong num_locations; \/* in broken TTF, gid > 0xFFFF *\/ member in struct:TT_FaceRec_
    [all...]
  /external/freetype/src/base/
ftobjs.c 641 /* the check for `num_locations' assures that we actually */
646 ttface->num_locations &&
    [all...]

Completed in 71 milliseconds