Home
last modified time | relevance | path

Searched refs:value_is_string (Results 1 – 8 of 8) sorted by relevance

/external/freetype/src/base/
Dftpsprop.c42 FT_Bool value_is_string ) in ps_property_set() argument
48 FT_UNUSED( value_is_string ); in ps_property_set()
61 if ( value_is_string ) in ps_property_set()
124 if ( value_is_string ) in ps_property_set()
176 if ( value_is_string ) in ps_property_set()
205 if ( value_is_string ) in ps_property_set()
Dftobjs.c4972 FT_Bool value_is_string ) in ft_property_do() argument
5045 value_is_string ) in ft_property_do()
/external/freetype/src/autofit/
Dafmodule.c124 FT_Bool value_is_string ) in af_property_set() argument
130 FT_UNUSED( value_is_string ); in af_property_set()
141 if ( value_is_string ) in af_property_set()
178 if ( value_is_string ) in af_property_set()
195 if ( value_is_string ) in af_property_set()
211 if ( value_is_string ) in af_property_set()
245 if ( value_is_string ) in af_property_set()
301 if ( value_is_string ) in af_property_set()
/external/freetype/src/truetype/
Dttdriver.c66 FT_Bool value_is_string ) in tt_property_set() argument
72 FT_UNUSED( value_is_string ); in tt_property_set()
82 if ( value_is_string ) in tt_property_set()
/external/freetype/include/freetype/internal/
Dftpsprop.h34 FT_Bool value_is_string );
/external/freetype/src/pcf/
Dpcfdrivr.c678 FT_Bool value_is_string ) in pcf_property_set() argument
686 FT_UNUSED( value_is_string ); in pcf_property_set()
693 if ( value_is_string ) in pcf_property_set()
722 FT_UNUSED( value_is_string ); in pcf_property_set()
/external/freetype/include/freetype/internal/services/
Dsvprop.h33 FT_Bool value_is_string );
/external/freetype/
DChangeLog.26104 * src/base/ftobjs.c (ft_property_do): Add `value_is_string'
112 (FT_Properties_SetFunc): Add `value_is_string' parameter.
116 Updated, emitting an error currently if `value_is_string' is set.