HomeSort by relevance Sort by last modified time
    Searched refs:DrawAtlas (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkRecords.h 82 M(DrawAtlas) \
337 RECORD(DrawAtlas, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
SkLiteDL.cpp 59 M(DrawPatch) M(DrawPoints) M(DrawVertices) M(DrawAtlas) M(DrawShadowRec)
457 struct DrawAtlas final : Op {
458 static const auto kType = Type::DrawAtlas;
459 DrawAtlas(const SkImage* atlas, int count, SkBlendMode xfermode,
477 c->drawAtlas(atlas.get(), xforms, texs, colors, count, xfermode,
664 void SkLiteDL::drawAtlas(const SkImage* atlas, const SkRSXform xforms[], const SkRect texs[],
671 void* pod = this->push<DrawAtlas>(bytes,
SkRecordDraw.cpp 125 DRAW(DrawAtlas, drawAtlas(r.atlas.get(),
449 Bounds bounds(const DrawAtlas& op) const {
SkRecorder.cpp 331 APPEND(DrawAtlas, this->copy(paint),

Completed in 92 milliseconds