Lines Matching refs:result
16 SkOpSpanBase** endPtr, SkOpSegment** result) {
33 *result = last->segment();
43 *result = nullptr;
55 *result = nullptr;
61 *result = nullptr;
101 *result = first;
105 *result = nullptr;
239 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result
255 result->reset();
256 result->setFillType(fillType);
258 result->addRect(rect1);
287 return Simplify(work, result);
322 result->reset();
323 result->setFillType(fillType);
348 SkPath original = *result;
349 result->reset();
350 result->setFillType(fillType);
351 SkPathWriter wrapper(*result);
353 *result = original;
370 bool Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result) {
373 if (!OpDebug(one, two, op, result SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr))) {
377 SkPathOpsDebug::VerifyOp(one, two, op, *result);
381 return OpDebug(one, two, op, result SkDEBUGPARAMS(true) SkDEBUGPARAMS(nullptr));