HomeSort by relevance Sort by last modified time
    Searched refs:AF_STYLE_CLASSES_GET (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/autofit/
afpic.h 33 #define AF_STYLE_CLASSES_GET af_style_classes
83 #define AF_STYLE_CLASSES_GET \
afglobal.c 162 for ( ss = 0; AF_STYLE_CLASSES_GET[ss]; ss++ )
165 AF_STYLE_CLASSES_GET[ss];
249 for ( ss = 0; AF_STYLE_CLASSES_GET[ss]; ss++ )
251 AF_StyleClass style_class = AF_STYLE_CLASSES_GET[ss];
259 af_shaper_get_coverage( globals, AF_STYLE_CLASSES_GET[dflt], gstyles, 1 );
298 for ( ss = 0; AF_STYLE_CLASSES_GET[ss]; ss++ )
300 AF_StyleClass style_class = AF_STYLE_CLASSES_GET[ss];
400 AF_STYLE_CLASSES_GET[nn];
451 style_class = AF_STYLE_CLASSES_GET[style];
afmodule.c 113 #undef AF_STYLE_CLASSES_GET
114 #define AF_STYLE_CLASSES_GET \
150 for ( ss = 0; AF_STYLE_CLASSES_GET[ss]; ss++ )
152 AF_StyleClass style_class = AF_STYLE_CLASSES_GET[ss];
163 if ( !AF_STYLE_CLASSES_GET[ss] )
360 AF_StyleClass style_class = AF_STYLE_CLASSES_GET[fallback_style];

Completed in 154 milliseconds