Home
last modified time | relevance | path

Searched defs:Bounder (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkBitmapDevice.cpp31 struct Bounder { struct
35 Bounder(const SkRect& r, const SkPaint& paint) { in Bounder() function
41 bool hasBounds() const { return fHasBounds; } in hasBounds()
42 const SkRect* bounds() const { return fHasBounds ? &fBounds : nullptr; } in bounds()
43 operator const SkRect* () const { return this->bounds(); } in operator const SkRect*()