Lines Matching defs:bool

55     static bool IsClosedSingleContour(const SkPath& path) {
103 static bool IsSimpleRect(const SkPath& path, bool isSimpleFill, SkRect* rect,
111 SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect);
117 static bool DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect);
135 bool operator!=(const Iter& b) { return fVerb != b.fVerb; }
207 static bool TestingOnly_unique(const SkPath& path) {
212 static bool HasComputedBounds(const SkPath& path) {
234 static bool IsOval(const SkPath& path, SkRect* rect, SkPathDirection* dir, unsigned* start) {
235 bool isCCW = false;
236 bool result = path.fPathRef->isOval(rect, &isCCW, start);
261 static bool IsRRect(const SkPath& path, SkRRect* rrect, SkPathDirection* dir,
263 bool isCCW = false;
264 bool result = path.fPathRef->isRRect(rrect, &isCCW, start);
279 static bool TooBigForMath(const SkRect& bounds) {
289 static bool TooBigForMath(const SkPath& path) {
326 static bool IsAxisAligned(const SkPath& path);
328 static bool AllPointsEq(const SkPoint pts[], int count) {
339 static bool IsRectContour(const SkPath&, bool allowPartial, int* currVerb,
340 const SkPoint** ptsPtr, bool* isClosed, SkPathDirection* direction,
354 static bool IsNestedFillRects(const SkPath&, SkRect rect[2],
357 static bool IsInverseFillType(SkPathFillType fill) {
380 static bool PerspectiveClip(const SkPath& src, const SkMatrix&, SkPath* result);
430 bool fNeedsCloseLine;
431 bool fNextIsNewContour;
432 SkDEBUGCODE(bool fIsConic);
460 bool fIsNewContour;
463 operator bool() { return fPts != nullptr; }
512 bool isNewContour = fNextIsNewContour;