/external/pixman/pixman/ |
D | pixman-glyph.c | 365 pixman_format_code_t glyph_format = glyph->image->bits.format; in pixman_glyph_get_mask_format() local 367 if (PIXMAN_FORMAT_TYPE (glyph_format) == PIXMAN_TYPE_A) in pixman_glyph_get_mask_format() 369 if (PIXMAN_FORMAT_A (glyph_format) > PIXMAN_FORMAT_A (format)) in pixman_glyph_get_mask_format() 370 format = glyph_format; in pixman_glyph_get_mask_format() 407 pixman_format_code_t glyph_format = PIXMAN_null; in pixman_composite_glyphs_no_mask() local 461 if (glyph_img->common.extended_format_code != glyph_format || in pixman_composite_glyphs_no_mask() 464 glyph_format = glyph_img->common.extended_format_code; in pixman_composite_glyphs_no_mask() 470 glyph_format, glyph_flags | extra, in pixman_composite_glyphs_no_mask() 504 pixman_format_code_t glyph_format = PIXMAN_null; in add_glyphs() local 539 if (glyph_img->common.extended_format_code != glyph_format || in add_glyphs() [all …]
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
D | ftrender.h | 77 FT_Glyph_Format glyph_format; member 148 FT_Glyph_Format glyph_format; member
|
D | ftimage.h | 1299 FT_Glyph_Format glyph_format; member
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
D | ftrender.h | 77 FT_Glyph_Format glyph_format; member 148 FT_Glyph_Format glyph_format; member
|
D | ftimage.h | 1299 FT_Glyph_Format glyph_format; member
|
/external/freetype/include/ |
D | ftrender.h | 77 FT_Glyph_Format glyph_format; member 148 FT_Glyph_Format glyph_format; member
|
D | ftimage.h | 1299 FT_Glyph_Format glyph_format; member
|
/external/chromium_org/third_party/freetype/include/freetype/ |
D | ftrender.h | 77 FT_Glyph_Format glyph_format; member 148 FT_Glyph_Format glyph_format; member
|
D | ftimage.h | 1299 FT_Glyph_Format glyph_format; member
|
/external/freetype/src/raster/ |
D | ftrend1.c | 68 if ( slot->format != render->glyph_format ) in ft_raster1_transform() 93 if ( slot->format == render->glyph_format ) in ft_raster1_get_cbox() 116 if ( slot->format != render->glyph_format ) in ft_raster1_render()
|
/external/chromium_org/third_party/freetype/src/raster/ |
D | ftrend1.c | 68 if ( slot->format != render->glyph_format ) in ft_raster1_transform() 93 if ( slot->format == render->glyph_format ) in ft_raster1_get_cbox() 116 if ( slot->format != render->glyph_format ) in ft_raster1_render()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/ |
D | ftrend1.c | 68 if ( slot->format != render->glyph_format ) in ft_raster1_transform() 93 if ( slot->format == render->glyph_format ) in ft_raster1_get_cbox() 116 if ( slot->format != render->glyph_format ) in ft_raster1_render()
|
/external/chromium_org/third_party/freetype/src/smooth/ |
D | ftsmooth.c | 67 if ( slot->format != render->glyph_format ) in ft_smooth_transform() 92 if ( slot->format == render->glyph_format ) in ft_smooth_get_cbox() 128 if ( slot->format != render->glyph_format ) in ft_smooth_render_generic()
|
/external/freetype/src/smooth/ |
D | ftsmooth.c | 67 if ( slot->format != render->glyph_format ) in ft_smooth_transform() 92 if ( slot->format == render->glyph_format ) in ft_smooth_get_cbox() 128 if ( slot->format != render->glyph_format ) in ft_smooth_render_generic()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/ |
D | ftsmooth.c | 67 if ( slot->format != render->glyph_format ) in ft_smooth_transform() 92 if ( slot->format == render->glyph_format ) in ft_smooth_get_cbox() 128 if ( slot->format != render->glyph_format ) in ft_smooth_render_generic()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
D | ftobjs.h | 692 FT_Glyph_Format glyph_format; member 1081 clazz->glyph_format = glyph_format_; \ 1149 clazz->glyph_format = format_; \ 1306 clazz->glyph_format = glyph_format_; \
|
/external/freetype/include/internal/ |
D | ftobjs.h | 684 FT_Glyph_Format glyph_format; member 1073 clazz->glyph_format = glyph_format_; \ 1141 clazz->glyph_format = format_; \ 1298 clazz->glyph_format = glyph_format_; \
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
D | ftobjs.h | 692 FT_Glyph_Format glyph_format; member 1081 clazz->glyph_format = glyph_format_; \ 1149 clazz->glyph_format = format_; \ 1306 clazz->glyph_format = glyph_format_; \
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
D | ftobjs.h | 692 FT_Glyph_Format glyph_format; member 1081 clazz->glyph_format = glyph_format_; \ 1149 clazz->glyph_format = format_; \ 1306 clazz->glyph_format = glyph_format_; \
|
/external/freetype/src/base/ |
D | ftglyph.c | 296 glyph->format = clazz->glyph_format; in FT_DEFINE_GLYPH() 545 dummy.format = clazz->glyph_format; in FT_Glyph_To_Bitmap()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
D | fxft_ftglyph.c | 296 glyph->format = clazz->glyph_format; in FT_DEFINE_GLYPH() 549 dummy.format = clazz->glyph_format; in FT_Glyph_To_Bitmap()
|
/external/chromium_org/third_party/freetype/src/base/ |
D | ftglyph.c | 296 glyph->format = clazz->glyph_format; in FT_DEFINE_GLYPH() 549 dummy.format = clazz->glyph_format; in FT_Glyph_To_Bitmap()
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
D | ttsbit0.c | 696 FT_UInt glyph_format, in tt_sbit_decoder_load_bitmap() argument 724 switch ( glyph_format ) in tt_sbit_decoder_load_bitmap() 749 switch ( glyph_format ) in tt_sbit_decoder_load_bitmap()
|
D | ttsbit.c | 783 FT_UInt glyph_format, in tt_sbit_decoder_load_bitmap() argument 811 switch ( glyph_format ) in tt_sbit_decoder_load_bitmap() 838 switch ( glyph_format ) in tt_sbit_decoder_load_bitmap()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/ |
D | ttsbit.c | 783 FT_UInt glyph_format, in tt_sbit_decoder_load_bitmap() argument 811 switch ( glyph_format ) in tt_sbit_decoder_load_bitmap() 838 switch ( glyph_format ) in tt_sbit_decoder_load_bitmap()
|