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

/external/skia/src/gpu/ops/
H A DGrOvalOpFactory.h33 bool needsDistance,
H A DGrOvalOpFactory.cpp1721 CircularRRectOp(GrColor color, bool needsDistance, const SkMatrix& viewMatrix, argument
1750 if (kFill_RRectType == type && needsDistance) {
2290 bool needsDistance,
2352 color, needsDistance, viewMatrix, bounds, xRadius, scaledStroke.fX, isStrokeOnly));
2361 bool needsDistance,
2374 return make_rrect_op(color, needsDistance, viewMatrix, rrect, stroke);
2479 bool needsDistance = random->nextBool();
2480 return make_rrect_op(color, needsDistance, viewMatrix, rrect, GrTest::TestStrokeRec(random));

Completed in 64 milliseconds