HomeSort by relevance Sort by last modified time
    Searched refs:drawVertices (Results 76 - 98 of 98) sorted by null

1 2 34

  /external/skia/src/core/
SkLiteDL.cpp 60 M(DrawPatch) M(DrawPoints) M(DrawVertices) M(DrawAtlas) M(DrawShadowRec)
418 struct DrawVertices final : Op {
419 static const auto kType = Type::DrawVertices;
420 DrawVertices(const SkVertices* v, int bc, SkBlendMode m, const SkPaint& p)
430 c->drawVertices(vertices, pod<SkVertices::Bone>(this), boneCount, mode, paint);
622 void SkLiteDL::drawVertices(const SkVertices* vertices, const SkVertices::Bone bones[],
624 void* pod = this->push<DrawVertices>(boneCount * sizeof(SkVertices::Bone),
SkCanvas.cpp     [all...]
SkBlurMF.cpp 812 renderTargetContext->drawVertices(clip, std::move(paint), viewMatrix, std::move(vertices),
    [all...]
SkPicturePlayback.cpp 515 canvas->drawVertices(vertices, bones, boneCount, bmode, *paint);
  /external/skqp/src/core/
SkLiteDL.cpp 60 M(DrawPatch) M(DrawPoints) M(DrawVertices) M(DrawAtlas) M(DrawShadowRec)
412 struct DrawVertices final : Op {
413 static const auto kType = Type::DrawVertices;
414 DrawVertices(const SkVertices* v, int bc, SkBlendMode m, const SkPaint& p)
424 c->drawVertices(vertices, pod<SkVertices::Bone>(this), boneCount, mode, paint);
613 void SkLiteDL::drawVertices(const SkVertices* vertices, const SkVertices::Bone bones[],
615 void* pod = this->push<DrawVertices>(boneCount * sizeof(SkVertices::Bone),
SkCanvas.cpp     [all...]
SkBlurMF.cpp 812 renderTargetContext->drawVertices(clip, std::move(paint), viewMatrix, std::move(vertices),
    [all...]
  /external/skia/tests/
CanvasTest.cpp 482 canvas->drawVertices(SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, 4, pts, pts,
    [all...]
PathTest.cpp     [all...]
  /external/skqp/tests/
CanvasTest.cpp 482 canvas->drawVertices(SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, 4, pts, pts,
    [all...]
PathTest.cpp     [all...]
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skqp/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/modules/canvaskit/
canvaskit_bindings.cpp 785 .function("drawVertices", select_overload<void (const sk_sp<SkVertices>&, SkBlendMode, const SkPaint&)>(&SkCanvas::drawVertices))
    [all...]
  /external/skqp/experimental/canvaskit/
canvaskit_bindings.cpp 702 .function("drawVertices", select_overload<void (const sk_sp<SkVertices>&, SkBlendMode, const SkPaint&)>(&SkCanvas::drawVertices))
    [all...]
  /external/skia/fuzz/
FuzzCanvas.cpp     [all...]
  /external/skia/src/gpu/
GrRenderTargetContext.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp 243 case kDrawVertices_OpType: return "DrawVertices";
    [all...]
  /external/skqp/fuzz/
FuzzCanvas.cpp     [all...]
  /external/skqp/src/gpu/
GrRenderTargetContext.cpp     [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp 242 case kDrawVertices_OpType: return "DrawVertices";
    [all...]

Completed in 1597 milliseconds

1 2 34