Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListOps.in49 X(DrawAtlas)
DRecordingCanvas.cpp445 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()