Home
last modified time | relevance | path

Searched refs:LengthOfPrinted (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
DPrint.c393 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/
DPrint.c419 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/
DCustomizedDisplayLibInternal.c977 UINTN LengthOfPrinted; in PrintAt() local
980 LengthOfPrinted = PrintInternal (Width, Column, Row, gST->ConOut, Fmt, Args); in PrintAt()
982 return LengthOfPrinted; in PrintAt()