Searched defs:Bounder (Results 1 – 1 of 1) sorted by relevance
45 struct Bounder { struct49 Bounder(const SkRect& r, const SkPaint& paint) { in Bounder() argument55 bool hasBounds() const { return fHasBounds; } in hasBounds()56 const SkRect* bounds() const { return fHasBounds ? &fBounds : nullptr; } in bounds()57 operator const SkRect* () const { return this->bounds(); } in operator const SkRect*()