Home
last modified time | relevance | path

Searched refs:asize (Results 1 – 11 of 11) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/cache/
H A Dftcsbits.c107 FT_ULong *asize ) in ftc_snode_load() argument
185 if ( asize ) in ftc_snode_load()
186 *asize = (FT_ULong)FT_ABS( sbit->pitch ) * sbit->height; in ftc_snode_load()
201 if ( asize ) in ftc_snode_load()
202 *asize = 0; in ftc_snode_load()
H A Dftcmanag.c41 FT_Size *asize ) in ftc_scaler_lookup_size() argument
73 *asize = size; in ftc_scaler_lookup_size()
185 FT_Size *asize ) in FTC_Manager_LookupSize() argument
191 if ( !asize || !scaler ) in FTC_Manager_LookupSize()
194 *asize = NULL; in FTC_Manager_LookupSize()
209 *asize = FTC_SIZE_NODE( mrunode )->size; in FTC_Manager_LookupSize()
/reactos/sdk/lib/3rdparty/freetype/src/truetype/
H A Dttpload.c197 FT_UInt *asize ) in tt_face_get_location() argument
243 *asize = 0; in tt_face_get_location()
266 *asize = 0; in tt_face_get_location()
280 *asize = (FT_UInt)( pos2 - pos1 ); in tt_face_get_location()
282 *asize = (FT_UInt)( face->glyf_len - pos1 ); in tt_face_get_location()
H A Dttpload.h37 FT_UInt *asize );
H A Dttobjs.c510 FT_UInt asize; in tt_check_single_notdef() local
518 tt_face_get_location( face, i, &asize ); in tt_check_single_notdef()
519 if ( asize > 0 ) in tt_check_single_notdef()
/reactos/dll/3rdparty/libtirpc/src/
H A Dclnt_bcast.c299 u_int asize; /* Size of the addr buf */ member
364 fdlist[fdlistno].asize = __rpc_get_a_size(si.si_af);
491 (size_t)fdlist[i].asize) !=
516 (size_t)fdlist[i].asize) !=
578 &fdlist[i].asize);
/reactos/sdk/lib/3rdparty/freetype/src/type1/
H A Dt1parse.c72 FT_ULong *asize ) in read_pfb_tag() argument
80 *asize = 0; in read_pfb_tag()
87 *asize = size; in read_pfb_tag()
/reactos/sdk/tools/mkisofs/schilytools/include/schily/
H A Dschily.h230 extern char *abspath __PR((const char *relp, char *absp, size_t asize));
231 extern char *absnpath __PR((const char *relp, char *absp, size_t asize));
232 extern char *absfpath __PR((const char *relp, char *absp, size_t asize,
/reactos/sdk/lib/3rdparty/freetype/include/freetype/
H A Dftcache.h488 FT_Size *asize );
/reactos/sdk/lib/3rdparty/freetype/src/pcf/
H A Dpcfread.c378 FT_ULong *asize ) in pcf_seek_to_table_type() argument
399 *asize = tables[i].size; in pcf_seek_to_table_type()
406 *asize = 0; in pcf_seek_to_table_type()
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftobjs.c2763 FT_Size *asize ) in FT_New_Size() argument
2779 if ( !asize ) in FT_New_Size()
2785 *asize = NULL; in FT_New_Size()
2808 *asize = size; in FT_New_Size()