Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Dcolor_fill.h32 } else if ((dm) == RGB888) { \
43 if ((sm) == ARGB8888 || (sm) == RGB888 || (sm) == XRGB8888) { \
96 …} else if ((sm) == RGB888) { …
110 …} else if ((sm) == RGB888) { …
118 …} else if ((dm) == RGB888) { …
124 …} else if ((sm) == RGB888) { …
138 …} else if ((sm) == RGB888) { …
H A Ddraw_utils.cpp116 case RGB888: in GetPxSizeByColorMode()
145 case RGB888: in GetByteSizeByColorMode()
1028 … COLOR_FILL_COVER(screenBuffer, bufferMode, result.red, result.green, result.blue, RGB888);
1030 COLOR_FILL_BLEND(screenBuffer, bufferMode, &result, RGB888, in.opaScale);
1574 case RGB888: {
1577 … COLOR_FILL_COVER(screenBuffer, bufferMode, p24.red, p24.green, p24.blue, RGB888);
1579 COLOR_FILL_BLEND(screenBuffer, bufferMode, &p24, RGB888, opa);
1675 …isTrueColor = (part.info.header.colorMode == ARGB8888) || (part.info.header.colorMode == RGB888) ||
1687 } else if (part.info.header.colorMode == RGB888) {
/ohos5.0/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dimage_load.cpp43 case RGB888: in CreateImage()
71 if (imageInfo.header.colorMode == RGB888) { in UncompressImageInZip()
H A Dfile_img_decoder.h64 if ((colorMode == RGB565) || (colorMode == RGB888) || (colorMode == ARGB8888)) { in IsImgValidMode()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_types.h72 RGB888, enumerator
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-overview.md47 图像绘制:实现各种类型图片的绘制能力,如 RGB565、RGB888、ARGB8888、PNG、JPG 格式。
H A Dsubsys-graphics-common-guide.md85 图片组件,提供图片显示,透明度设置,图片旋转、缩放功能。支持的图片格式为RGB565、RGB888、RGBA8888、PNG、JPG。
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_pipeline.h42 {RGB888, LoadBuf_RGB888, NeonBlendRGB, StoreBuf_RGB888},
53 {RGB888, LoadBufA_RGB888},
344 } else if (sm == RGB888) { in ConstructSrcColor()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_bitmap/
H A Dui_test_view_bitmap.cpp127 view.GetBitmap(info_, RGB888); in OnClick()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-overview.md47 Image rendering: Draws images of various types, such as RGB565, RGB888, ARGB8888, PNG, and JPG.
H A Dsubsys-graphics-common-guide.md117 …oom in or out images. The following image formats are supported: RGB565, RGB888, RGBA8888, PNG, an…
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp416 if ((colorFormat_ == RGB565) || (colorFormat_ == RGB888)) { in OnPreDraw()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_display_v10.md623 | PIXEL_FMT_RGB_888 | RGB888 格式 |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_buffer.md440 | NATIVEBUFFER_PIXEL_FMT_RGB_888 | RGB888格式 |
/ohos5.0/drivers/interface/display/composer/v1_0/
H A DDisplayComposerType.idl87 PIXEL_FMT_RGB_888, /**< RGB888 format */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/
H A DDisplayComposerType.idl87 PIXEL_FMT_RGB_888, /**< RGB888 format */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/
H A DDisplayComposerType.idl87 PIXEL_FMT_RGB_888, /**< RGB888 format */
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___native_buffer.md440 | NATIVEBUFFER_PIXEL_FMT_RGB_888 | RGB888.|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Djs-apis-image.md3630 YUV和RGB类型互转,目前仅支持NV12/NV21与RGB888/RGBA8888/RGB565/BGRA8888/RGBAF16互转,YCRCB_P010/YCBCR_P010与RGBA1010…
3638 …MapFormat](#pixelmapformat7) | 是 | 目标像素格式,用于YUV和RGB类型互转。目前仅支持NV12/NV21与RGB888/RGBA8888/RGB565/BG…
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Djs-apis-image.md3650 …en YUV and RGB formats. Currently, only conversion between NV12/NV21 and RGB888/RGBA8888/RGB565/BG…
3658 … | Target pixel format. Currently, only conversion between NV12/NV21 and RGB888/RGBA8888/RGB565/BG…