Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_pixel_map_shader.cpp26 : pixelMap_(pixelMap), tileX_(tileX), tileY_(tileY), sampling_(sampling), matrix_(matrix) {} in RSPixelMapShader()
33 RSMarshallingHelper::Marshalling(parcel, tileY_) && in Marshalling()
42 RSMarshallingHelper::Unmarshalling(parcel, tileY_) && in Unmarshalling()
61 Drawing::ShaderEffect::ShaderEffectType::IMAGE, *image, tileX_, tileY_, sampling_, matrix_); in GenerateBaseObject()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_pixel_map_shader.h40 Drawing::TileMode tileY_; variable