Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_image.h150 static bool UnmarshalImageProperties(Parcel& parcel, int& fitNum, int& repeatNum,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp696 if (!UnmarshalImageProperties(parcel, fitNum, repeatNum, radius, scale, degree)) { in Unmarshalling()
728 bool RSImage::UnmarshalImageProperties( in UnmarshalImageProperties() function in OHOS::Rosen::RSImage