Home
last modified time | relevance | path

Searched refs:numConsumed (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DFillRectOp.cpp493 int* numConsumed) { in MakeOp()
505 *numConsumed = 1; in MakeOp()
520 (*numConsumed)++; in MakeOp()
539 int numConsumed = 0; in AddFillRectOps() local
543 &numConsumed); in AddFillRectOps()
545 offset += numConsumed; in AddFillRectOps()
546 numLeft -= numConsumed; in AddFillRectOps()
486 MakeOp(GrRecordingContext* context, GrPaint&& paint, GrAAType aaType, const SkMatrix& viewMatrix, const GrQuadSetEntry quads[], int cnt, const GrUserStencilSettings* stencilSettings, int* numConsumed) MakeOp() argument
H A DFillRectOp.h81 int* numConsumed);

Completed in 2 milliseconds