/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | color.cpp | 26 Color::Color(const Color& c) noexcept : alpha_(c.GetAlpha()), red_(c.GetRed()), green_(c.GetGreen()… in Color() 29 Color::Color(uint32_t r, uint32_t g, uint32_t b, uint32_t a) noexcept : alpha_(a), red_(r), green_(… in Color() 65 void Color::SetGreen(uint32_t g) in SetGreen() 114 void Color::SetGreenF(scalar g) in SetGreenF() 129 void Color::SetRgb(uint32_t r, uint32_t g, uint32_t b, uint32_t a) in SetRgb() 137 void Color::SetRgbF(scalar r, scalar g, scalar b, scalar a) in SetRgbF() 145 void Color::SetColorQuad(uint32_t c) in SetColorQuad()
|
H A D | brush.cpp | 34 Brush::Brush(const Color& c) noexcept in Brush() 66 void Brush::SetColor(const Color& c) in SetColor() 71 void Brush::SetColor(uint32_t c) in SetColor() 76 void Brush::SetARGB(int a, int r, int g, int b) in SetARGB()
|
H A D | pen.cpp | 32 Pen::Pen(const Color& c) noexcept : Pen() in Pen() 47 void Pen::SetColor(const Color& c) in SetColor() 52 void Pen::SetColor(uint32_t c) in SetColor() 57 void Pen::SetARGB(int a, int r, int g, int b) in SetARGB()
|
H A D | paint.cpp | 49 Paint::Paint(const Color& c, std::shared_ptr<ColorSpace> colorSpace) noexcept in Paint() 147 void Paint::SetColor(const Color& c) in SetColor() 152 void Paint::SetARGB(int a, int r, int g, int b) in SetARGB()
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ColorProxy.cpp | 90 auto g = obj.Get<float>("g"); in SetValue() local 94 SCENE_NS::Color c(r, g, b, a); in SetValue() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolorextract_fuzzer/ |
H A D | rscolorextract_fuzzer.cpp | 70 uint32_t g = GetData<uint32_t>(); in DoSomethingInterestingWithMyAPI() local 74 std::pair<uint32_t, uint32_t> c(r, b); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | color.h | 84 static inline ColorQuad ColorQuadSetARGB(uint32_t a, uint32_t r, uint32_t g, uint32_t b) in ColorQuadSetARGB() 90 static inline uint32_t ColorQuadGetA(ColorQuad c) in ColorQuadGetA() 96 static inline uint32_t ColorQuadGetR(ColorQuad c) in ColorQuadGetR() 102 static inline uint32_t ColorQuadGetG(ColorQuad c) in ColorQuadGetG() 108 static inline uint32_t ColorQuadGetB(ColorQuad c) in ColorQuadGetB()
|
/ohos5.0/base/update/updater/services/ui/view/ |
H A D | view_api.cpp | 58 …if (std::find_if_not(std::next(begin(color)), end(color), [](unsigned char c) { return isxdigit(c)… in CheckColor() 86 auto g = getNextField(); in StrToColor() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/ |
H A D | color_space_fuzzer.cpp | 70 float g = GetObject<float>(); in ColorSpaceFuzzTest002() local 73 float c = GetObject<float>(); in ColorSpaceFuzzTest002() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
H A D | color_space.h | 52 float g, a, b, c, d, e, f; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableframegeometry_fuzzer/ |
H A D | rspropertydrawableframegeometry_fuzzer.cpp | 122 uint32_t g = GetData<uint32_t>(); in DoRSColorFilterDrawable() local 125 Color c(r, g, b, a); in DoRSColorFilterDrawable() local
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
H A D | inputmethodlist.js | 56 constructor(a, b, c, d = -1, e = undefined, f) { argument 93 setInitiallyProvidedValue(g) { argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableboundsgeometry_fuzzer/ |
H A D | rspropertydrawableboundsgeometry_fuzzer.cpp | 135 uint32_t g = GetData<uint32_t>(); in DoRSBorderDRRectDrawable() local 138 Color c(r, g, b, a); in DoRSBorderDRRectDrawable() local 166 uint32_t g = GetData<uint32_t>(); in DoRSBorderFourLineDrawable() local 169 Color c(r, g, b, a); in DoRSBorderFourLineDrawable() local 406 uint32_t g = GetData<uint32_t>(); in DoRSForegroundColorDrawable() local 409 Color c(r, g, b, a); in DoRSForegroundColorDrawable() local 502 uint32_t g = GetData<uint32_t>(); in DoRSBackgroundColorDrawable() local 505 Color c(r, g, b, a); in DoRSBackgroundColorDrawable() local
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 681 const c = b.creaseRects; constant 685 let g = 0; variable
|
/ohos5.0/base/security/security_component_manager/frameworks/common/src/ |
H A D | sec_comp_tool.cpp | 43 static inline double MaxValue(double a, double b, double c) in MaxValue() 48 static inline double MinValue(double a, double b, double c) in MinValue() 59 static HsvColor RgbToHsv(uint8_t r, uint8_t g, uint8_t b) in RgbToHsv()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | basic_transformer.cpp | 286 static uint32_t RGB565to32(uint16_t c) in RGB565to32() 290 uint32_t g = (color & RGB16_G_MASK) >> RGB16_RGB32_G_SHIFT; in RGB565to32() local 295 static uint16_t Color32toRGB565(uint32_t c) in Color32toRGB565() 298 uint16_t g = (c & RGB24_G_MASK) >> RGB32_RGB16_G_SHIFT; in Color32toRGB565() local
|
H A D | post_proc_slr.cpp | 181 for (int c = cStart; c <= cEnd; ++c) { in SLRBox() local 197 …uint32_t r = SLRCast(rgba[0]), g = SLRCast(rgba[1]), b = SLRCast(rgba[2]), a = SLRCast(rgba[3]); /… in SLRBox() local
|
/ohos5.0/drivers/peripheral/display/test/unittest/lite/ |
H A D | loadbmp_test.c | 41 static uint16_t OsdMakeColorU16(uint8_t r, uint8_t g, uint8_t b, OsdCompInfo compinfo) in OsdMakeColorU16() 192 OsdColor c; in LoadRgbData() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsgpuoverdrawcanvaslistener_fuzzer/ |
H A D | rsgpuoverdrawcanvaslistener_fuzzer.cpp | 266 uint32_t g = GetData<uint32_t>(); in DoDrawShadow() local 379 uint32_t g = GetData<uint32_t>(); in DoAttachPen() local 382 Drawing::Color c(r, g, b, a); in DoAttachPen() local
|
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/export/ |
H A D | color_space.h | 114 float g; member 117 float c; member
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/ |
H A D | v4l2_main.cpp | 231 int y0, u, v, r, g, b; in ProcessImage() local 560 int c = 0; in PutMenuAndGetChr() local 855 int idx, c; in main() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 37 let g; variable 905 async function c(i1) { function
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 2165 onMeasureSize(a, b, c) { argument 2169 let g = { class in TextArrowLayout.onMeasureSize
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefin… constant
|
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/ |
H A D | treeview.js | 186 let g; variable 193 class c { class 2164 let c = null; variable 3169 const g = (e, d) => { constant
|