Searched defs:Bounder (Results 1 – 2 of 2) sorted by relevance
27 struct Bounder { struct31 Bounder(const SkRect& r, const SkPaint& paint) { in Bounder() argument37 bool hasBounds() const { return fHasBounds; } in hasBounds()38 const SkRect* bounds() const { return fHasBounds ? &fBounds : nullptr; } in bounds()39 operator const SkRect* () const { return this->bounds(); } in operator const SkRect*()
26 struct Bounder { struct30 Bounder(const SkRect& r, const SkPaint& paint) { in Bounder() argument36 bool hasBounds() const { return fHasBounds; } in hasBounds()37 const SkRect* bounds() const { return fHasBounds ? &fBounds : nullptr; } in bounds()38 operator const SkRect* () const { return this->bounds(); } in operator const SkRect*()