Searched refs:jsOffsetX (Results 1 – 5 of 5) sorted by relevance
226 auto jsOffsetX = obj->GetProperty("offsetX"); in SetXComponentSurfaceRect() local228 if (ParseSurfaceRectParam(jsOffsetX, offsetX)) { in SetXComponentSurfaceRect()
231 JSRef<JSVal> jsOffsetX = paramObject->GetProperty("offsetX"); in ShadowOption() local237 ParseJsDouble(jsOffsetX, offsetX); in ShadowOption()
318 JSRef<JSVal> jsOffsetX = paramObject->GetProperty("offsetX"); in SetShadowOptions() local331 if (!ParseJsDouble(jsOffsetX, offsetX)) { in SetShadowOptions()
9344 auto jsOffsetX = jsObj->GetProperty(static_cast<int32_t>(ArkUIIndex::OFFSET_X)); in ParseShadowOffsetX() local9346 if (ParseJsResource(jsOffsetX, offsetX)) { in ParseShadowOffsetX()9350 if (ParseJsDimensionVp(jsOffsetX, offsetX)) { in ParseShadowOffsetX()
189 auto jsOffsetX = obj->Get(vm, panda::StringRef::NewFromUtf8(vm, "offsetX")); in SetTrackShadow() local198 if (!ArkTSUtils::ParseJsDouble(vm, jsOffsetX, offsetX)) { in SetTrackShadow()