HomeSort by: relevance | last modified time | path
    Searched refs:FT_ZERO (Results 1 - 25 of 42) sorted by relevancy

1 2

  /xsrc/external/mit/freetype/dist/src/tools/
test_afm.c 126 FT_ZERO( &stream );
132 FT_ZERO( &fi );
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttbdf.c 69 FT_ZERO( bdf );
132 FT_ZERO( bdf );
  /xsrc/external/mit/freetype/dist/src/psaux/
psft.c 253 FT_ZERO( outline );
385 FT_ZERO( &buf );
390 FT_ZERO( &transform );
641 FT_ZERO( buf );
673 FT_ZERO( buf );
756 FT_ZERO( buf );
807 FT_ZERO( buf );
pshints.c 102 FT_ZERO( hint );
213 FT_ZERO( hint );
280 FT_ZERO( hintmap );
1092 FT_ZERO( glyphpath );
psblues.c 97 FT_ZERO( blues );
psintrp.c 69 FT_ZERO( hintmask );
531 FT_ZERO( &storage );
532 FT_ZERO( &results );
533 FT_ZERO( &flexStore );
psobjs.c 2122 FT_ZERO( ps_builder );
2426 FT_ZERO( ps_decoder );
2497 FT_ZERO( subfont );
2498 FT_ZERO( cpriv );
  /xsrc/external/mit/freetype/dist/src/cid/
cidparse.c 67 FT_ZERO( parser );
cidload.c 652 FT_ZERO( loader );
  /xsrc/external/mit/freetype/dist/src/raster/
ftrend1.c 84 FT_ZERO( cbox );
  /xsrc/external/mit/freetype/dist/src/lzw/
ftzopen.c 211 FT_ZERO( state );
241 FT_ZERO( state );
ftlzw.c 369 FT_ZERO( stream );
  /xsrc/external/mit/freetype/dist/src/type42/
t42objs.c 620 FT_ZERO( &slot->metrics );
621 FT_ZERO( &slot->outline );
622 FT_ZERO( &slot->bitmap );
  /xsrc/external/mit/freetype/dist/src/base/
ftglyph.c 573 FT_ZERO( &dummy );
574 FT_ZERO( &dummy_internal );
ftdbgmem.c 315 FT_ZERO( table );
  /xsrc/external/mit/freetype/dist/src/cff/
cffload.c 244 FT_ZERO( idx );
335 FT_ZERO( idx );
1900 FT_ZERO( priv );
2022 FT_ZERO( top );
2210 FT_ZERO( font );
2211 FT_ZERO( &string_index );
2279 FT_ZERO( &font->font_dict_index );
cffparse.c 53 FT_ZERO( parser );
1288 FT_ZERO( &decoder );
1289 FT_ZERO( &cff_rec );
  /xsrc/external/mit/freetype/dist/src/autofit/
afloader.c 34 FT_ZERO( loader );
238 FT_ZERO( &scaler );
aflatin2.c 97 FT_ZERO( dummy );
745 FT_ZERO( &seg0 );
1213 FT_ZERO( edge );
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
ftmemory.h 246 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
  /xsrc/external/mit/freetype/dist/src/bzip2/
ftbzip2.c 480 FT_ZERO( stream );
  /xsrc/external/mit/freetype/dist/src/pshinter/
pshrec.c 820 FT_ZERO( hints );
1142 FT_ZERO( funcs );
1208 FT_ZERO( funcs );
  /xsrc/external/mit/freetype/dist/src/bdf/
bdflib.c 289 FT_ZERO( list );
303 FT_ZERO( list );
853 FT_ZERO( p );
1176 FT_ZERO( fp );
  /xsrc/external/mit/freetype/dist/src/gzip/
ftgzip.c 642 FT_ZERO( stream );
  /xsrc/external/mit/freetype/dist/src/smooth/
ftgrays.c 305 #ifndef FT_ZERO
306 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) )
1858 FT_ZERO( &the_raster );

Completed in 31 milliseconds

1 2