Searched refs:nativeTextShadowVec (Results 1 – 1 of 1) sorted by relevance
191 auto nativeTextShadowVec = *reinterpret_cast<std::vector<NativeTextShadow>*>(vecContent); in FfiOHOSAceFrameworkTextClockTextShadow() local193 std::vector<Shadow> shadows(nativeTextShadowVec.size()); in FfiOHOSAceFrameworkTextClockTextShadow()194 for (size_t i = 0; i < nativeTextShadowVec.size(); i++) { in FfiOHOSAceFrameworkTextClockTextShadow()195 Dimension dOffsetX(nativeTextShadowVec[i].offsetX, DimensionUnit::VP); in FfiOHOSAceFrameworkTextClockTextShadow()196 Dimension dOffsetY(nativeTextShadowVec[i].offsetY, DimensionUnit::VP); in FfiOHOSAceFrameworkTextClockTextShadow()198 shadows[i].SetBlurRadius(nativeTextShadowVec[i].radius); in FfiOHOSAceFrameworkTextClockTextShadow()201 shadows[i].SetColor(Color(nativeTextShadowVec[i].color)); in FfiOHOSAceFrameworkTextClockTextShadow()