Searched refs:PixelFormat (Results 1 - 11 of 11) sorted by relevance

/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DPixelFormat.h28 class PixelFormat { class
93 // PixelFormat class
94 PixelFormat(agg::rendering_buffer& buffer,
97 ~PixelFormat();
196 PixelFormat::pix_ptr(int x, int y)
203 PixelFormat::pix_ptr(int x, int y) const
210 PixelFormat::make_pix(uint8* p, const color_type& c)
220 //PixelFormat::pixel(int x, int y) const
232 PixelFormat::blend_pixel(int x, int y, const color_type& c, uint8 cover)
239 PixelFormat
[all...]
H A DPixelFormat.cpp14 #include "PixelFormat.h"
136 PixelFormat::PixelFormat(agg::rendering_buffer& rb, function in class:PixelFormat
153 PixelFormat::~PixelFormat()
159 PixelFormat::SetDrawingMode(drawing_mode mode, source_alpha alphaSrcMode,
360 fprintf(stderr, "PixelFormat::SetDrawingMode() - drawing_mode not implemented\n");
H A DDrawingMode.h16 #include "PixelFormat.h"
20 typedef PixelFormat::color_type color_type;
21 typedef PixelFormat::agg_buffer agg_buffer;
/haiku/src/libs/icon/
H A DIconRenderer.h40 typedef agg::pixfmt_bgra32 PixelFormat; typedef
42 typedef agg::renderer_base<PixelFormat> BaseRenderer;
101 PixelFormat fPixelFormat;
H A DIconRenderer.cpp348 PixelFormat pixf_img(bitmap);
358 typedef agg::image_accessor_clip<PixelFormat> source_type;
/haiku/headers/libs/agg/
H A Dagg_renderer_mclip.h31 template<class PixelFormat> class renderer_mclip
34 typedef PixelFormat pixfmt_type;
336 renderer_mclip(const renderer_mclip<PixelFormat>&);
337 const renderer_mclip<PixelFormat>&
338 operator = (const renderer_mclip<PixelFormat>&);
H A Dagg_renderer_base.h30 template<class PixelFormat> class renderer_base
33 typedef PixelFormat pixfmt_type;
/haiku/src/system/boot/platform/efi/
H A Dvideo.cpp189 if (info->PixelFormat == PixelRedGreenBlueReserved8BitPerColor) {
191 } else if (info->PixelFormat == PixelBlueGreenRedReserved8BitPerColor) {
194 } else if (info->PixelFormat == PixelBitMask
202 info->PixelFormat));
212 videoMode->bits_per_pixel = info->PixelFormat == PixelBitMask ? 24 : 32;
270 sGraphicsOutput->Mode->Info->PixelFormat == PixelBitMask ? 24 : 32;
/haiku/src/servers/app/drawing/Painter/
H A Ddefines.h40 #include "drawing_modes/PixelFormat.h"
45 typedef PixelFormat pixfmt;
H A Dagg_renderer_region.h28 template<class PixelFormat> class renderer_region
31 typedef PixelFormat pixfmt_type;
455 renderer_region(const renderer_region<PixelFormat>&);
456 const renderer_region<PixelFormat>&
457 operator = (const renderer_region<PixelFormat>&);
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dgraphics-output.h32 efi_graphics_pixel_format PixelFormat; member in struct:__anon21

Completed in 112 milliseconds