Searched refs:mapBufferInfo (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | root_view.cpp | 571 uint8_t pxSize = DrawUtils::GetPxSizeByColorMode(dc_.mapBufferInfo->mode); in Render() 573 imageInfo.header.colorMode = dc_.mapBufferInfo->mode; in Render() 574 imageInfo.dataSize = dc_.mapBufferInfo->width * dc_.mapBufferInfo->height * (pxSize >> 3); in Render() 575 imageInfo.header.width = dc_.mapBufferInfo->width; in Render() 576 imageInfo.header.height = dc_.mapBufferInfo->height; in Render() 578 imageInfo.data = reinterpret_cast<uint8_t*>(dc_.mapBufferInfo->virAddr); in Render() 587 uint8_t pxSize = DrawUtils::GetPxSizeByColorMode(dc_.mapBufferInfo->mode); in Render() 588 uint32_t dataSize = dc_.mapBufferInfo->width * dc_.mapBufferInfo in Render() [all...] |
H A D | ui_canvas.cpp | 1521 BufferInfo* mapBufferInfo = UpdateMapBufferInfo(gfxDstBuffer, textImageRect); in DoDrawText() local 1522 text->OnDraw(*mapBufferInfo, textImageRect, textImageRect, textImageRect, 0, drawStyle, in DoDrawText() 1531 BlitMapBuffer(gfxDstBuffer, *mapBufferInfo, textRect, trans, invalidatedArea); in DoDrawText()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | root_view.h | 352 * @param mapBufferInfo dst animator drawing buffer info. 358 BufferInfo* mapBufferInfo; member
|
Completed in 5 milliseconds