Searched refs:glyph_format (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/
H A Dftrender.h77 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_
H A Dftimage.h1287 /* glyph_format :: The supported glyph format for this raster. */
1299 FT_Glyph_Format glyph_format; member in struct:FT_Raster_Funcs_
/external/freetype/include/freetype/
H A Dftrender.h77 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_
H A Dftimage.h1287 /* glyph_format :: The supported glyph format for this raster. */
1299 FT_Glyph_Format glyph_format; member in struct:FT_Raster_Funcs_
/external/pixman/pixman/
H A Dpixman-glyph.c365 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/
H A Dftrend1.c68 if ( slot->format != render->glyph_format )
93 if ( slot->format == render->glyph_format )
116 if ( slot->format != render->glyph_format )
/external/freetype/src/raster/
H A Dftrend1.c68 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/
H A Dftsmooth.c67 if ( slot->format != render->glyph_format )
92 if ( slot->format == render->glyph_format )
128 if ( slot->format != render->glyph_format )
/external/freetype/src/smooth/
H A Dftsmooth.c67 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/
H A Dftobjs.h692 FT_Glyph_Format glyph_format; member in struct:FT_RendererRec_
1081 clazz->glyph_format = glyph_format_; \
1149 clazz->glyph_format = format_; \
1306 clazz->glyph_format = glyph_format_; \
/external/freetype/include/freetype/internal/
H A Dftobjs.h692 FT_Glyph_Format glyph_format; member in struct:FT_RendererRec_
1081 clazz->glyph_format = glyph_format_; \
1149 clazz->glyph_format = format_; \
1306 clazz->glyph_format = glyph_format_; \
/external/chromium_org/third_party/freetype/src/base/
H A Dftglyph.c296 glyph->format = clazz->glyph_format;
549 dummy.format = clazz->glyph_format;
H A Dftobjs.c3840 if ( renderer->glyph_format == format )
3864 if ( !result || result->glyph_format != slot->format )
3900 render->glyph_format = clazz->glyph_format;
3903 if ( clazz->glyph_format == FT_GLYPH_FORMAT_OUTLINE &&
3945 if ( render->clazz->glyph_format == FT_GLYPH_FORMAT_OUTLINE &&
3997 if ( renderer->glyph_format == FT_GLYPH_FORMAT_OUTLINE )
4311 if ( renderer->clazz->glyph_format == FT_GLYPH_FORMAT_OUTLINE &&
/external/freetype/src/base/
H A Dftglyph.c296 glyph->format = clazz->glyph_format;
549 dummy.format = clazz->glyph_format;
H A Dftobjs.c3840 if ( renderer->glyph_format == format )
3864 if ( !result || result->glyph_format != slot->format )
3900 render->glyph_format = clazz->glyph_format;
3903 if ( clazz->glyph_format == FT_GLYPH_FORMAT_OUTLINE &&
3945 if ( render->clazz->glyph_format == FT_GLYPH_FORMAT_OUTLINE &&
3997 if ( renderer->glyph_format == FT_GLYPH_FORMAT_OUTLINE )
4311 if ( renderer->clazz->glyph_format == FT_GLYPH_FORMAT_OUTLINE &&
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttsbit.c783 FT_UInt glyph_format,
811 switch ( glyph_format )
838 switch ( glyph_format )
781 tt_sbit_decoder_load_bitmap( TT_SBitDecoder decoder, FT_UInt load_flags, FT_UInt glyph_format, FT_ULong glyph_start, FT_ULong glyph_size, FT_Int x_pos, FT_Int y_pos ) argument
H A Dttsbit0.c696 FT_UInt glyph_format,
724 switch ( glyph_format )
749 switch ( glyph_format )
695 tt_sbit_decoder_load_bitmap( TT_SBitDecoder decoder, FT_UInt glyph_format, FT_ULong glyph_start, FT_ULong glyph_size, FT_Int x_pos, FT_Int y_pos ) argument
/external/freetype/src/sfnt/
H A Dttsbit.c783 FT_UInt glyph_format,
811 switch ( glyph_format )
838 switch ( glyph_format )
781 tt_sbit_decoder_load_bitmap( TT_SBitDecoder decoder, FT_UInt load_flags, FT_UInt glyph_format, FT_ULong glyph_start, FT_ULong glyph_size, FT_Int x_pos, FT_Int y_pos ) argument

Completed in 274 milliseconds