Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
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
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
Djsi_matrix4_module.cpp69 shared_ptr<JsValue> Combine(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisOb… in Combine() function
/foundation/arkui/ace_engine/frameworks/base/geometry/
Dtransform_util.cpp38 void Combine(float* out, const float* a, const float* b, double scaleA, double scaleB) in Combine() function