Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_marquee_ffi.cpp30 …OSAceFrameworkMarqueeCreate(bool start, const char* src, double step, int32_t loop, bool fromStart) in FfiOHOSAceFrameworkMarqueeCreate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_marquee.cpp104 bool fromStart = getFromStart->IsBoolean() ? getFromStart->ToBoolean() : true; in Create() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_marquee_bridge.cpp339 bool fromStart = fromStartVal->IsBoolean() ? fromStartVal->ToBoolean(vm)->Value() : true; in SetInitialize() local