Home
last modified time | relevance | path

Searched defs:r2 (Results 1 – 21 of 21) 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/multimodalinput/input/util/network/test/
H A Dnet_packet_test.cpp184 std::string r2; variable
227 std::string r2; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp251 ErrCode r2 = innerBundleInfo.AddCloneBundle(cloneInfo); variable
293 ErrCode r2 = innerBundleInfo.RemoveCloneBundle(userId, appIndex); variable
337 ErrCode r2 = innerBundleInfo.GetBundleInfoV9(0, bundleInfo, userId, appIndex); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohos_fuzzer/
H A Drssurfaceohos_fuzzer.cpp77 … RectI r2 = RectI(GetData<int32_t>(), GetData<int32_t>(), GetData<int32_t>(), GetData<int32_t>()); in RSSurfaceOhosFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region.cpp211 void Region::RegionOp(Region& r1, Region& r2, Region& res, Region::OP op) in RegionOp()
232 void Region::RegionOpLocal(Region& r1, Region& r2, Region& res, Region::OP op) in RegionOpLocal()
282 void Region::RegionOpAccelate(Region& r1, Region& r2, Region& res, Region::OP op) in RegionOpAccelate()
/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/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dimage_test.cpp76 …Drawing::Rect r2(RECT2_POSITION_LEFT, RECT2_POSITION_TOP, RECT2_POSITION_RIGHT, RECT2_POSITION_BOT… in TestDrawImageRect() local
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwm_occlusion_region.cpp214 void Region::RegionOpLocal(Region& r1, Region& r2, Region& res, Region::OP op) in RegionOpLocal()
264 void Region::RegionOp(Region& r1, Region& r2, Region& res, Region::OP op) in RegionOp()
/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/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_mgr_test/
H A Dams_ipc_app_mgr_module_test.cpp263 auto& r2 = result.emplace_back(); in __anon7019ce550402() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js202 updateStateVars(r2) { argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasecommon_fuzzer/
H A Drsbasecommon_fuzzer.cpp159 int r2 = GetData<int>(); in RSObjOcclusionFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dconvex_paths.cpp94 DrawRect r2 = { 0, 0, 100, 5 }; // 5 100 coordinate in MakePath1() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsblurfilter_fuzzer/
H A Drsblurfilter_fuzzer.cpp165 float r2 = GetData<float>(); in DoDrawImageRect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1849 Occlusion::Region r2{opaqueRect2}; in SetUnfocusedWindowOpaqueRegion() local
1925 Occlusion::Region r2{opaqueRect2}; in SetFocusedWindowOpaqueRegion() local
1941 Occlusion::Region r2{opaqueRect2}; in SetFocusedWindowOpaqueRegion() local
1957 Occlusion::Region r2{opaqueRect2}; in SetFocusedWindowOpaqueRegion() local
1973 Occlusion::Region r2{opaqueRect2}; in SetFocusedWindowOpaqueRegion() local
1989 Occlusion::Region r2{opaqueRect2}; in SetFocusedWindowOpaqueRegion() local
2013 Occlusion::Region r2{opaqueRect2}; in SetCornerRadiusOpaqueRegion() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.cpp105 unsigned r2 = (r1 << 3) | (r1 >> 2); in color_to_565() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/
H A Dselecttitlebar.js799 constructor(p2, q2, r2, s2 = -1, t2 = undefined, u2) { argument
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_brdf_common.h51 const float r2 = roughness * roughness; in dAshikhmin() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h145 uint8_t r2[SMP_RANDOM_DATA_LEN]; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_rs.cpp296 Drawing::Rect r2(300, 300, 500, 500); in TestDrawImageRect() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp6744 bool r2 = (flagsRet & static_cast<uint32_t>(ApplicationInfoFlag::FLAG_OTHER_INSTALLED)) variable
6776 bool r2 = (flagsRet & static_cast<uint32_t>(ApplicationInfoFlag::FLAG_OTHER_INSTALLED)) variable