Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching full:bufferptr

1622   EFI_GRAPHICS_OUTPUT_BLT_PIXEL       *BufferPtr;

1844 BufferPtr = Image->Image.Bitmap + Image->Width * BltY + BltX;
2070 // Set BufferPtr to Origin by adding baseline to the starting position.
2072 BufferPtr = BltBuffer + BaseLine * RowInfo[RowIndex].LineWidth;
2090 &BufferPtr
2129 RowBufferPtr = BufferPtr;
2131 // Set BufferPtr to Origin by adding baseline to the starting position.
2133 BufferPtr = BufferPtr + BaseLine * Image->Width;
2150 &BufferPtr
2169 BufferPtr = RowBufferPtr - BltX + LineHeight * Image->Width;
2171 BufferPtr = RowBufferPtr + LineHeight * Image->Width;