Home
last modified time | relevance | path

Searched defs:e2 (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/update/updater/utils/include/
H A Dmacros_updater.h35 #define SIZE_IMPL(e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, N, ...) N argument
40 #define GET_TYPE_2(e1, e2) e1 argument
41 #define GET_TYPE_3(e1, e2, e3) e1, e2 argument
42 #define GET_TYPE_4(e1, e2, e3, e4) e1, e2, e3 argument
44 #define GET_NAME_2(e1, e2) e2 argument
45 #define GET_NAME_3(e1, e2, e3) e3 argument
46 #define GET_NAME_4(e1, e2, e3, e4) e4 argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dpath_effect.cpp50 PathEffect::PathEffect(PathEffectType t, PathEffect& e1, PathEffect& e2) noexcept : PathEffect() in PathEffect() function in OHOS::Rosen::Drawing::PathEffect
94 std::shared_ptr<PathEffect> PathEffect::CreateSumPathEffect(PathEffect& e1, PathEffect& e2) in CreateSumPathEffect()
99 std::shared_ptr<PathEffect> PathEffect::CreateComposePathEffect(PathEffect& e1, PathEffect& e2) in CreateComposePathEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path_effect.cpp61 void SkiaPathEffect::InitWithSum(const PathEffect& e1, const PathEffect& e2) in InitWithSum()
70 void SkiaPathEffect::InitWithCompose(const PathEffect& e1, const PathEffect& e2) in InitWithCompose()
/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/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_range_adapter.h70 auto e2 = &arr[0]; in CompareLessThreshold() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasecommon_fuzzer/
H A Drsbasecommon_fuzzer.cpp166 float e2 = GetData<float>(); in RSObjOcclusionFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_occlusion_region_test.cpp89 Event e2 = Event(1, Event::Type::CLOSE, 0, 100); variable
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwm_occlusion_region.cpp59 bool EventSortByY(const Event& e1, const Event& e2) in EventSortByY()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region.cpp33 bool EventSortByY(const Event& e1, const Event& e2) in EventSortByY()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js228 e2: { class in b1.q1
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp398 const auto e2 = v3 - v1; in CalculateTangentImpl() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js65 const e2 = '128vp'; constant