Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp211 Drawing::RSXform* rsxform = pointRsxform_.data(); in DrawCircle() local
216 …canvas.DrawAtlas(circleImage_.get(), rsxform, tex, colors, MAX_ATLAS_COUNT, Drawing::BlendMode::DS… in DrawCircle()
219 rsxform += MAX_ATLAS_COUNT; in DrawCircle()
223 …canvas.DrawAtlas(circleImage_.get(), rsxform, tex, colors, pointCount_, Drawing::BlendMode::DST_IN, in DrawCircle()
245 Drawing::RSXform* rsxform = imageRsxform_[imageCount_].data(); in DrawImages() local
250 … canvas.DrawAtlas(image.get(), rsxform, tex, colors, MAX_ATLAS_COUNT, Drawing::BlendMode::SRC_IN, in DrawImages()
253 rsxform += MAX_ATLAS_COUNT; in DrawImages()
257 canvas.DrawAtlas(image.get(), rsxform, tex, colors, count, Drawing::BlendMode::SRC_IN, in DrawImages()