Searched refs:property_value (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/freetype/dist/src/base/
H A Dftinit.c120 char property_value[MAX_LENGTH + 1]; local in function:FT_Set_Default_Properties
167 property_value[i] = *p++;
169 property_value[i] = '\0';
178 property_value );
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrproviderproperty.c94 RRInitProviderPropertyValue(RRPropertyValuePtr property_value) argument
96 property_value->type = None;
97 property_value->format = 0;
98 property_value->size = 0;
99 property_value->data = NULL;
H A Drrproperty.c95 RRInitOutputPropertyValue(RRPropertyValuePtr property_value) argument
97 property_value->type = None;
98 property_value->format = 0;
99 property_value->size = 0;
100 property_value->data = NULL;
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrproperty.c93 RRInitOutputPropertyValue (RRPropertyValuePtr property_value) argument
95 property_value->type = None;
96 property_value->format = 0;
97 property_value->size = 0;
98 property_value->data = NULL;

Completed in 6 milliseconds