Home
last modified time | relevance | path

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

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