Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp32 imageTex_.resize(imageCount_); in RSParticlesDrawable()
130imageTex_[imageIndex].push_back(Drawing::Rect(0, 0, pixelmap->GetWidth(), pixelmap->GetHeight())); in CaculateImageAtlsArry()
246 Drawing::Rect* tex = imageTex_[imageCount_].data(); in DrawImages()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_particles_drawable.h58 std::vector<std::vector<Drawing::Rect>> imageTex_; variable