Lines Matching refs:result
236 bool result = path.fPathRef->isOval(rect, &isCCW, start);
237 if (dir && result) {
240 return result;
264 bool result = path.fPathRef->isRRect(rrect, &isCCW, start);
265 if (dir && result) {
268 return result;
374 * answer in "result", and return true.
376 * Note result might be empty (if the path was completely clipped out).
378 * If no clipping is needed, returns false and "result" is left unchanged.
380 static bool PerspectiveClip(const SkPath& src, const SkMatrix&, SkPath* result);