Home
last modified time | relevance | path

Searched refs:default_script (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/autofit/
Dafmodule.c142 FT_UInt* default_script = (FT_UInt*)value; in af_property_set() local
145 module->default_script = *default_script; in af_property_set()
187 FT_UInt default_script = module->default_script; in af_property_get() local
221 *val = default_script; in af_property_get()
295 module->default_script = AF_SCRIPT_DEFAULT; in af_autofitter_init()
Dafmodule.h40 FT_UInt default_script; member
Dhbshim.c146 if ( style_class->script == globals->module->default_script && in af_get_coverage()
Dafglobal.c180 globals->module->default_script ) in af_face_globals_compute_style_coverage()
/external/e2fsprogs/tests/
Dtest_one.in57 default_script=$SRCDIR/defaults/${test_base}_script
58 if [ -f $default_script ]; then
61 echo "$test_name: Missing test script $default_script!"