Home
last modified time | relevance | path

Searched defs:SMOOTH (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurves.h43 static const RefPtr<CubicCurve> SMOOTH; variable
H A Dcurves.cpp36 const RefPtr<CubicCurve> Curves::SMOOTH = AceType::MakeRefPtr<CubicCurve>(0.4f, 0.0f, 0.4f, 1.0f); member in OHOS::Ace::Curves
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H A Doutput_controller.h57 SMOOTH, enumerator
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.h154 static const char * const SMOOTH; variable
H A Dchart_component.cpp37 const char * const ChartComponent::SMOOTH = "smooth"; member in OHOS::ACELite::ChartComponent