Searched refs:LengthOfPrinted (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/ |
D | Print.c | 393 UINTN LengthOfPrinted; in PrintXY() local 431 LengthOfPrinted = _IPrint (GraphicsOutput, UgaDraw, Sto, X, Y, ForeGround, BackGround, Fmt, Args); in PrintXY() 433 return LengthOfPrinted; in PrintXY()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/ |
D | Print.c | 419 UINTN LengthOfPrinted; in PrintXY() local 457 LengthOfPrinted = _IPrint (GraphicsOutput, UgaDraw, Sto, X, Y, ForeGround, BackGround, Fmt, Args); in PrintXY() 459 return LengthOfPrinted; in PrintXY()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/ |
D | CustomizedDisplayLibInternal.c | 977 UINTN LengthOfPrinted; in PrintAt() local 980 LengthOfPrinted = PrintInternal (Width, Column, Row, gST->ConOut, Fmt, Args); in PrintAt() 982 return LengthOfPrinted; in PrintAt()
|