/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | color_fill.h | 21 if ((dm) == ARGB8888 || (dm) == XRGB8888) { \ 43 if ((sm) == ARGB8888 || (sm) == RGB888 || (sm) == XRGB8888) { \ 90 …if ((dm) == ARGB8888) { … 92 …if ((sm) == ARGB8888 || (sm) == XRGB8888) { … 106 …if ((sm) == ARGB8888 || (sm) == XRGB8888) { … 120 …if ((sm) == ARGB8888 || (sm) == XRGB8888) { … 133 …if ((sm) == ARGB8888 || (sm) == XRGB8888) { …
|
H A D | draw_utils.cpp | 113 case ARGB8888: in GetPxSizeByColorMode() 142 case ARGB8888: in GetByteSizeByColorMode() 173 COLOR_FILL_BLEND(screenBuffer, bufferMode, &fillColor, ARGB8888, opa); in DrawPixel() 476 pipeLine.Construct(mode, ARGB8888, &fillColor, opa); in FillAreaWithSoftWare() 487 COLOR_FILL_BLEND(buf, mode, &fillColor, ARGB8888, opa); in FillAreaWithSoftWare() 499 COLOR_FILL_BLEND(dstTmp, mode, &fillColor, ARGB8888, opa); in FillAreaWithSoftWare() 1468 pipeLine.Construct(bufferMode, ARGB8888); 1592 case ARGB8888: { 2082 COLOR_FILL_BLEND(screenBuffer, bufferMode, &result, ARGB8888, fillOpa); 2088 COLOR_FILL_BLEND(screenBuffer, bufferMode, &result, ARGB8888, fillOpa); [all …]
|
H A D | clip_utils.cpp | 167 case ARGB8888: { in DrawPixel()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/resource/ |
H A D | video_muted_image_res.cpp | 1011 g_videoMutedImageOn.header.colorMode = ARGB8888; in GetVideoMutedImageOnInfo() 1027 g_videoMutedImageOff.header.colorMode = ARGB8888; in GetVideoMutedImageOffInfo()
|
H A D | video_play_image_res.cpp | 1012 g_videoPlayImageOn.header.colorMode = ARGB8888; in GetVideoPlayImageOnInfo() 1028 g_videoPlayImageOff.header.colorMode = ARGB8888; in GetVideoPlayImageOffInfo()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/default_resource/ |
H A D | check_box_res.cpp | 1359 g_checkBoxOn.header.colorMode = ARGB8888; in GetCheckBoxOnInfo() 1375 g_checkBoxOff.header.colorMode = ARGB8888; in GetCheckBoxOffInfo()
|
/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/ |
H A D | ui_graphic_engine_unittest.cpp | 49 GraphicEngine::GetInstance().Init(WHITE_BGCOLOR, OHOS::ColorMode::ARGB8888, FONT_PATH); 56 EXPECT_EQ(bufferInfo->mode, OHOS::ColorMode::ARGB8888);
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | screen.cpp | 52 info.header.colorMode = ARGB8888; in GetCurrentScreenBitmap() 71 dstBufferInfo.mode = ARGB8888; in GetCurrentScreenBitmap()
|
H A D | image.cpp | 337 uint8_t pixelByteSize = DrawUtils::GetPxSizeByColorMode(ARGB8888) >> 3; // 3: Shift right 3 bits in SetPNGSrc() 401 imgInfo->header.colorMode = ARGB8888; in SetPNGSrc() 429 uint8_t pixelByteSize = DrawUtils::GetPxSizeByColorMode(ARGB8888) >> 3; // 3: Shift right 3 bits in SetJPEGSrc() 467 imgInfo->header.colorMode = ARGB8888; in SetJPEGSrc()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/ |
H A D | fill_pattern_rgba.h | 37 if (image->header.colorMode == ARGB8888) { in FillPatternRgba() 49 if (image->header.colorMode == ARGB8888) { in Attach()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | screen_device_proxy.h | 214 ColorMode frameBufferMode_ = ARGB8888; 218 ColorMode animatorBufferMode_ = ARGB8888;
|
/ohos5.0/base/update/updater/services/ui/ |
H A D | updater_ui_tools.cpp | 43 uint8_t sizeByColorMode = DrawUtils::GetByteSizeByColorMode(OHOS::ColorMode::ARGB8888); in SaveUxBuffToFile()
|
H A D | updater_ui_env.cpp | 62 GraphicEngine::GetInstance().Init(WHITE_BGCOLOR, OHOS::ColorMode::ARGB8888, VECTOR_FONT_DIR); in InitEngine()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_types.h | 68 ARGB8888 = 0, enumerator
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/imgdecode/ |
H A D | file_img_decoder.h | 64 if ((colorMode == RGB565) || (colorMode == RGB888) || (colorMode == ARGB8888)) { in IsImgValidMode()
|
H A D | image_load.cpp | 40 case ARGB8888: in CreateImage()
|
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/drivers/display/ |
H A D | monitor.cpp | 72 bufferInfo->mode = ARGB8888; in GetFBBufferInfo()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-graphics-overview.md | 47 图像绘制:实现各种类型图片的绘制能力,如 RGB565、RGB888、ARGB8888、PNG、JPG 格式。
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | ui_screenshot.cpp | 49 header.colorMode = ARGB8888; in OnScreenshotEnd()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_neon_pipeline.h | 40 {ARGB8888, LoadBuf_ARGB8888, NeonBlendRGBA, StoreBuf_ARGB8888}, 51 {ARGB8888, LoadBufA_ARGB8888}, 332 if (sm == ARGB8888) { in ConstructSrcColor()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/window/ |
H A D | window_impl.cpp | 228 bufferInfo.mode = ARGB8888; in GetBufferInfo()
|
/ohos5.0/docs/zh-cn/readme/ |
H A D | 图形子系统.md | 24 - Image library:图片处理模块,用于解析和操作不同类型和格式的图片,例如png、jpeg、ARGB8888、ARGB565等
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | ui_font.h | 214 return ARGB8888; in GetColorType()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_image_view.cpp | 95 uint8_t pixelByteSize = DrawUtils::GetPxSizeByColorMode(ARGB8888) >> 3; in OpenGifFile() 169 gifFrame.header.colorMode = ARGB8888; in SetGifFrame()
|
H A D | ui_qrcode.cpp | 127 imageInfo_.header.colorMode = ARGB8888; in SetImageInfo()
|