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

  /external/chromium_org/third_party/freetype/src/autofit/
aftypes.h 302 AF_Script_UniRange script_uni_ranges; /* last must be { 0, 0 } */ member in struct:AF_ScriptClassRec_
355 ac->script_uni_ranges = ranges; \
afglobal.c 89 if ( clazz->script_uni_ranges == NULL )
96 for ( range = clazz->script_uni_ranges; range->first != 0; range++ )
  /external/freetype/src/autofit/
aftypes.h 336 AF_Script_UniRange script_uni_ranges; /* last must be { 0, 0 } */ member in struct:AF_ScriptClassRec_
597 ac->script_uni_ranges = ranges; \
afglobal.c 170 if ( script_class->script_uni_ranges == NULL )
183 for ( range = script_class->script_uni_ranges;

Completed in 165 milliseconds