Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafpic.h62 [AF_STYLE_MAX + 1];
64 [AF_STYLE_MAX];
Dafpic.c111 for ( ss = 0; ss < AF_STYLE_MAX; ss++ ) in autofit_module_class_pic_init()
114 container->af_style_classes[AF_STYLE_MAX] = NULL; in autofit_module_class_pic_init()
Dafglobal.h119 AF_StyleMetrics metrics[AF_STYLE_MAX];
Dafglobal.c395 for ( nn = 0; nn < AF_STYLE_MAX; nn++ ) in af_face_globals_free()
447 if ( style == AF_STYLE_NONE_DFLT || style + 1 >= AF_STYLE_MAX ) in af_face_globals_get_metrics()
Daftypes.h440 AF_STYLE_MAX /* do not remove */ enumerator