/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psft.c | 253 FT_ZERO( outline ); in cf2_outline_init() 385 FT_ZERO( &buf ); in cf2_decoder_parse_charstrings() 390 FT_ZERO( &transform ); in cf2_decoder_parse_charstrings() 641 FT_ZERO( buf ); in cf2_initGlobalRegionBuffer() 673 FT_ZERO( buf ); in cf2_getSeacComponent() 756 FT_ZERO( buf ); in cf2_getT1SeacComponent() 807 FT_ZERO( buf ); in cf2_initLocalRegionBuffer()
|
D | pshints.c | 102 FT_ZERO( hint ); in cf2_hint_init() 213 FT_ZERO( hint ); in cf2_hint_initZero() 280 FT_ZERO( hintmap ); in cf2_hintmap_init() 1106 FT_ZERO( glyphpath ); in cf2_glyphpath_init()
|
D | psobjs.c | 2122 FT_ZERO( ps_builder ); in ps_builder_init() 2426 FT_ZERO( ps_decoder ); in ps_decoder_init() 2497 FT_ZERO( subfont ); in t1_make_subfont() 2498 FT_ZERO( cpriv ); in t1_make_subfont()
|
D | psintrp.c | 69 FT_ZERO( hintmask ); in cf2_hintmask_init() 531 FT_ZERO( &storage ); in cf2_interpT2CharString() 532 FT_ZERO( &results ); in cf2_interpT2CharString() 533 FT_ZERO( &flexStore ); in cf2_interpT2CharString()
|
D | psblues.c | 97 FT_ZERO( blues ); in cf2_blues_init()
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
D | test_afm.c | 126 FT_ZERO( &stream ); in main() 132 FT_ZERO( &fi ); in main()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttbdf.c | 69 FT_ZERO( bdf ); in tt_face_load_bdf_props() 132 FT_ZERO( bdf ); in tt_face_load_bdf_props()
|
/third_party/skia/third_party/externals/freetype/src/lzw/ |
D | ftzopen.c | 216 FT_ZERO( state ); in ft_lzwstate_init() 246 FT_ZERO( state ); in ft_lzwstate_done()
|
D | ftlzw.c | 369 FT_ZERO( stream ); in FT_Stream_OpenLZW()
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
D | t42objs.c | 630 FT_ZERO( &slot->metrics ); in t42_glyphslot_clear() 631 FT_ZERO( &slot->outline ); in t42_glyphslot_clear() 632 FT_ZERO( &slot->bitmap ); in t42_glyphslot_clear()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 244 FT_ZERO( idx ); in cff_index_init() 335 FT_ZERO( idx ); in cff_index_done() 1902 FT_ZERO( priv ); in cff_load_private_dict() 2024 FT_ZERO( top ); in cff_subfont_load() 2212 FT_ZERO( font ); in cff_font_load() 2213 FT_ZERO( &string_index ); in cff_font_load() 2281 FT_ZERO( &font->font_dict_index ); in cff_font_load()
|
D | cffparse.c | 53 FT_ZERO( parser ); in cff_parser_init() 1289 FT_ZERO( &decoder ); in cff_parser_run() 1290 FT_ZERO( &cff_rec ); in cff_parser_run()
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
D | ftrend1.c | 84 FT_ZERO( cbox ); in ft_raster1_get_cbox()
|
D | ftraster.c | 243 #ifndef FT_ZERO 244 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) ) macro 3152 FT_ZERO( &the_raster ); in ft_black_new()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftglyph.c | 573 FT_ZERO( &dummy ); in FT_Glyph_To_Bitmap() 574 FT_ZERO( &dummy_internal ); in FT_Glyph_To_Bitmap()
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshrec.c | 815 FT_ZERO( hints ); in ps_hints_init() 1137 FT_ZERO( funcs ); in t1_hints_funcs_init() 1203 FT_ZERO( funcs ); in t2_hints_funcs_init()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidparse.c | 67 FT_ZERO( parser ); in cid_parser_new()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afloader.c | 34 FT_ZERO( loader ); in af_loader_init() 235 FT_ZERO( &scaler ); in af_loader_load_glyph()
|
/third_party/skia/third_party/externals/freetype/src/bzip2/ |
D | ftbzip2.c | 481 FT_ZERO( stream ); in FT_Stream_OpenBzip2()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftmemory.h | 246 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) ) macro
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
D | ftsdfrend.c | 413 FT_ZERO( cbox ); in ft_sdf_get_cbox()
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
D | ftgrays.c | 303 #ifndef FT_ZERO 304 #define FT_ZERO( p ) FT_MEM_ZERO( p, sizeof ( *(p) ) ) macro 2141 FT_ZERO( &the_raster ); in gray_raster_new()
|
D | ftsmooth.c | 73 FT_ZERO( cbox ); in ft_smooth_get_cbox()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
D | ftgzip.c | 648 FT_ZERO( stream ); in FT_Stream_OpenGzip()
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrgload.c | 43 FT_ZERO( glyph ); in pfr_glyph_init()
|