Home
last modified time | relevance | path

Searched refs:pxSize (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp571 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 Dui_analog_clock.cpp282 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 Dui_image_view.cpp458 uint8_t pxSize = DrawUtils::GetPxSizeByColorMode(imgInfo.header.colorMode); in OnDraw() local
459 TransformDataInfo imageTranDataInfo = {imgInfo.header, imgInfo.data, pxSize, in OnDraw()
H A Dui_canvas.cpp1465 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 Dui_image_unit_test.cpp258 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 Dgfx_engine_manager.h72 uint8_t pxSize; member
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp218 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 Ddraw_label.cpp454 uint16_t sizePerPx = letterTranDataInfo.pxSize / 8; // 8 bit in CalculatedTransformDataInfo()

Completed in 11 milliseconds