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

  /external/freetype/src/autofit/
afglobal.h 41 #define AF_DIGIT 0x80
afglobal.c 130 gscripts[gindex] |= AF_DIGIT;
145 if ( ( gscripts[nn] & ~AF_DIGIT ) == AF_SCRIPT_NONE )
298 return (FT_Bool)( globals->glyph_scripts[gindex] & AF_DIGIT );
  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.c 57 #define AF_DIGIT 0x80
152 gscripts[gindex] |= AF_DIGIT;
166 if ( ( gscripts[nn] & ~AF_DIGIT ) == AF_SCRIPT_LIST_NONE )
313 return (FT_Bool)( globals->glyph_scripts[gindex] & AF_DIGIT );

Completed in 415 milliseconds