HomeSort by: relevance | last modified time | path
    Searched refs:asize (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/truetype/
ttpload.h 36 FT_UInt *asize );
ttpload.c 198 FT_UInt *asize )
244 *asize = 0;
267 *asize = 0;
281 *asize = (FT_UInt)( pos2 - pos1 );
283 *asize = (FT_UInt)( face->glyf_len - pos1 );
ttobjs.c 532 FT_UInt asize; local
540 tt_face_get_location( face, i, &asize );
541 if ( asize > 0 )
  /xsrc/external/mit/freetype/dist/src/cache/
ftcsbits.c 106 FT_ULong *asize )
184 if ( asize )
185 *asize = (FT_ULong)FT_ABS( sbit->pitch ) * sbit->height;
200 if ( asize )
201 *asize = 0;
ftcmanag.c 36 FT_Size *asize )
68 *asize = size;
180 FT_Size *asize )
186 if ( !asize || !scaler )
189 *asize = NULL;
204 *asize = FTC_SIZE_NODE( mrunode )->size;
  /xsrc/external/mit/freetype/dist/src/type1/
t1parse.c 71 FT_ULong *asize )
79 *asize = 0;
86 *asize = size;
  /xsrc/external/mit/freetype/dist/include/freetype/
ftcache.h 481 * asize ::
506 FT_Size *asize );
  /xsrc/external/mit/freetype/dist/src/pcf/
pcfread.c 377 FT_ULong *asize )
398 *asize = tables[i].size;
405 *asize = 0;
  /xsrc/external/mit/freetype/dist/src/base/
ftobjs.c 2825 FT_Size *asize )
2841 if ( !asize )
2847 *asize = NULL;
2870 *asize = size;

Completed in 28 milliseconds