Searched refs:gfxMapBuffer (Results 1 – 2 of 2) sorted by relevance
1459 void UICanvas::BlitMapBuffer(BufferInfo &gfxDstBuffer, BufferInfo& gfxMapBuffer, Rect& textRect, in BlitMapBuffer() argument1468 imageInfo.dataSize = gfxMapBuffer.width * gfxMapBuffer.height * in BlitMapBuffer()1470 imageInfo.header.width = gfxMapBuffer.width; in BlitMapBuffer()1471 imageInfo.header.height = gfxMapBuffer.height; in BlitMapBuffer()1473 uint8_t* addr = reinterpret_cast<uint8_t*>(gfxMapBuffer.virAddr); in BlitMapBuffer()
671 static void BlitMapBuffer(BufferInfo &gfxDstBuffer, BufferInfo& gfxMapBuffer,