Home
last modified time | relevance | path

Searched refs:nprops (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/pcf/
Dpcfread.c466 for ( i = 0; i < face->nprops && !found; i++ ) in pcf_find_property()
485 FT_ULong nprops, orig_nprops, i; in pcf_get_properties() local
537 nprops = 256; in pcf_get_properties()
540 nprops = orig_nprops; in pcf_get_properties()
542 face->nprops = (int)nprops; in pcf_get_properties()
544 if ( FT_NEW_ARRAY( props, nprops ) ) in pcf_get_properties()
547 for ( i = 0; i < nprops; i++ ) in pcf_get_properties()
564 if ( FT_STREAM_SKIP( ( orig_nprops - nprops ) * PCF_PROPERTY_SIZE ) ) in pcf_get_properties()
618 if ( FT_NEW_ARRAY( properties, nprops ) ) in pcf_get_properties()
624 for ( i = 0; i < nprops; i++ ) in pcf_get_properties()
Dpcf.h148 int nprops; member
Dpcfdrivr.c228 for ( i = 0; i < face->nprops; i++ ) in PCF_Face_Done()
/external/mesa3d/src/glx/
Dglxext.c606 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, in createConfigsFromProperties() argument
614 if (nprops == 0) in createConfigsFromProperties()
620 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS) in createConfigsFromProperties()
628 prop_size = nprops * __GLX_SIZE_INT32; in createConfigsFromProperties()
649 __glXInitializeVisualConfigFromTags(m, nprops, props, in createConfigsFromProperties()
/external/python/cpython2/Modules/
Dalmodule.c1362 int source, dest, nprops = 0, id, i; in al_Connect() local
1370 nprops = python2params(source, dest, propobj, &props, &propinfo); in al_Connect()
1371 if (nprops < 0) in al_Connect()
1375 id = alConnect(source, dest, props, nprops); in al_Connect()
1378 for (i = 0; i < nprops; i++) { in al_Connect()
/external/freetype/
DChangeLog.23487 * src/pcf/pcfread.c (pcf_get_properties): Fix a bug in the nprops
801 pcf: Truncate FT_ULong `nprops' to fit to int PCF_Face->nprops.
803 * src/pcf/pcfread.c (pcf_get_properties): Load `nprops'
805 int to fit PCF_Face->nprops. The number of truncated
7671 Assign `face->nprops' and `face->properties' earlier so that a call