Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/cache/
A Dftcsbits.c105 FT_ULong *asize ) in ftc_snode_load() argument
183 if ( asize ) in ftc_snode_load()
184 *asize = FT_ABS( sbit->pitch ) * sbit->height; in ftc_snode_load()
199 if ( asize ) in ftc_snode_load()
200 *asize = 0; in ftc_snode_load()
A Dftcmanag.c43 FT_Size *asize ) in ftc_scaler_lookup_size() argument
72 *asize = size; in ftc_scaler_lookup_size()
183 FT_Size *asize ) in FTC_Manager_LookupSize() argument
189 if ( asize == NULL ) in FTC_Manager_LookupSize()
192 *asize = NULL; in FTC_Manager_LookupSize()
207 *asize = FTC_SIZE_NODE( mrunode )->size; in FTC_Manager_LookupSize()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttpload.c175 FT_UInt *asize ) in tt_face_get_location() argument
220 *asize = 0; in tt_face_get_location()
242 *asize = (FT_UInt)( pos2 - pos1 ); in tt_face_get_location()
244 *asize = (FT_UInt)( face->glyf_len - pos1 ); in tt_face_get_location()
A Dttpload.h37 FT_UInt *asize );
A Dttobjs.c441 FT_UInt asize; in tt_check_single_notdef() local
449 tt_face_get_location( face, i, &asize ); in tt_check_single_notdef()
450 if ( asize > 0 ) in tt_check_single_notdef()
/AliOS-Things-master/components/freetype/src/type1/
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()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_malloc.c3543 size_t asize = 0; in sys_alloc() local
3549 asize = in sys_alloc()
3556 if (asize < HALF_MAX_SIZE_T && in sys_alloc()
3559 tsize = asize; in sys_alloc()
3564 asize = in sys_alloc()
3568 if (asize < HALF_MAX_SIZE_T && in sys_alloc()
3572 tsize = asize; in sys_alloc()
3587 asize += esize; in sys_alloc()
3597 tsize = asize; in sys_alloc()
3619 size_t asize = in sys_alloc() local
[all …]
/AliOS-Things-master/components/freetype/include/
A Dftcache.h488 FT_Size *asize );
/AliOS-Things-master/components/freetype/src/pcf/
A Dpcfread.c295 FT_ULong *asize ) in pcf_seek_to_table_type() argument
316 *asize = tables[i].size; in pcf_seek_to_table_type()
323 *asize = 0; in pcf_seek_to_table_type()
/AliOS-Things-master/components/freetype/src/base/
A Dftobjs.c2414 FT_Size *asize ) in FT_New_Size() argument
2428 if ( !asize ) in FT_New_Size()
2434 *asize = 0; in FT_New_Size()
2455 *asize = size; in FT_New_Size()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c3432 int rsize = 0, gsize = 0, bsize = 0, asize = 0; in SDL_GL_GetAttribute() local
3444 if (SDL_GL_GetAttribute(SDL_GL_ALPHA_SIZE, &asize) < 0) { in SDL_GL_GetAttribute()
3448 *value = rsize + gsize + bsize + asize; in SDL_GL_GetAttribute()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c12523 …ROMOBJ_INIT(heaphdr_flags,refcount,props,props_enc16,iproto,iproto_enc16,esize,enext,asize,hsize) \ argument
12524 …s), DUK__REFCINIT((refcount)), 0, 0, (props_enc16) }, (iproto_enc16), (esize), (enext), (asize) } }
12525 …INIT(heaphdr_flags,refcount,props,props_enc16,iproto,iproto_enc16,esize,enext,asize,hsize,length) \ argument
12527 …(heaphdr_flags,refcount,props,props_enc16,iproto,iproto_enc16,esize,enext,asize,hsize,nativefunc,n… argument
12529 …(heaphdr_flags,refcount,props,props_enc16,iproto,iproto_enc16,esize,enext,asize,hsize,target,has_t… argument
12532 …ROMOBJ_INIT(heaphdr_flags,refcount,props,props_enc16,iproto,iproto_enc16,esize,enext,asize,hsize) \ argument
12534 …INIT(heaphdr_flags,refcount,props,props_enc16,iproto,iproto_enc16,esize,enext,asize,hsize,length) \ argument
12538 …(heaphdr_flags,refcount,props,props_enc16,iproto,iproto_enc16,esize,enext,asize,hsize,target,has_t… argument
44610 duk_uint_fast32_t asize; local
44621 asize = (duk_uint_fast32_t) DUK_HOBJECT_GET_ASIZE(obj);
[all …]

Completed in 268 milliseconds