/external/skia/src/gpu/ops/ |
D | GrFillRectOp.cpp | 182 friend class ::GrFillRectOp; // for access to addQuad 459 GrOp::Owner GrFillRectOp::Make(GrRecordingContext* context, in Make() 469 GrOp::Owner GrFillRectOp::MakeNonAARect(GrRecordingContext* context, in MakeNonAARect() 479 GrOp::Owner GrFillRectOp::MakeOp(GrRecordingContext* context, in MakeOp() 519 void GrFillRectOp::AddFillRectOps(GrSurfaceDrawContext* rtc, in AddFillRectOps() 549 uint32_t GrFillRectOp::ClassID() { in ClassID() 579 return GrFillRectOp::Make(context, std::move(paint), aaType, &quad, stencil); in GR_DRAW_OP_TEST_DEFINE() 585 return GrFillRectOp::Make(context, std::move(paint), aaType, &quad, stencil); in GR_DRAW_OP_TEST_DEFINE() 590 return GrFillRectOp::Make(context, std::move(paint), aaType, &quad, stencil); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrFillRectOp.h | 29 class GrFillRectOp {
|
/external/skqp/src/gpu/ops/ |
D | GrFillRectOp.cpp | 167 friend std::unique_ptr<GrDrawOp> GrFillRectOp::MakeSet(GrContext* context, GrPaint&& paint, 332 namespace GrFillRectOp { namespace 489 return GrFillRectOp::MakeSet(context, std::move(paint), aaType, viewMatrix, in GR_DRAW_OP_TEST_DEFINE() 494 return GrFillRectOp::MakePerEdgeWithLocalMatrix(context, std::move(paint), aaType, in GR_DRAW_OP_TEST_DEFINE() 501 return GrFillRectOp::MakePerEdgeWithLocalRect(context, std::move(paint), aaType, in GR_DRAW_OP_TEST_DEFINE() 507 return GrFillRectOp::MakePerEdge(context, std::move(paint), aaType, aaFlags, viewMatrix, in GR_DRAW_OP_TEST_DEFINE()
|
D | GrFillRectOp.h | 26 namespace GrFillRectOp {
|
D | GrStencilAndCoverPathRenderer.cpp | 162 std::unique_ptr<GrDrawOp> op = GrFillRectOp::MakeWithLocalMatrix( in onDrawPath()
|
D | GrDefaultPathRenderer.cpp | 617 GrFillRectOp::MakeWithLocalMatrix(context, std::move(paint), aaType, viewM, in internalDrawPath()
|
D | GrStrokeRectOp.cpp | 766 return GrFillRectOp::Make(context, std::move(paint), GrAAType::kCoverage, viewMatrix, in MakeNested()
|
/external/skia/tests/ |
D | BulkRectTest.cpp | 71 GrFillRectOp::AddFillRectOps(rtc.get(), nullptr, dContext, std::move(paint), overallAA, in fillrectop_creation_test() 81 REPORTER_ASSERT(reporter, tmp->classID() == GrFillRectOp::ClassID()); in fillrectop_creation_test() 192 : GrFillRectOp::ClassID(); in textureop_creation_test()
|
/external/skia/gm/ |
D | swizzle.cpp | 38 rtCtx->addDrawOp(GrFillRectOp::MakeNonAARect(ctx, std::move(grPaint), SkMatrix(), bounds));
|
D | fpcoordinateoverride.cpp | 91 rtCtx->addDrawOp(GrFillRectOp::MakeNonAARect(ctx, std::move(grPaint), SkMatrix::I(), bounds));
|
D | bigrrectaaeffect.cpp | 105 surfaceDrawContext->addDrawOp(GrFillRectOp::MakeNonAARect( in onDraw()
|
D | rrects.cpp | 134 surfaceDrawContext->addDrawOp(GrFillRectOp::MakeNonAARect( in onDraw()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 335 GrFillRectOp::Make(fContext, std::move(paint), in internalClear() 348 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), GrAAType::kNone, in internalClear() 398 GrFillRectOp::Make(fRenderTargetContext->fContext, in absClear() 423 GrFillRectOp::Make(fRenderTargetContext->fContext, in absClear() 489 std::unique_ptr<GrDrawOp> op = GrFillRectOp::MakeWithLocalMatrix( in drawPaint() 645 GrFillRectOp::Make(fContext, std::move(paint), aaType, SkMatrix::I(), in drawFilledRectAsClear() 672 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), aaType, viewMatrix, in drawFilledRect() 753 this->addDrawOp(clip, GrFillRectOp::MakeSet(fContext, std::move(paint), aaType, viewMatrix, in drawQuadSet() 787 this->addDrawOp(clip, GrFillRectOp::Make(fContext, std::move(paint), in internalStencilClear() 859 std::unique_ptr<GrDrawOp> op = GrFillRectOp::Make( in stencilRect() [all …]
|
D | GrSoftwarePathRenderer.cpp | 103 GrFillRectOp::MakeWithLocalMatrix( in DrawNonAARect()
|
/external/skqp/gm/ |
D | yuvtorgbeffect.cpp | 133 GrFillRectOp::Make(context, std::move(grPaint), GrAAType::kNone, in onDraw() 254 std::unique_ptr<GrDrawOp> op(GrFillRectOp::Make(context, std::move(grPaint), in onDraw()
|
D | bigrrectaaeffect.cpp | 98 GrFillRectOp::Make(context, std::move(grPaint), GrAAType::kNone, in onDraw()
|
D | constcolorprocessor.cpp | 111 GrFillRectOp::Make(context, std::move(grPaint), GrAAType::kNone, in onDraw()
|
D | rrects.cpp | 120 GrFillRectOp::Make(context, std::move(grPaint), GrAAType::kNone, in onDraw()
|
D | texturedomaineffect.cpp | 155 GrFillRectOp::Make(context, std::move(grPaint), GrAAType::kNone, in onDraw()
|
/external/skia/src/gpu/ |
D | GrSurfaceFillContext.cpp | 284 auto op = GrFillRectOp::MakeNonAARect(fContext, std::move(paint), SkMatrix::I(), in fillRectWithFP() 429 auto op = GrFillRectOp::MakeNonAARect(fContext, std::move(paint), SkMatrix::I(), in internalClear()
|
D | GrSurfaceDrawContext.cpp | 646 this->addDrawOp(finalClip, GrFillRectOp::Make(fContext, std::move(paint), aaType, in drawFilledQuad() 847 GrFillRectOp::AddFillRectOps(this, clip, fContext, std::move(paint), aaType, viewMatrix, in drawQuadSet() 906 GrFillRectOp::MakeNonAARect(fContext, std::move(paint), SkMatrix::I(), in internalStencilClear()
|
/external/skia/src/gpu/tessellate/ |
D | GrTessellationPathRenderer.cpp | 422 auto fillRectFlags = GrFillRectOp::InputFlags::kNone; in renderAtlas() 442 auto coverOp = GrFillRectOp::Make(rtc->recordingContext(), std::move(paint), aaType, &drawQuad, in renderAtlas()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCPerFlushResources.cpp | 129 auto coverOp = GrFillRectOp::Make(surfaceDrawContext->recordingContext(), std::move(paint), in draw_stencil_to_coverage()
|
/external/skqp/gn/ |
D | gpu.gni | 274 "$_src/gpu/ops/GrFillRectOp.cpp", 275 "$_src/gpu/ops/GrFillRectOp.h",
|
/external/skqp/tests/ |
D | ProcessorTest.cpp | 261 auto op = GrFillRectOp::Make(context, std::move(paint), GrAAType::kNone, SkMatrix::I(), in test_draw_op()
|