/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/ |
H A D | fg_colorbrightness_test.cpp | 43 std::array<float, 3> RGB[] = { { 2.3, 4.5, 2 }, { 0.5, 2, 0.5 } }; in GRAPHIC_TEST() local 48 saturationList[j], saturationList[(j + 1) % 4], saturationList[j], RGB[k], RGB[(k + 1) % 2]); in GRAPHIC_TEST() 71 std::array<float, 3> RGB[] = { { 2.3, 4.5, 2 }, { 0.5, 2, 0.5 } }; in GRAPHIC_TEST() local 76 saturationList[j], saturationList[(j + 1) % 4], saturationList[j], RGB[k], RGB[(k + 1) % 2]); in GRAPHIC_TEST() 99 std::array<float, 3> RGB[] = { { 2.3, 4.5, 2 }, { 0.5, 2, 0.5 } }; in GRAPHIC_TEST() local 104 saturationList[j], saturationList[(j + 1) % 4], saturationList[j], RGB[k], RGB[(k + 1) % 2]); in GRAPHIC_TEST() 128 Vector3f RGB[] in GRAPHIC_TEST() local 162 Vector3f RGB[] = { { 2.3, 4.5, 2 }, { 0.5, 2, 0.5 } }; GRAPHIC_TEST() local 196 Vector3f RGB[] = { { 2.3, 4.5, 2 }, { 0.5, 2, 0.5 } }; GRAPHIC_TEST() local [all...] |
H A D | test_RSBackground_Color.cpp | 65 std::array<float, 3> RGB[] = { { 2.3, 4.5, 2 }, { 0.5, 2, 0.5 } }; in GRAPHIC_TEST() local 70 saturationList[j], saturationList[(j + 1) % 4], saturationList[j], RGB[k], RGB[(k + 1) % 2]); in GRAPHIC_TEST() 93 std::array<float, 3> RGB[] = { { 2.3, 4.5, 2 }, { 0.5, 2, 0.5 } }; in GRAPHIC_TEST() local 98 saturationList[j], saturationList[(j + 1) % 4], saturationList[j], RGB[k], RGB[(k + 1) % 2]); in GRAPHIC_TEST() 121 std::array<float, 3> RGB[] = { { 2.3, 4.5, 2 }, { 0.5, 2, 0.5 } }; in GRAPHIC_TEST() local 126 saturationList[j], saturationList[(j + 1) % 4], saturationList[j], RGB[k], RGB[(k + 1) % 2]); in GRAPHIC_TEST()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/ |
H A D | command_parser.h | 24 RGB = 2 member in OHOS::ImagePlugin::UserColorFormat
|
H A D | mock_jpeg_hw_decode_flow.cpp | 89 return "RGB"; in DumpDecodeResult() 127 { UserColorFormat::RGB, PIXEL_FMT_RGBA_8888 } in UserColorFmtToPixelFmt()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | color_space.cpp | 93 return std::make_shared<ColorSpace>(ColorSpace::ColorSpaceType::RGB, func, matrix); in CreateRGB() 98 return std::make_shared<ColorSpace>(ColorSpace::ColorSpaceType::RGB, func, matrix); in CreateCustomRGB()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
H A D | color_space.h | 62 RGB, member in OHOS::Rosen::Drawing::ColorSpace::ColorSpaceType 82 * @return A shared pointer to ColorSpace that its type is RGB. 89 * @return A shared pointer to ColorSpace that its type is RGB.
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/magic_pointer_render/ |
H A D | rs_magic_pointer_render_manager.cpp | 29 static const float RGB = 255.0f; member 105 brightnessMode_ = brightness < static_cast<int32_t>(RGB * HALF) ? in CallPointerLuminanceChange() 110 if (brightness > static_cast<int32_t>(RGB * darkBuffer_)) { in CallPointerLuminanceChange() 116 if (brightness < static_cast<int32_t>(RGB * brightBuffer_)) { in CallPointerLuminanceChange()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 71 constexpr auto RGB = 3; member 672 Convert<IntegerNorm<int8_t, int16_t>, RGB>( in Fill() 676 Convert<Norm<int8_t>, Float<uint16_t>, RGB>( in Fill() 680 Convert<Norm<int8_t>, Float<float>, RGB>(dstPtr, dstData.stride, srcPtr, srcData.stride, count); in Fill() 734 Convert<Int<uint16_t>, Float<float>, RGB>( in Fill() 757 Convert<Norm<int16_t>, Float<float>, RGB>( in Fill() 814 Convert<Float<float>, Float<uint16_t>, RGB>( in Fill() 818 Convert<Float<float>, Norm<int16_t>, RGB>( in Fill() 1409 int8_t minimum[RGB] { std::numeric_limits<int8_t>::max() }; in CalculateAABB() 1410 int8_t maximum[RGB] { st in CalculateAABB() [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/ |
H A D | heif_type.h | 80 RGB = 1, member in OHOS::ImagePlugin::HeifColorFormat
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_framebuffer.cpp | 189 case WebGLRenderingContextBase::RGB: in IsColorRenderAble()
|
H A D | webgl_rendering_context_common.cpp | 657 return NVal::CreateInt64(env, WebGLRenderingContextBase::RGB).val_; in GetRgb() 1750 NVal::DeclareNapiGetter("RGB", GetRgb), in GetRenderingContextBasePropertyDesc()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base.h | 158 static const GLenum RGB = 0x1907; member in OHOS::Rosen::WebGLRenderingContextBase
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | pixel_map_napi.cpp | 58 RGB 3693 } else if (type == FormatType::RGB) { in IsMatchFormatType() 3733 return FormatType::RGB; in TypeFormat() 3845 return Convert(env, info, FormatType::RGB, "RGBToYUV", context); in RGBToYUV() 3862 (context->srcFormatType == FormatType::UNKNOWN || context->srcFormatType == FormatType::RGB)) { in PixelFormatConvert() 3864 } else if ((context->dstFormatType == FormatType::RGB) && in PixelFormatConvert()
|