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

  /external/freetype/src/autofit/
afglobal.c 138 FT_Byte* gstyles = globals->glyph_styles;
145 FT_MEM_SET( globals->glyph_styles,
323 globals->glyph_styles = (FT_Byte*)( globals + 1 );
377 globals->glyph_styles = NULL; /* no need to free this one! */
407 /* otherwise look into `glyph_styles' array */
409 style = (AF_Style)( globals->glyph_styles[gindex] &
458 return (FT_Bool)( globals->glyph_styles[gindex] & AF_DIGIT );
afglobal.h 95 * Note that glyph_styles[] maps each glyph to an index into the
103 FT_Byte* glyph_styles; member in struct:AF_FaceGlobalsRec_
afmodule.c 170 prop->map = globals->glyph_styles;

Completed in 63 milliseconds