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