Searched refs:ParseJsShadowColorStrategy (Results 1 – 3 of 3) sorted by relevance
314 …static bool ParseJsShadowColorStrategy(const JSRef<JSVal>& jsValue, ShadowColorStrategy& strategy);
5634 bool JSViewAbstract::ParseJsShadowColorStrategy(const JSRef<JSVal>& jsValue, ShadowColorStrategy& s… in ParseJsShadowColorStrategy() function in OHOS::Ace::Framework::JSViewAbstract9388 if (ParseJsShadowColorStrategy(jsColor, shadowColorStrategy)) { in ParseShadowProps()
209 bool ParseJsShadowColorStrategy(const EcmaVM *vm, const Local<JSValueRef> &value, ShadowColorStrate… in ParseJsShadowColorStrategy() function241 if (ParseJsShadowColorStrategy(vm, colorArg, shadowColorStrategy)) { in ParseJsShadowColor()