Searched refs:DrawAtlas (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/libs/hwui/ |
H A D | DisplayListOps.in | 50 X(DrawAtlas)
|
H A D | RecordingCanvas.cpp | 575 struct DrawAtlas final : Op { struct 576 static const auto kType = Type::DrawAtlas; argument 577 DrawAtlas(const SkImage* atlas, int count, SkBlendMode mode, const SkSamplingOptions& sampling, in DrawAtlas() function 905 void* pod = this->push<DrawAtlas>(bytes, atlas, count, xfermode, sampling, cull, paint, in drawAtlas()
|