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

  /external/chromium_org/third_party/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 1290 FT_Glyph_Format glyph_format; member in struct:FT_Raster_Funcs_
    [all...]
  /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 1299 FT_Glyph_Format glyph_format; member in struct:FT_Raster_Funcs_
    [all...]
  /external/pixman/pixman/
pixman-glyph.c 365 pixman_format_code_t glyph_format = glyph->image->bits.format; local
367 if (PIXMAN_FORMAT_TYPE (glyph_format) == PIXMAN_TYPE_A)
369 if (PIXMAN_FORMAT_A (glyph_format) > PIXMAN_FORMAT_A (format))
370 format = glyph_format;
407 pixman_format_code_t glyph_format = PIXMAN_null; local
461 if (glyph_img->common.extended_format_code != glyph_format ||
464 glyph_format = glyph_img->common.extended_format_code;
470 glyph_format, glyph_flags | extra, local
504 pixman_format_code_t glyph_format = PIXMAN_null; local
539 if (glyph_img->common.extended_format_code != glyph_format ||
    [all...]
  /external/chromium_org/third_party/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/raster/
ftrend1.c 68 if ( slot->format != render->glyph_format )
93 if ( slot->format == render->glyph_format )
116 if ( slot->format != render->glyph_format )
  /external/chromium_org/third_party/freetype/src/smooth/
ftsmooth.c 67 if ( slot->format != render->glyph_format )
92 if ( slot->format == render->glyph_format )
122 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 )
128 if ( slot->format != render->glyph_format )
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftobjs.h 665 FT_Glyph_Format glyph_format; member in struct:FT_RendererRec_
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 692 FT_Glyph_Format glyph_format; member in struct:FT_RendererRec_
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftglyph.c 294 glyph->format = clazz->glyph_format;
547 dummy.format = clazz->glyph_format;
ftobjs.c     [all...]
  /external/freetype/src/base/
ftglyph.c 296 glyph->format = clazz->glyph_format;
549 dummy.format = clazz->glyph_format;
ftobjs.c     [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit0.c 696 FT_UInt glyph_format,
724 switch ( glyph_format )
749 switch ( glyph_format )
  /external/freetype/src/sfnt/
ttsbit.c 783 FT_UInt glyph_format,
811 switch ( glyph_format )
838 switch ( glyph_format )
    [all...]

Completed in 2615 milliseconds