Searched refs:pxSize (Results 1 - 8 of 8) 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() local 574 imageInfo.dataSize = dc_.mapBufferInfo->width * dc_.mapBufferInfo->height * (pxSize >> 3); in Render() 579 TransformDataInfo imageTranDataInfo = {imageInfo.header, imageInfo.data, pxSize, LEVEL0, BILINEAR}; in Render() 587 uint8_t pxSize = DrawUtils::GetPxSizeByColorMode(dc_.mapBufferInfo->mode); in Render() local 588 uint32_t dataSize = dc_.mapBufferInfo->width * dc_.mapBufferInfo->height * (pxSize >> 3); in Render()
|
H A D | ui_analog_clock.cpp | 282 uint8_t pxSize = DrawUtils::GetPxSizeByColorMode(hand.imageInfo_.header.colorMode); in DrawHandImage() local 283 TransformDataInfo imageTranDataInfo = {hand.imageInfo_.header, hand.imageInfo_.data, pxSize, BlurLevel::LEVEL0, in DrawHandImage()
|
H A D | ui_image_view.cpp | 458 uint8_t pxSize = DrawUtils::GetPxSizeByColorMode(imgInfo.header.colorMode); in OnDraw() local 459 TransformDataInfo imageTranDataInfo = {imgInfo.header, imgInfo.data, pxSize, in OnDraw()
|
H A D | ui_canvas.cpp | 1465 uint8_t pxSize = DrawUtils::GetPxSizeByColorMode(gfxDstBuffer.mode); in BlitMapBuffer() local 1475 TransformDataInfo imageTranDataInfo = {imageInfo.header, imageInfo.data, pxSize, in BlitMapBuffer()
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_image_unit_test.cpp | 258 uint8_t pxSize = DrawUtils::GetPxSizeByColorMode(colorMode); in HWTEST_F() local 259 EXPECT_EQ(pxSize, 8); // 8 bits in HWTEST_F()
|
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/ |
H A D | gfx_engine_manager.h | 72 uint8_t pxSize; member
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 218 uint8_t pxSize = DrawUtils::GetPxSizeByColorMode(gfxDstBuffer.mode); in DrawColorLetter() local 219 DrawImage(gfxDstBuffer, srcRect, letterInfo.mask, fontMap, letterInfo.opa, pxSize, ARGB8888); in DrawColorLetter() 1678 pixelSize = part.info.pxSize >> SHIFT_3; 1693 pixelSize = part.info.pxSize; 1805 if (newDataInfo.pxSize > FONT_WEIGHT_8) { 1808 diff = border * newDataInfo.pxSize / FONT_WEIGHT_8; 1810 width += offset * FONT_WEIGHT_8 / newDataInfo.pxSize; 1814 uint16_t widthInByte = width * newDataInfo.pxSize / FONT_WEIGHT_8; 1815 if ((width * newDataInfo.pxSize) % FONT_WEIGHT_8 != 0) { 1995 uint8_t letterWidthInByte = (dataInfo.header.width * dataInfo.pxSize) >> SHIFT_ [all...] |
H A D | draw_label.cpp | 454 uint16_t sizePerPx = letterTranDataInfo.pxSize / 8; // 8 bit in CalculatedTransformDataInfo()
|
Completed in 12 milliseconds