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

  /external/skia/src/core/
SkRecords.h 70 M(DrawPatch) \
331 RECORD(DrawPatch, kDraw_Tag|kHasPaint_Tag,
SkLiteDL.cpp 59 M(DrawPatch) M(DrawPoints) M(DrawVertices) M(DrawAtlas) M(DrawShadowRec)
413 struct DrawPatch final : Op {
414 static const auto kType = Type::DrawPatch;
415 DrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texs[4],
431 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr,
652 void SkLiteDL::drawPatch(const SkPoint points[12], const SkColor colors[4], const SkPoint texs[4],
654 this->push<DrawPatch>(0, points, colors, texs, bmode, paint);
SkRecordDraw.cpp 113 DRAW(DrawPatch, drawPatch(r.cubics, r.colors, r.texCoords, r.bmode, r.paint));
440 Bounds bounds(const DrawPatch& op) const {
SkRecorder.cpp 321 APPEND(DrawPatch, paint,
  /external/skia/tools/debugger/
SkDrawCommand.cpp 232 case kDrawPatch_OpType: return "DrawPatch";
302 INSTALL_FACTORY(DrawPatch);
    [all...]

Completed in 96 milliseconds