Searched refs:pixel_mode (Results 1 – 10 of 10) sorted by relevance
117 switch ( bitmap->pixel_mode ) in ft_bitmap_assure_buffer()243 switch ( bitmap->pixel_mode ) in FT_Bitmap_Embolden()252 if ( bitmap->pixel_mode == FT_PIXEL_MODE_GRAY2 ) in FT_Bitmap_Embolden()312 if ( bitmap->pixel_mode == FT_PIXEL_MODE_MONO ) in FT_Bitmap_Embolden()389 switch ( source->pixel_mode ) in FT_Bitmap_Convert()406 target->pixel_mode = FT_PIXEL_MODE_GRAY; in FT_Bitmap_Convert()431 switch ( source->pixel_mode ) in FT_Bitmap_Convert()
660 if ( abitmap->pixel_mode == FT_PIXEL_MODE_GRAY || in FT_Outline_Get_Bitmap()661 abitmap->pixel_mode == FT_PIXEL_MODE_LCD || in FT_Outline_Get_Bitmap()662 abitmap->pixel_mode == FT_PIXEL_MODE_LCD_V ) in FT_Outline_Get_Bitmap()
320 slot->bitmap.pixel_mode = 0; in ft_glyphslot_clear()
193 int disp_mode,pixel_mode,pitch; in DC_SetVideoMode() local205 case 15: pixel_mode = PM_RGB555; pitch = width*2; in DC_SetVideoMode()211 case 16: pixel_mode = PM_RGB565; pitch = width*2; in DC_SetVideoMode()218 case 32: pixel_mode = PM_RGB888; pitch = width*4; in DC_SetVideoMode()250 vid_set_mode(disp_mode,pixel_mode); in DC_SetVideoMode()
186 bitmap->pixel_mode = FT_PIXEL_MODE_GRAY; in ft_raster1_render()192 bitmap->pixel_mode = FT_PIXEL_MODE_MONO; in ft_raster1_render()212 if ( bitmap->pixel_mode == FT_PIXEL_MODE_GRAY ) in ft_raster1_render()
212 bitmap->pixel_mode = FT_PIXEL_MODE_GRAY; in ft_smooth_render_generic()377 slot->bitmap.pixel_mode = FT_PIXEL_MODE_LCD; in ft_smooth_render_lcd()395 slot->bitmap.pixel_mode = FT_PIXEL_MODE_LCD_V; in ft_smooth_render_lcd_v()
1154 map->pixel_mode = FT_PIXEL_MODE_MONO; in crop_bitmap()1284 map->pixel_mode = FT_PIXEL_MODE_MONO; in Load_SBit_Image()1289 map->pixel_mode = FT_PIXEL_MODE_GRAY2; in Load_SBit_Image()1294 map->pixel_mode = FT_PIXEL_MODE_GRAY4; in Load_SBit_Image()1299 map->pixel_mode = FT_PIXEL_MODE_GRAY; in Load_SBit_Image()
273 map->pixel_mode = FT_PIXEL_MODE_MONO; in tt_sbit_decoder_alloc_bitmap()278 map->pixel_mode = FT_PIXEL_MODE_GRAY2; in tt_sbit_decoder_alloc_bitmap()283 map->pixel_mode = FT_PIXEL_MODE_GRAY4; in tt_sbit_decoder_alloc_bitmap()288 map->pixel_mode = FT_PIXEL_MODE_GRAY; in tt_sbit_decoder_alloc_bitmap()
730 target.pixel_mode = compute_pixel_mode( in generateImage()747 if (fFace->glyph->bitmap.pixel_mode == FT_PIXEL_MODE_GRAY || in generateImage()748 (fFace->glyph->bitmap.pixel_mode == FT_PIXEL_MODE_MONO && in generateImage()761 } else if (fFace->glyph->bitmap.pixel_mode == FT_PIXEL_MODE_MONO && in generateImage()
305 char pixel_mode; member