OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
BlitInternal.h
Go to the documentation of this file.
1
10#ifndef BLIT_INTERNAL_H
11#define BLIT_INTERNAL_H
12
13#include <Library/OcBlitLib.h>
14
33RETURN_STATUS
35 IN OC_BLIT_CONFIGURE *Configure,
36 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,
37 IN UINTN SourceX,
38 IN UINTN SourceY,
39 IN UINTN DestinationX,
40 IN UINTN DestinationY,
41 IN UINTN Width,
42 IN UINTN Height,
43 IN UINTN DeltaPixels
44 );
45
64RETURN_STATUS
66 IN OC_BLIT_CONFIGURE *Configure,
67 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,
68 IN UINTN SourceX,
69 IN UINTN SourceY,
70 IN UINTN DestinationX,
71 IN UINTN DestinationY,
72 IN UINTN Width,
73 IN UINTN Height,
74 IN UINTN DeltaPixels
75 );
76
95RETURN_STATUS
97 IN OC_BLIT_CONFIGURE *Configure,
98 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,
99 IN UINTN SourceX,
100 IN UINTN SourceY,
101 IN UINTN DestinationX,
102 IN UINTN DestinationY,
103 IN UINTN Width,
104 IN UINTN Height,
105 IN UINTN DeltaPixels
106 );
107
126RETURN_STATUS
128 IN OC_BLIT_CONFIGURE *Configure,
129 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,
130 IN UINTN SourceX,
131 IN UINTN SourceY,
132 IN UINTN DestinationX,
133 IN UINTN DestinationY,
134 IN UINTN Width,
135 IN UINTN Height,
136 IN UINTN DeltaPixels
137 );
138
157RETURN_STATUS
159 IN OC_BLIT_CONFIGURE *Configure,
160 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,
161 IN UINTN SourceX,
162 IN UINTN SourceY,
163 IN UINTN DestinationX,
164 IN UINTN DestinationY,
165 IN UINTN Width,
166 IN UINTN Height,
167 IN UINTN DeltaPixels
168 );
169
188RETURN_STATUS
190 IN OC_BLIT_CONFIGURE *Configure,
191 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,
192 IN UINTN SourceX,
193 IN UINTN SourceY,
194 IN UINTN DestinationX,
195 IN UINTN DestinationY,
196 IN UINTN Width,
197 IN UINTN Height,
198 IN UINTN DeltaPixels
199 );
200
219RETURN_STATUS
221 IN OC_BLIT_CONFIGURE *Configure,
222 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,
223 IN UINTN SourceX,
224 IN UINTN SourceY,
225 IN UINTN DestinationX,
226 IN UINTN DestinationY,
227 IN UINTN Width,
228 IN UINTN Height,
229 IN UINTN DeltaPixels
230 );
231
250RETURN_STATUS
252 IN OC_BLIT_CONFIGURE *Configure,
253 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,
254 IN UINTN SourceX,
255 IN UINTN SourceY,
256 IN UINTN DestinationX,
257 IN UINTN DestinationY,
258 IN UINTN Width,
259 IN UINTN Height,
260 IN UINTN DeltaPixels
261 );
262
263#endif // BLIT_INTERNAL_H
RETURN_STATUS BlitLibVideoToBuffer90(IN OC_BLIT_CONFIGURE *Configure, OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN DeltaPixels)
RETURN_STATUS BlitLibBufferToVideo180(IN OC_BLIT_CONFIGURE *Configure, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN DeltaPixels)
RETURN_STATUS BlitLibBufferToVideo90(IN OC_BLIT_CONFIGURE *Configure, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN DeltaPixels)
RETURN_STATUS BlitLibVideoToBuffer270(IN OC_BLIT_CONFIGURE *Configure, OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN DeltaPixels)
RETURN_STATUS BlitLibVideoToBuffer0(IN OC_BLIT_CONFIGURE *Configure, OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN DeltaPixels)
RETURN_STATUS BlitLibBufferToVideo270(IN OC_BLIT_CONFIGURE *Configure, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN DeltaPixels)
RETURN_STATUS BlitLibVideoToBuffer180(IN OC_BLIT_CONFIGURE *Configure, OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN DeltaPixels)
RETURN_STATUS BlitLibBufferToVideo0(IN OC_BLIT_CONFIGURE *Configure, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN DeltaPixels)