Searched refs:ARGB8888 (Results 1 – 20 of 20) sorted by relevance
/foundation/graphic/ui/frameworks/default_resource/ |
D | check_box_res.cpp | 1357 g_checkBoxOn.header.colorMode = ARGB8888; in GetCheckBoxOnInfo() 1373 g_checkBoxOff.header.colorMode = ARGB8888; in GetCheckBoxOffInfo()
|
/foundation/ace/ace_engine_lite/frameworks/src/core/resource/ |
D | video_muted_image_res.cpp | 1011 g_videoMutedImageOn.header.colorMode = ARGB8888; in GetVideoMutedImageOnInfo() 1027 g_videoMutedImageOff.header.colorMode = ARGB8888; in GetVideoMutedImageOffInfo()
|
D | video_play_image_res.cpp | 1012 g_videoPlayImageOn.header.colorMode = ARGB8888; in GetVideoPlayImageOnInfo() 1028 g_videoPlayImageOff.header.colorMode = ARGB8888; in GetVideoPlayImageOffInfo()
|
/foundation/graphic/ui/frameworks/common/ |
D | screen.cpp | 48 info.header.colorMode = ARGB8888; in GetCurrentScreenBitmap() 66 dstBufferInfo.mode = ARGB8888; in GetCurrentScreenBitmap()
|
D | image.cpp | 269 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/ |
D | graphic_neon_pipeline.h | 38 {ARGB8888, LoadBuf_ARGB8888, NeonBlendRGBA, StoreBuf_ARGB8888}, 47 {ARGB8888, LoadBufA_ARGB8888}, 105 if (sm == ARGB8888) { in ConstructSrcColor()
|
/foundation/graphic/ui/frameworks/draw/ |
D | draw_utils.cpp | 53 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 …]
|
D | clip_utils.cpp | 329 case ARGB8888: { in DrawPixel()
|
/foundation/graphic/utils/interfaces/kits/gfx_utils/ |
D | graphic_types.h | 68 ARGB8888 = 0, enumerator
|
/foundation/graphic/ui/frameworks/dock/ |
D | screen_device_proxy.h | 213 ColorMode frameBufferMode_ = ARGB8888; 217 ColorMode animatorBufferMode_ = ARGB8888;
|
/foundation/graphic/ui/frameworks/imgdecode/ |
D | file_img_decoder.h | 64 if ((colorMode == RGB565) || (colorMode == RGB888) || (colorMode == ARGB8888)) { in IsImgValidMode()
|
D | image_load.cpp | 40 case ARGB8888: in CreateImage()
|
/foundation/graphic/ui/test/uitest/test_image_animator/ |
D | ui_test_image_animator.cpp | 111 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/ |
D | monitor.cpp | 72 bufferInfo->mode = ARGB8888; in GetFBBufferInfo()
|
/foundation/graphic/ui/frameworks/dfx/ |
D | ui_screenshot.cpp | 49 header.colorMode = ARGB8888; in OnScreenshotEnd()
|
/foundation/graphic/ui/frameworks/window/ |
D | window_impl.cpp | 227 bufferInfo.mode = ARGB8888; in GetBufferInfo()
|
/foundation/graphic/ui/frameworks/components/ |
D | ui_qrcode.cpp | 127 imageInfo_.header.colorMode = ARGB8888; in SetImageInfo()
|
D | ui_image_view.cpp | 95 uint8_t pixelByteSize = DrawUtils::GetPxSizeByColorMode(ARGB8888) >> 3; in OpenGifFile() 169 gifFrame.header.colorMode = ARGB8888; in SetGifFrame()
|
D | ui_view.cpp | 986 bitmap.header.colorMode = ARGB8888; in GetBitmap() 1014 newBufferInfo.mode = ARGB8888; in GetBitmap()
|
D | root_view.cpp | 816 dc_.mapBufferInfo->mode = ARGB8888; in Render()
|