Searched refs:nprops (Results 1 – 6 of 6) sorted by relevance
/external/freetype/src/pcf/ |
D | pcfread.c | 466 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()
|
D | pcf.h | 152 int nprops; member
|
D | pcfdrivr.c | 233 for ( i = 0; i < face->nprops; i++ ) in PCF_Face_Done()
|
/external/mesa3d/src/glx/ |
D | glxext.c | 620 createConfigsFromProperties(Display * dpy, int nvisuals, int nprops, in createConfigsFromProperties() argument 628 if (nprops == 0) in createConfigsFromProperties() 634 if (nprops < __GLX_MIN_CONFIG_PROPS || nprops > __GLX_MAX_CONFIG_PROPS) in createConfigsFromProperties() 642 prop_size = nprops * __GLX_SIZE_INT32; in createConfigsFromProperties() 663 __glXInitializeVisualConfigFromTags(m, nprops, props, in createConfigsFromProperties()
|
/external/python/cpython2/Modules/ |
D | almodule.c | 1362 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/ |
D | ChangeLog.23 | 487 * 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
|