Home
last modified time | relevance | path

Searched defs:Combine (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dsafe_area_insets.cpp21 SafeAreaInsets SafeAreaInsets::Combine(const SafeAreaInsets& other) const in Combine() function in OHOS::Ace::NG::SafeAreaInsets
32 Inset SafeAreaInsets::Inset::Combine(const Inset& other) const in Combine() function in OHOS::Ace::NG::SafeAreaInsets::Inset
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_transitioneffect.cpp26 … void NativeTransitionEffect::Combine(sptr<OHOS::Ace::Framework::NativeTransitionEffect> tagEffect) in Combine() function in OHOS::Ace::Framework::NativeTransitionEffect
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_matrix4_module.cpp76 shared_ptr<JsValue> Combine(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisOb… in Combine() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dtransform_util.cpp38 void Combine(float* out, const float* a, const float* b, double scaleA, double scaleB) in Combine() function