Home
last modified time | relevance | path

Searched refs:GrRectBatchFactory (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/
DGrDrawContext.cpp232 GrRectBatchFactory::CreateNonAAFill(paint->getColor(), SkMatrix::I(), r, nullptr, in drawPaint()
310 batch.reset(GrRectBatchFactory::CreateAAStroke(color, viewMatrix, rect, in drawRect()
318 batch.reset(GrRectBatchFactory::CreateAAFill(color, viewMatrix, rect, in drawRect()
333 batch.reset(GrRectBatchFactory::CreateNonAAStroke(color, viewMatrix, rect, width, in drawRect()
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()
692 SkAutoTUnref<GrDrawBatch> batch(GrRectBatchFactory::CreateAAFillNestedRects( in drawPath()
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()
DGrClipMaskManager.cpp56 SkAutoTUnref<GrDrawBatch> batch(GrRectBatchFactory::CreateNonAAFill(color, viewMatrix, rect, in draw_non_aa_rect()
528 GrRectBatchFactory::CreateAAFill(color, viewMatrix, element->getRect(), in drawElement()
DGrDrawTarget.cpp389 GrRectBatchFactory::CreateNonAAFill(color, SkMatrix::I(), scalarRect, in clear()
/external/skia/src/gpu/batches/
DGrRectBatchFactory.cpp14 namespace GrRectBatchFactory { namespace
DGrRectBatchFactory.h25 namespace GrRectBatchFactory {
DGrStencilAndCoverPathRenderer.cpp131 GrRectBatchFactory::CreateNonAAFill(args.fColor, viewM, bounds, nullptr, in onDrawPath()
DGrDefaultPathRenderer.cpp701 GrRectBatchFactory::CreateNonAAFill(color, viewM, bounds, nullptr, in internalDrawPath()
/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()
/external/skia/gyp/
Dgpu.gypi241 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h',
242 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp',
/external/skia/
DAndroid.mk458 src/gpu/batches/GrRectBatchFactory.cpp \