Searched refs:DrawAtlas (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DisplayListOps.in | 49 X(DrawAtlas)
|
D | RecordingCanvas.cpp | 443 struct DrawAtlas final : Op { struct 444 static const auto kType = Type::DrawAtlas; argument 445 DrawAtlas(const SkImage* atlas, int count, SkBlendMode xfermode, const SkRect* cull, in DrawAtlas() argument 669 this->push<DrawAtlas>(bytes, atlas, count, xfermode, cull, paint, colors != nullptr); in drawAtlas()
|