Searched defs:fromStart (Results 1 – 3 of 3) sorted by relevance
30 …OSAceFrameworkMarqueeCreate(bool start, const char* src, double step, int32_t loop, bool fromStart) in FfiOHOSAceFrameworkMarqueeCreate()
104 bool fromStart = getFromStart->IsBoolean() ? getFromStart->ToBoolean() : true; in Create() local
339 bool fromStart = fromStartVal->IsBoolean() ? fromStartVal->ToBoolean(vm)->Value() : true; in SetInitialize() local