Home
last modified time | relevance | path

Searched defs:b2 (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Dcolor_fill.h20 #define COLOR_FILL_COVER(d, dm, r2, g2, b2, sm) \ argument
57 #define COLOR_BLEND_RGBA(r1, g1, b1, a1, r2, g2, b2, a2) … argument
77 #define COLOR_BLEND_XRGB(r1, g1, b1, a1, r2, g2, b2, a2) \ argument
83 #define COLOR_BLEND_RGB(r1, g1, b1, r2, g2, b2, a2) \ argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dbrush.cpp168 bool operator==(const Brush& b1, const Brush& b2) in operator ==()
175 bool operator!=(const Brush& b1, const Brush& b2) in operator !=()
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_win.cpp31 #define COLOR_BLEND_RGBA(r1, g1, b1, a1, r2, g2, b2, a2) \ argument
40 #define COLOR_BLEND_RGB(r1, g1, b1, r2, g2, b2, a2) \ argument
/ohos5.0/foundation/window/window_manager/resources/abc/pip/interface/
H A DPiPContent.js44 constructor(b2, c2, d2, e2 = -1, f2 = undefined, g2) { argument
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_utils.h121 uint8x8_t r2, uint8x8_t g2, uint8x8_t b2, uint8x8_t a2) in NeonBlendRGBA()
134 uint8x8_t r2, uint8x8_t g2, uint8x8_t b2, uint8x8_t a2) in NeonBlendXRGB()
147 uint8x8_t r2, uint8x8_t g2, uint8x8_t b2, uint8x8_t a2) in NeonBlendRGB()
/ohos5.0/base/update/updater/test/unittest/package/
H A Dpkg_algo_unittest.cpp186 std::vector<uint8_t> b2; variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/
H A Devent_controller_test.cpp240 bool b2 = EventController::GetInstance().HandlePkgCommonEvent(action1, want, payload); variable
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/
H A Dinterstitialdialogaction.js64 constructor(a2, b2) { argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsblurfilter_fuzzer/
H A Drsblurfilter_fuzzer.cpp166 float b2 = GetData<float>(); in DoDrawImageRect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.cpp107 unsigned b2 = (b1 << 3) | (b1 >> 2); in color_to_565() local
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dgeomagnetic_field.cpp210 float b2 = EARTH_MINOR_AXIS_RADIUS * EARTH_MINOR_AXIS_RADIUS; in CalibrateGeocentricCoordinates() local
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/barometer/
H A Dsensor_barometer_driver.h51 int32_t b2; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dtransform_component.cpp153 void TransformComponent::Matrix3d(float a1, float b1, float c1, float d1, float a2, float b2, float… in Matrix3d()
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp287 double b2 = a01 * a12 - a02 * a11; in Invert() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js110 b2: { class in e1
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js208 b2: { class in b1.q1
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js62 const b2 = '#1A0A59F7'; constant