Lines Matching refs:Height
121 IN UINTN Height, in CirrusLogic5430UgaDrawBlt() argument
143 if (Width == 0 || Height == 0) { in CirrusLogic5430UgaDrawBlt()
170 if (SourceY + Height > Private->ModeData[Private->CurrentMode].VerticalResolution) { in CirrusLogic5430UgaDrawBlt()
181 if (DestinationY + Height > Private->ModeData[Private->CurrentMode].VerticalResolution) { in CirrusLogic5430UgaDrawBlt()
201 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) { in CirrusLogic5430UgaDrawBlt()
254 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) (((Height << 8) & 0xff00) | 0x22)); in CirrusLogic5430UgaDrawBlt()
255 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) ((Height & 0xff00) | 0x23)); in CirrusLogic5430UgaDrawBlt()
288 if (((Offset & 0x03) == 0) && (((Width * Height) & 0x03) == 0)) { in CirrusLogic5430UgaDrawBlt()
294 (Width * Height) >> 2, in CirrusLogic5430UgaDrawBlt()
303 Width * Height, in CirrusLogic5430UgaDrawBlt()
308 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) { in CirrusLogic5430UgaDrawBlt()
334 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) { in CirrusLogic5430UgaDrawBlt()