Searched refs:BitMapPtr (Results 1 – 4 of 4) sorted by relevance
258 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BitMapPtr; in Output1bitPixel() local266 BitMapPtr = Image->Bitmap; in Output1bitPixel()298 BitMapPtr[Ypos * Image->Width + Xpos * 8 + (8 - Index - 1)] = PaletteValue[1]; in Output1bitPixel()300 BitMapPtr[Ypos * Image->Width + Xpos * 8 + (8 - Index - 1)] = PaletteValue[0]; in Output1bitPixel()312 BitMapPtr[Ypos * Image->Width + Xpos * 8 + Index] = PaletteValue[1]; in Output1bitPixel()314 BitMapPtr[Ypos * Image->Width + Xpos * 8 + Index] = PaletteValue[0]; in Output1bitPixel()346 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BitMapPtr; in Output4bitPixel() local355 BitMapPtr = Image->Bitmap; in Output4bitPixel()385 BitMapPtr[Ypos * Image->Width + Xpos * 2] = PaletteValue[Byte >> 4]; in Output4bitPixel()386 BitMapPtr[Ypos * Image->Width + Xpos * 2 + 1] = PaletteValue[Byte & 0x0F]; in Output4bitPixel()[all …]
146 extern PyObject *BMObj_New(BitMapPtr);147 extern int BMObj_Convert(PyObject *, BitMapPtr *);
414 GLUE_NEW(BitMapPtr, BMObj_New, "Carbon.Qd")415 GLUE_CONVERT(BitMapPtr, BMObj_Convert, "Carbon.Qd")