Home
last modified time | relevance | path

Searched refs:ARGB8888 (Results 1 – 20 of 20) sorted by relevance

/foundation/graphic/ui/frameworks/default_resource/
Dcheck_box_res.cpp1357 g_checkBoxOn.header.colorMode = ARGB8888; in GetCheckBoxOnInfo()
1373 g_checkBoxOff.header.colorMode = ARGB8888; in GetCheckBoxOffInfo()
/foundation/ace/ace_engine_lite/frameworks/src/core/resource/
Dvideo_muted_image_res.cpp1011 g_videoMutedImageOn.header.colorMode = ARGB8888; in GetVideoMutedImageOnInfo()
1027 g_videoMutedImageOff.header.colorMode = ARGB8888; in GetVideoMutedImageOffInfo()
Dvideo_play_image_res.cpp1012 g_videoPlayImageOn.header.colorMode = ARGB8888; in GetVideoPlayImageOnInfo()
1028 g_videoPlayImageOff.header.colorMode = ARGB8888; in GetVideoPlayImageOffInfo()
/foundation/graphic/ui/frameworks/common/
Dscreen.cpp48 info.header.colorMode = ARGB8888; in GetCurrentScreenBitmap()
66 dstBufferInfo.mode = ARGB8888; in GetCurrentScreenBitmap()
Dimage.cpp269 uint8_t pixelByteSize = DrawUtils::GetPxSizeByColorMode(ARGB8888) >> 3; // 3: Shift right 3 bits in SetPNGSrc()
333 imgInfo->header.colorMode = ARGB8888; in SetPNGSrc()
359 uint8_t pixelByteSize = DrawUtils::GetPxSizeByColorMode(ARGB8888) >> 3; // 3: Shift right 3 bits in SetJPEGSrc()
397 imgInfo->header.colorMode = ARGB8888; in SetJPEGSrc()
/foundation/graphic/utils/interfaces/innerkits/
Dgraphic_neon_pipeline.h38 {ARGB8888, LoadBuf_ARGB8888, NeonBlendRGBA, StoreBuf_ARGB8888},
47 {ARGB8888, LoadBufA_ARGB8888},
105 if (sm == ARGB8888) { in ConstructSrcColor()
/foundation/graphic/ui/frameworks/draw/
Ddraw_utils.cpp53 if ((dm) == ARGB8888) { \
75 if ((sm) == ARGB8888 || (sm) == RGB888) { \
104 …if ((dm) == ARGB8888) { …
106 …if ((sm) == ARGB8888) { …
120 …if ((sm) == ARGB8888) { …
133 …if ((sm) == ARGB8888) { …
211 case ARGB8888: in GetPxSizeByColorMode()
239 case ARGB8888: in GetByteSizeByColorMode()
269 COLOR_FILL_BLEND(screenBuffer, bufferMode, &fillColor, ARGB8888, opa); in DrawPixel()
391 COLOR_FILL_BLEND(screenBuffer, bufferMode, &fillColor, ARGB8888, validOpacity); in DrawLetter()
[all …]
Dclip_utils.cpp329 case ARGB8888: { in DrawPixel()
/foundation/graphic/utils/interfaces/kits/gfx_utils/
Dgraphic_types.h68 ARGB8888 = 0, enumerator
/foundation/graphic/ui/frameworks/dock/
Dscreen_device_proxy.h213 ColorMode frameBufferMode_ = ARGB8888;
217 ColorMode animatorBufferMode_ = ARGB8888;
/foundation/graphic/ui/frameworks/imgdecode/
Dfile_img_decoder.h64 if ((colorMode == RGB565) || (colorMode == RGB888) || (colorMode == ARGB8888)) { in IsImgValidMode()
Dimage_load.cpp40 case ARGB8888: in CreateImage()
/foundation/graphic/ui/test/uitest/test_image_animator/
Dui_test_image_animator.cpp111 imageInfo1_->header.colorMode = ColorMode::ARGB8888; in InitImageInfo()
137 imageInfo2_->header.colorMode = ARGB8888; in InitImageInfo()
167 imageInfo3_->header.colorMode = ARGB8888; in InitImageInfo()
/foundation/graphic/ui/tools/qt/simulator/drivers/display/
Dmonitor.cpp72 bufferInfo->mode = ARGB8888; in GetFBBufferInfo()
/foundation/graphic/ui/frameworks/dfx/
Dui_screenshot.cpp49 header.colorMode = ARGB8888; in OnScreenshotEnd()
/foundation/graphic/ui/frameworks/window/
Dwindow_impl.cpp227 bufferInfo.mode = ARGB8888; in GetBufferInfo()
/foundation/graphic/ui/frameworks/components/
Dui_qrcode.cpp127 imageInfo_.header.colorMode = ARGB8888; in SetImageInfo()
Dui_image_view.cpp95 uint8_t pixelByteSize = DrawUtils::GetPxSizeByColorMode(ARGB8888) >> 3; in OpenGifFile()
169 gifFrame.header.colorMode = ARGB8888; in SetGifFrame()
Dui_view.cpp986 bitmap.header.colorMode = ARGB8888; in GetBitmap()
1014 newBufferInfo.mode = ARGB8888; in GetBitmap()
Droot_view.cpp816 dc_.mapBufferInfo->mode = ARGB8888; in Render()