Home
last modified time | relevance | path

Searched refs:PixelFormat (Results 1 – 22 of 22) sorted by relevance

/reactos/sdk/include/psdk/
H A Dgdipluspixelformats.h23 typedef INT PixelFormat; typedef
53 IsIndexedPixelFormat(PixelFormat format) in IsIndexedPixelFormat()
59 IsAlphaPixelFormat(PixelFormat format) in IsAlphaPixelFormat()
65 IsCanonicalPixelFormat(PixelFormat format) in IsCanonicalPixelFormat()
71 IsExtendedPixelFormat(PixelFormat format) in IsExtendedPixelFormat()
77 GetPixelFormatSize(PixelFormat format) in GetPixelFormatSize()
H A Dgdiplusimaging.h113 Gdiplus::PixelFormat PixelFormat; variable
180 PixelFormat PixelFormat; member
H A Dgdiplusheaders.h176 PixelFormat
179 PixelFormat format; in GetPixelFormat()
402 Bitmap(INT width, INT height, PixelFormat format) in Bitmap()
416 Bitmap(INT width, INT height, INT stride, PixelFormat format, BYTE *scan0) in Bitmap()
460 Clone(const Rect &rect, PixelFormat format) in Clone()
466 Clone(const RectF &rect, PixelFormat format) in Clone()
472 Clone(REAL x, REAL y, REAL width, REAL height, PixelFormat format) in Clone()
490 Clone(INT x, INT y, INT width, INT height, PixelFormat format) in Clone()
572 LockBits(const Rect *rect, UINT flags, PixelFormat format, BitmapData *lockedBitmapData) in LockBits()
H A Dgdiplusflat.h63 GdipBitmapLockBits(GpBitmap *, GDIPCONST GpRect *, UINT, PixelFormat, BitmapData *);
71 GdipCloneBitmapArea(REAL, REAL, REAL, REAL, PixelFormat, GpBitmap *, GpBitmap **);
73 GdipCloneBitmapAreaI(INT, INT, INT, INT, PixelFormat, GpBitmap *, GpBitmap **);
89 GdipCreateBitmapFromScan0(INT, INT, INT, PixelFormat, BYTE *, GpBitmap **);
849 GdipGetImagePixelFormat(GpImage *, PixelFormat *);
H A Dd3dkmdt.h357 D3DDDIFORMAT PixelFormat; member
/reactos/modules/rostests/dxtest/ddraw/Surface/
H A Dmisc.cpp38 DDPIXELFORMAT PixelFormat = {0}; in Test_Misc() local
41 TEST (Surface->GetPixelFormat(&PixelFormat)); in Test_Misc()
42 PixelFormat.dwSize = sizeof(DDPIXELFORMAT); in Test_Misc()
43 …TEST (Surface->GetPixelFormat(&PixelFormat) == DD_OK && PixelFormat.dwFlags == 0x40); // FIXME: Fi… in Test_Misc()
52 TEST (memcmp ((PVOID)&Desc.ddpfPixelFormat, (PVOID)&PixelFormat, sizeof(DDPIXELFORMAT)) == 0); in Test_Misc()
/reactos/boot/environ/lib/io/display/efi/
H A Dgop.c24 if (ModeInfo->PixelFormat == PixelBlueGreenRedReserved8BitPerColor) in ConsoleEfiGopGetGraphicalFormat()
29 if (ModeInfo->PixelFormat == PixelBitMask) in ConsoleEfiGopGetGraphicalFormat()
48 if (Mode->PixelFormat == PixelBlueGreenRedReserved8BitPerColor) in ConsoleEfiGopIsPixelFormatSupported()
55 if (Mode->PixelFormat == PixelBitMask) in ConsoleEfiGopIsPixelFormatSupported()
/reactos/base/applications/screensavers/3dtext/
H A D3dtext.c262 GLuint PixelFormat; // Pixel Format Storage in ScreenSaverProc() local
294 PixelFormat = ChoosePixelFormat(hDC, &pfd); in ScreenSaverProc()
297 if (!PixelFormat) in ScreenSaverProc()
307 if (!SetPixelFormat(hDC, PixelFormat, &pfd)) in ScreenSaverProc()
/reactos/boot/freeldr/freeldr/arch/uefi/
H A Duefivid.c52 framebufferData.PixelFormat = gop->Mode->Info->PixelFormat; in UefiInitializeVideo()
65 TRACE("Framebuffer PixelFormat : %d\n", framebufferData.PixelFormat); in UefiPrintFramebufferData()
/reactos/modules/rosapps/applications/screensavers/ssstars/
H A Dssstars.c337 GLuint PixelFormat; in OnCreate() local
346 PixelFormat = ChoosePixelFormat(hDC, &pfd); in OnCreate()
349 if (!PixelFormat) in OnCreate()
359 if (!SetPixelFormat(hDC, PixelFormat, &pfd)) in OnCreate()
/reactos/dll/win32/gdiplus/
H A Dgdiplus_private.h193 INT dst_stride, BYTE *dst_bits, PixelFormat dst_format,
194 …INT src_stride, const BYTE *src_bits, PixelFormat src_format, ColorPalette *palette) DECLSPEC_HIDD…
196 extern PixelFormat apply_image_attributes(const GpImageAttributes *attributes, LPBYTE data,
197 UINT width, UINT height, INT stride, ColorAdjustType type, PixelFormat fmt) DECLSPEC_HIDDEN;
430 PixelFormat format;
H A Dimage.c51 PixelFormat gdip_format;
563 INT dst_stride, BYTE *dst_bits, PixelFormat dst_format, in convert_pixels()
1073 lockeddata->PixelFormat = format; in GdipBitmapLockBits()
1112 lockeddata->PixelFormat = format; in GdipBitmapLockBits()
1389 PixelFormat format; in GdipCreateBitmapFromGdiDib()
1761 PixelFormat format, BYTE* scan0, GpBitmap** bitmap) in GdipCreateBitmapFromScan0()
3642 PixelFormat gdip_format=0; in decode_frame_wic()
4514 PixelFormat gdipformat=0; in encode_image_wic()
5108 static PixelFormat get_16bpp_format(HBITMAP hbm) in get_16bpp_format()
5112 PixelFormat result; in get_16bpp_format()
[all …]
H A Dgraphics.c420 const BYTE *src, INT src_width, INT src_height, INT src_stride, PixelFormat fmt) in alpha_blend_hdc_pixels()
711 UINT width, UINT height, INT stride, ColorAdjustType type, PixelFormat fmt) in apply_image_attributes()
1382 lockeddata.PixelFormat = PixelFormat32bppARGB; in brush_fill_pixels()
1395 src_stride, ColorAdjustTypeBitmap, lockeddata.PixelFormat); in brush_fill_pixels()
3245 lockeddata.PixelFormat = PixelFormat32bppARGB; in GdipDrawImagePointsRect()
3247 lockeddata.PixelFormat = PixelFormat32bppPARGB; in GdipDrawImagePointsRect()
3250 lockeddata.PixelFormat, &lockeddata); in GdipDrawImagePointsRect()
3263 src_stride, ColorAdjustTypeBitmap, lockeddata.PixelFormat); in GdipDrawImagePointsRect()
3310 if (lockeddata.PixelFormat != PixelFormat32bppPARGB) in GdipDrawImagePointsRect()
3338 lockeddata.PixelFormat); in GdipDrawImagePointsRect()
[all …]
H A Dmetafile.c342 DWORD PixelFormat; member
1754 if (bitmapdata->PixelFormat & PixelFormatIndexed) in metafile_deserialize_image()
1780 bitmapdata->PixelFormat, scan0, (GpBitmap **)image); in metafile_deserialize_image()
4072 record->PixelFormat = 0; in METAFILE_FillEmfPlusBitmap()
/reactos/boot/freeldr/freeldr/include/arch/uefi/
H A Duefildr.h33 UINT32 PixelFormat; member
/reactos/boot/environ/include/efi/
H A DGraphicsOutput.h83 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
/reactos/win32ss/gdi/eng/
H A Dengobjects.h104 int PixelFormat; member
H A Dengwindow.c203 Clip->PixelFormat = iPixelFormat; in EngCreateWnd()
/reactos/dll/cpl/desk/
H A Ddibitmap.c69 lock.PixelFormat = PixelFormat32bppPARGB; in DibLoadImage()
/reactos/modules/rostests/winetests/gdiplus/
H A Dimage.c192 PixelFormat format; in test_FromGdiDib()
911 PixelFormat format; in test_GdipCreateBitmapFromHBITMAP()
1259 PixelFormat format; in test_fromhicon()
2681 PixelFormat pixel_format; in test_multiframegif()
3882 PixelFormat format; in test_tiff_palette()
3993 PixelFormat format; in test_bitmapbits()
4305 PixelFormat format; in test_image_format()
5176 PixelFormat format; in test_png_color_formats()
5245 PixelFormat format; in test_png_color_formats()
5554 PixelFormat format; in test_tiff_color_formats()
[all …]
H A Dgraphics.c5020 PixelFormat format; in test_bitmapfromgraphics()
/reactos/dll/directx/wine/ddraw/
H A Dsurface.c3366 …RESULT WINAPI ddraw_surface7_GetPixelFormat(IDirectDrawSurface7 *iface, DDPIXELFORMAT *PixelFormat) in ddraw_surface7_GetPixelFormat() argument
3371 TRACE("iface %p, pixel_format %p.\n", iface, PixelFormat); in ddraw_surface7_GetPixelFormat()
3373 if(!PixelFormat) in ddraw_surface7_GetPixelFormat()
3377 DD_STRUCT_COPY_BYSIZE(PixelFormat, &surface->surface_desc.u4.ddpfPixelFormat); in ddraw_surface7_GetPixelFormat()