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