/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | color_fill.h | 32 } 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 D | draw_utils.cpp | 116 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 D | image_load.cpp | 43 case RGB888: in CreateImage() 71 if (imageInfo.header.colorMode == RGB888) { in UncompressImageInZip()
|
H A D | file_img_decoder.h | 64 if ((colorMode == RGB565) || (colorMode == RGB888) || (colorMode == ARGB8888)) { in IsImgValidMode()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_types.h | 72 RGB888, enumerator
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-graphics-overview.md | 47 图像绘制:实现各种类型图片的绘制能力,如 RGB565、RGB888、ARGB8888、PNG、JPG 格式。
|
H A D | subsys-graphics-common-guide.md | 85 图片组件,提供图片显示,透明度设置,图片旋转、缩放功能。支持的图片格式为RGB565、RGB888、RGBA8888、PNG、JPG。
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_neon_pipeline.h | 42 {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 D | ui_test_view_bitmap.cpp | 127 view.GetBitmap(info_, RGB888); in OnClick()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-graphics-overview.md | 47 Image rendering: Draws images of various types, such as RGB565, RGB888, ARGB8888, PNG, and JPG.
|
H A D | subsys-graphics-common-guide.md | 117 …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 D | ui_image_view.cpp | 416 if ((colorFormat_ == RGB565) || (colorFormat_ == RGB888)) { in OnPreDraw()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _display_v10.md | 623 | PIXEL_FMT_RGB_888 | RGB888 格式 |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___native_buffer.md | 440 | NATIVEBUFFER_PIXEL_FMT_RGB_888 | RGB888格式 |
|
/ohos5.0/drivers/interface/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 87 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 D | DisplayComposerType.idl | 87 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 D | DisplayComposerType.idl | 87 PIXEL_FMT_RGB_888, /**< RGB888 format */
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___native_buffer.md | 440 | NATIVEBUFFER_PIXEL_FMT_RGB_888 | RGB888.|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/ |
H A D | js-apis-image.md | 3630 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 D | js-apis-image.md | 3650 …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…
|