Searched refs:arkTransformScale (Results 1 – 1 of 1) sorted by relevance
5525 auto arkTransformScale = GetTransformScale().value(); local5526 if (!NearEqual(arkTransformScale.x, scale[0])) {5528 … std::string("scaleX has difference,arkui:").append(std::to_string(arkTransformScale.x)));5530 if (!NearEqual(arkTransformScale.y, scale[1])) {5532 … std::string("scaleY has difference,arkui:").append(std::to_string(arkTransformScale.y)));6621 auto arkTransformScale = GetTransformScale().value(); local6622 if (!NearEqual(arkTransformScale.x, scale[0])) {6623 json->Put("TransformScaleX", std::to_string(arkTransformScale.x).c_str());6625 if (!NearEqual(arkTransformScale.y, scale[1])) {6626 json->Put("TransformScaleY", std::to_string(arkTransformScale.y).c_str());