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

  /external/freetype/src/autofit/
afglobal.c 138 FT_Byte* gstyles = globals->glyph_styles;
145 FT_MEM_SET( globals->glyph_styles,
324 globals->glyph_styles = (FT_Byte*)( globals + 1 );
378 globals->glyph_styles = NULL; /* no need to free this one! */
408 /* otherwise look into `glyph_styles' array */
410 style = (AF_Style)( globals->glyph_styles[gindex] &
459 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 201 prop->map = globals->glyph_styles;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afglobal.h 101 * Note that glyph_styles[] maps each glyph to an index into the
109 FT_UShort* glyph_styles; member in struct:AF_FaceGlobalsRec_
afglobal.c 139 FT_UShort* gstyles = globals->glyph_styles;
347 /* with the glyph_styles array */
356 globals->glyph_styles = (FT_UShort*)( globals + 1 );
423 globals->glyph_styles = NULL;
453 /* otherwise look into `glyph_styles' array */
455 style = (AF_Style)( globals->glyph_styles[gindex] &
504 return (FT_Bool)( globals->glyph_styles[gindex] & AF_DIGIT );
afmodule.c 249 prop->map = globals->glyph_styles;
aflatin.c     [all...]

Completed in 113 milliseconds