Home
last modified time | relevance | path

Searched refs:MAX_ATLAS_COUNT (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.cpp25 constexpr int MAX_ATLAS_COUNT = 2000; variable
215 while (pointCount_ > MAX_ATLAS_COUNT) { in DrawCircle()
218 pointCount_ -= MAX_ATLAS_COUNT; in DrawCircle()
219 rsxform += MAX_ATLAS_COUNT; in DrawCircle()
220 tex += MAX_ATLAS_COUNT; in DrawCircle()
221 colors += MAX_ATLAS_COUNT; in DrawCircle()
249 while (count > MAX_ATLAS_COUNT) { in DrawImages()
252 count -= MAX_ATLAS_COUNT; in DrawImages()
253 rsxform += MAX_ATLAS_COUNT; in DrawImages()
254 tex += MAX_ATLAS_COUNT; in DrawImages()
[all …]