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

  /external/freetype/include/freetype/
ftrender.h 77 FT_Glyph_Format glyph_format; member in struct:FT_Glyph_Class_
129 /* glyph_format :: The glyph image format this renderer handles. */
148 FT_Glyph_Format glyph_format; member in struct:FT_Renderer_Class_
ftimage.h 1278 FT_Glyph_Format glyph_format; member in struct:FT_Raster_Funcs_
    [all...]
  /external/freetype/src/raster/
ftrend1.c 67 if ( slot->format != render->glyph_format )
92 if ( slot->format == render->glyph_format )
115 if ( slot->format != render->glyph_format )
  /external/freetype/src/smooth/
ftsmooth.c 67 if ( slot->format != render->glyph_format )
92 if ( slot->format == render->glyph_format )
119 if ( slot->format != render->glyph_format )
  /external/freetype/include/freetype/internal/
ftobjs.h 665 FT_Glyph_Format glyph_format; member in struct:FT_RendererRec_
    [all...]
  /external/freetype/src/base/
ftglyph.c 294 glyph->format = clazz->glyph_format;
547 dummy.format = clazz->glyph_format;
ftobjs.c     [all...]
  /external/freetype/src/sfnt/
ttsbit0.c 696 FT_UInt glyph_format,
724 switch ( glyph_format )
749 switch ( glyph_format )

Completed in 193 milliseconds