Home
last modified time | relevance | path

Searched refs:CreateNonAAFill (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/gpu/batches/
DGrRectBatchFactory.h27 inline GrDrawBatch* CreateNonAAFill(GrColor color, in CreateNonAAFill() function
DGrStencilAndCoverPathRenderer.cpp131 GrRectBatchFactory::CreateNonAAFill(args.fColor, viewM, bounds, nullptr, in onDrawPath()
DGrDefaultPathRenderer.cpp701 GrRectBatchFactory::CreateNonAAFill(color, viewM, bounds, nullptr, in internalDrawPath()
/external/skia/src/gpu/
DGrDrawContext.cpp232 GrRectBatchFactory::CreateNonAAFill(paint->getColor(), SkMatrix::I(), r, nullptr, in drawPaint()
343 batch.reset(GrRectBatchFactory::CreateNonAAFill(color, viewMatrix, rect, nullptr, nullptr)); in drawRect()
367 batch.reset(GrRectBatchFactory::CreateNonAAFill(paint.getColor(), viewMatrix, rectToDraw, in fillRectToRect()
396 batch.reset(GrRectBatchFactory::CreateNonAAFill(paint.getColor(), viewMatrix, rectToDraw, in fillRectWithLocalMatrix()
DGrSoftwarePathRenderer.cpp75 SkAutoTUnref<GrDrawBatch> batch(GrRectBatchFactory::CreateNonAAFill(color, viewMatrix, rect, in draw_non_aa_rect()
DGrSWMaskHelper.cpp368 SkAutoTUnref<GrDrawBatch> batch(GrRectBatchFactory::CreateNonAAFill(color, SkMatrix::I(), in DrawToTargetWithPathMask()
DGrDrawTarget.cpp389 GrRectBatchFactory::CreateNonAAFill(color, SkMatrix::I(), scalarRect, in clear()
DGrClipMaskManager.cpp56 SkAutoTUnref<GrDrawBatch> batch(GrRectBatchFactory::CreateNonAAFill(color, viewMatrix, rect, in draw_non_aa_rect()
/external/skia/gm/
Dbigrrectaaeffect.cpp100 GrRectBatchFactory::CreateNonAAFill(0xff000000, SkMatrix::I(), bounds, in onDraw()
Dyuvtorgbeffect.cpp133 GrRectBatchFactory::CreateNonAAFill(GrColor_WHITE, viewMatrix, in onDraw()
Dtexturedomaineffect.cpp136 GrRectBatchFactory::CreateNonAAFill(GrColor_WHITE, viewMatrix, in onDraw()
Dconstcolorprocessor.cpp119 GrRectBatchFactory::CreateNonAAFill(grPaint.getColor(), viewMatrix, in onDraw()
Drrects.cpp138 GrRectBatchFactory::CreateNonAAFill(0xff000000, SkMatrix::I(), in onDraw()