HomeSort by relevance Sort by last modified time
    Searched refs:DstY (Results 1 - 19 of 19) sorted by null

  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
CirrusLogic5430GraphicsOutput.c 230 UINTN DstY;
306 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
330 Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) ((UINT8 *) BltBuffer + (DstY * Delta) + (DestinationX + X) * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
413 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
414 Offset = (DstY * Private->ModeData[CurrentMode].HorizontalResolution) + DestinationX;
439 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
    [all...]
CirrusLogic5430UgaDraw.c 127 UINTN DstY;
201 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
225 Blt = (EFI_UGA_PIXEL *) ((UINT8 *) BltBuffer + (DstY * Delta) + (DestinationX + X) * sizeof (EFI_UGA_PIXEL));
308 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
309 Offset = (DstY * Private->ModeData[Private->CurrentMode].HorizontalResolution) + DestinationX;
334 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
FrameBufferBltLib.c 238 UINTN DstY;
322 for (DstY = DestinationY; DstY < (Height + DestinationY); DstY++) {
323 Offset = (DstY * mBltLibWidthInPixels) + DestinationX;
428 UINTN DstY;
467 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
477 (DstY * Delta) +
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
FbGop.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/
FrameBufferBltLib.c 340 UINTN DstY;
379 for (SrcY = SourceY, DstY = DestinationY;
380 DstY < (Height + DestinationY);
381 SrcY++, DstY++) {
388 Destination = (UINT8 *) BltBuffer + (DstY * Delta) + (DestinationX * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
398 ((UINT8 *) BltBuffer + (DstY * Delta) +
448 UINTN DstY;
484 for (SrcY = SourceY, DstY = DestinationY;
486 SrcY++, DstY++) {
488 Offset = (DstY * Configure->WidthInPixels) + DestinationX;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.c     [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
X11GraphicsWindow.c 723 UINTN DstY;
784 for (DstY = Args->DestinationY; DstY < (Args->Height + Args->DestinationY); DstY++) {
786 XPutPixel(Private->image, DstX, DstY, X11PixelToColor(Private, *Blt));
820 for (DstY = Args->DestinationY; DstY < (Args->Height + Args->DestinationY); DstY++) {
822 XPutPixel(Private->image, DstX, DstY, Color);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.c     [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
WinNtGopScreen.c 467 UINTN DstY;
522 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
523 Blt = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) ((UINT8 *) BltBuffer + (DstY * Delta) + DestinationX * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
556 DstY = DestinationY + Index;
559 DstY = DestinationY + Height - Index - 1;
562 VScreen = &Private->VirtualScreen[(VerticalResolution - DstY - 1) * HorizontalResolution + DestinationX];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11_1.idl 110 UINT DstY,
d3d11_1.h 362 UINT DstY,
755 UINT DstY,
    [all...]
d3d10_1.h 623 UINT DstY,
    [all...]
d3d10.h     [all...]
d3d10.idl     [all...]
d3d11.h     [all...]
ntgdi.h 127 W32KAPI WINBOOL WINAPI NtGdiAlphaBlend(HDC hdcDst,LONG DstX,LONG DstY,LONG DstCx,LONG DstCy,HDC hdcSrc,LONG SrcX,LONG SrcY,LONG SrcCx,LONG SrcCy,BLENDFUNCTION BlendFunction,HANDLE hcmXform);
    [all...]
d3d11.idl     [all...]
vfw.h 624 void WINAPI StretchDIB(LPBITMAPINFOHEADER biDst,LPVOID lpDst,int DstX,int DstY,int DstXE,int DstYE,LPBITMAPINFOHEADER biSrc,LPVOID lpSrc,int SrcX,int SrcY,int SrcXE,int SrcYE);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 320 PVR2D_LONG DstX, DstY; /* pixel offset from start of dest surface to start of blt rectangle */
    [all...]

Completed in 1485 milliseconds