Searched defs:Color (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdipluscolor.h43 class Color class
51 typedef struct Color struct
54 } Color; typedef in typeref:struct:Color
H A Dksmedia.h111 COLORREF Color; member in struct:__anon13637
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdipluscolor.h43 class Color class
51 typedef struct Color struct
54 } Color; typedef in typeref:struct:Color
H A Dksmedia.h105 COLORREF Color; member in struct:__anon1017
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Library/GopBltLib/
H A DGopBltLib.c187 @param[in] Color Color to fill the region with
201 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Color,
209 Color,
200 BltLibVideoFill( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Color, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height ) argument
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DDriver.c603 UINT32 Color; local
605 Color = 0;
612 &Color
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DMemoryTest.c53 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Color; local
116 SetMem (&Color, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0x0);
121 &Color,
134 (EFI_UGA_PIXEL *) &Color,
230 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Color; local
253 SetMem (&Color, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0xff);
336 Color,
359 Color,
396 Color,
H A DFrontPage.c900 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Color; local
910 SetMem (&Color, sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL), 0xff);
919 PlatformBdsShowProgress (Foreground, Background, TmpStr, Color, 0, 0);
943 Color,
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Application/BltLibSample/
H A DBltLibSample.c74 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Color; local
97 *(UINT32*) (&Color) = Rand32 () & 0xffffff;
98 BltLibVideoFill (&Color, X, Y, W, H);
108 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Color; local
115 *(UINT32*) (&Color) = 0;
119 Color.Red = (UINT8) ((X * 0x100) / Width);
120 Color.Green = (UINT8) ((Y * 0x100) / Height);
121 Color.Blue = (UINT8) ((Y * 0x100) / Height);
122 BltLibVideoFill (&Color, X, Y, 1, 1);
186 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Color; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430.c784 UINT32 Color; local
786 Color = 0;
793 &Color
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c217 @param[in] Color Color to fill the region with
231 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Color,
271 Uint32 = *(UINT32*) Color;
230 BltLibVideoFill( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *Color, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2634 UINTN Color; local
2638 for (Bit = 0x01, Color = 0; Bit < 0x10; Bit <<= 1, MemoryBuffer += VGA_BYTES_PER_BIT_PLANE) {
2640 Color |= Bit;
2644 *BltBuffer = mVgaColorToGraphicsOutputColor[Color];
2660 UINT8 Color; local
2662 Color = (UINT8) ((BltBuffer->Blue >> 7) | ((BltBuffer->Green >> 6) & 0x02) | ((BltBuffer->Red >> 5) & 0x04));
2664 Color |= 0x08;
2667 return Color;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.h209 UINT Color; member in struct:VBOXVDMA_CLRFILL
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c1073 static HRESULT WINAPI IDirect3DDevice8Impl_Clear(LPDIRECT3DDEVICE8 iface, DWORD Count, CONST D3DRECT* pRects, DWORD Flags, D3DCOLOR Color, float Z, DWORD Stencil) { argument
1078 iface, Count, pRects, Flags, Color, Z, Stencil);
1082 hr = IWineD3DDevice_Clear(This->WineD3DDevice, Count, (CONST WINED3DRECT*) pRects, Flags, Color, Z, Stencil);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c1585 static HRESULT WINAPI IDirect3DDevice9Impl_Clear(LPDIRECT3DDEVICE9EX iface, DWORD Count, CONST D3DRECT* pRects, DWORD Flags, D3DCOLOR Color, float Z, DWORD Stencil) { argument
1590 iface, Count, pRects, Flags, Color, Z, Stencil);
1594 hr = IWineD3DDevice_Clear(This->WineD3DDevice, Count, (CONST WINED3DRECT*) pRects, Flags, Color, Z, Stencil);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c4508 const WINED3DRECT *pRects, DWORD Flags, WINED3DCOLOR Color, float Z, DWORD Stencil)
4607 glClearColor(D3DCOLOR_R(Color), D3DCOLOR_G(Color), D3DCOLOR_B(Color), D3DCOLOR_A(Color));
4690 DWORD Flags, WINED3DCOLOR Color, float Z, DWORD Stencil) {
4694 TRACE("(%p) Count (%d), pRects (%p), Flags (%x), Color (0x%08x), Z (%f), Stencil (%d)\n", This,
4695 Count, pRects, Flags, Color, Z, Stencil);
4703 return IWineD3DDeviceImpl_ClearSurface(This, target, Count, pRects, Flags, Color, Z, Stencil);
4507 IWineD3DDeviceImpl_ClearSurface(IWineD3DDeviceImpl *This, IWineD3DSurfaceImpl *target, DWORD Count, const WINED3DRECT *pRects, DWORD Flags, WINED3DCOLOR Color, float Z, DWORD Stencil) argument
4689 IWineD3DDeviceImpl_Clear(IWineD3DDevice *iface, DWORD Count, CONST WINED3DRECT* pRects, DWORD Flags, WINED3DCOLOR Color, float Z, DWORD Stencil) argument
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h54 * Color channel data type.
401 GLfloat *TableF; /**< Color table, floating point values */
402 GLubyte *TableUB; /**< Color table, ubyte values */
564 * Color buffer attribute group (GL_COLOR_BUFFER_BIT).
569 GLclampf ClearColor[4]; /**< Color to use for glClear */
571 GLuint IndexMask; /**< Color index write mask */
604 GLboolean IndexLogicOpEnabled; /**< Color index logic op enabled flag */
790 GLfloat Color[4]; /**< Fog color */ member in struct:gl_fog_attrib
839 * Color Min/max state.
1038 /* Color matri
1701 struct gl_client_array Color; member in struct:gl_array_object
2973 struct gl_colorbuffer_attrib Color; /**< Color buffer attributes */ member in struct:__GLcontextRec
[all...]

Completed in 111 milliseconds