Home | History | Annotate | Download | only in FrameBufferBltLib

Lines Matching defs:Height

28   UINTN                           Height;

151 Configure->Height = (UINTN) FrameBufferInfo->VerticalResolution;
168 @param[in] Height Height to fill.
181 IN UINTN Height
199 if (DestinationY + Height > Configure->Height) {
209 if (Width == 0 || Height == 0) {
210 DEBUG ((EFI_D_VERBOSE, "VideoFill: Width or Height is 0\n"));
262 SizeInBytes = WidthInBytes * Height;
272 for (IndexY = DestinationY; IndexY < (Height + DestinationY); IndexY++) {
321 @param[in] Height Height.
336 IN UINTN Height,
353 if (SourceY + Height > Configure->Height) {
361 if (Width == 0 || Height == 0) {
380 DstY < (Height + DestinationY);
429 @param[in] Height Height.
444 Height,
461 if (DestinationY + Height > Configure->Height) {
469 if (Width == 0 || Height == 0) {
485 SrcY < (Height + SourceY);
532 @param[in] Height Height.
545 IN UINTN Height
557 if (SourceY + Height > Configure->Height) {
565 if (DestinationY + Height > Configure->Height) {
573 if (Width == 0 || Height == 0) {
592 Source += Height * LineStride;
593 Destination += Height * LineStride;
597 while (Height-- > 0) {
622 @param[in] Height The height of a rectangle in the blt rectangle
645 IN UINTN Height,
663 Height,
675 Height
685 Height
697 Height,