Home
last modified time | relevance | path

Searched defs:rgb (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/services/native/profile/
H A Dbattery_config.json5 "rgb": [255, 0, 0] array
9 "rgb": [255, 255, 0] array
13 "rgb": [0, 255, 0] array
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/profile/
H A Dbattery_config.json5 "rgb": [255, 0, 0] array
9 "rgb": [255, 255, 0] array
13 "rgb": [0, 255, 0] array
/ohos5.0/base/powermgr/battery_manager/charger/include/
H A Dbattery_config.h35 uint32_t rgb; member
/ohos5.0/base/powermgr/battery_manager/services/native/include/
H A Dbattery_config.h35 uint32_t rgb; member
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dbattery_config.h39 uint32_t rgb; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dgif_encoder_test.cpp157 std::unique_ptr<uint8_t[]> rgb = std::make_unique<uint8_t[]>(10); variable
H A Dwebp_encoder_test.cpp690 std::unique_ptr<uint8_t[]> rgb = std::make_unique<uint8_t[]>(10); variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_color_conversion_common.h101 vec3 rgbToYCoCg(const vec3 rgb) in rgbToYCoCg()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/
H A Dgif_encoder.h33 uint8_t rgb[NUM_OF_RGB]; member
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/test/unittest/
H A Dcolor_manager_test.cpp206 std::array<float, 3> rgb = {0.1, 0.2, 0.3}; variable
223 std::array<float, 3> rgb = {0.1, 0.2, 0.3}; variable
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_config.cpp132 Json::Value rgb = GetValue("light." + level + ".rgb"); in ParseLightConf() local
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dbattery_config.cpp148 Json::Value rgb = GetValue("light." + level + ".rgb"); in ParseLightConf() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_color_picker.cpp232 uint32_t rgb = 0; in HSVtoRGB() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolorpicker_fuzzer/
H A Drscolorpicker_fuzzer.cpp193 uint32_t rgb = GetData<uint32_t>(); in DoRGB2HSV() local
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_config.cpp211 Json::Value rgb = GetValue(valueObj, "rgb"); in ParseLightConfig() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_picker.cpp742 uint32_t rgb = 0; in HSVtoRGB() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_core.c1081 bool rgb; in HdmiFillVideoAttrFromHardwareStatus() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_encoder.cpp298 std::unique_ptr<uint8_t[]> rgb = std::make_unique<uint8_t[]>(rgbSize); in DoEncode() local
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp1631 auto rgb = colorValue >> COLOR_MOVE; in ColorRegexMatch() local
1664 uint32_t rgb = color & (~COLOR_ALPHA_MASK); in ConvertColorToString() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_provider.cpp790 Point rgb[3]; local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp420 auto rgb = tmp.substr(1); in ToSpanColor() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h212 } rgb; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp775 int rgb[3] = {0, 0, 0}; in ConvertYUV420SPToRGBA() local