Home
last modified time | relevance | path

Searched refs:svgY_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_mask.cpp110 svgY_ = y; in SetSvgY()
115 return svgY_; in GetSvgY()
227 out += " x:" + std::to_string(svgX_) + " y:" + std::to_string(svgY_); in Dump()
260 RSMarshallingHelper::Marshalling(parcel, svgY_) && in Marshalling()
329 RSMarshallingHelper::Unmarshalling(parcel, rsMask->svgY_) && in Unmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_mask.h93 double svgY_ = 0.0f; variable