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

  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.c 61 * Note that glyph_scripts[] is used to map each glyph into
69 FT_Byte* glyph_scripts; member in struct:AF_FaceGlobalsRec_
84 FT_Byte* gscripts = globals->glyph_scripts;
89 FT_MEM_SET( globals->glyph_scripts,
195 globals->glyph_scripts = (FT_Byte*)( globals + 1 );
236 globals->glyph_scripts = NULL; /* no need to free this one! */
267 gidx = globals->glyph_scripts[gindex] & AF_SCRIPT_LIST_NONE;
313 return (FT_Bool)( globals->glyph_scripts[gindex] & AF_DIGIT );
  /external/freetype/src/autofit/
afglobal.h 58 * Note that glyph_scripts[] is used to map each glyph into
66 FT_Byte* glyph_scripts; member in struct:AF_FaceGlobalsRec_
afglobal.c 61 FT_Byte* gscripts = globals->glyph_scripts;
67 FT_MEM_SET( globals->glyph_scripts,
176 globals->glyph_scripts = (FT_Byte*)( globals + 1 );
220 globals->glyph_scripts = NULL; /* no need to free this one! */
251 gidx = globals->glyph_scripts[gindex] & AF_SCRIPT_NONE;
298 return (FT_Bool)( globals->glyph_scripts[gindex] & AF_DIGIT );
afmodule.c 137 prop->map = globals->glyph_scripts;

Completed in 325 milliseconds