Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkBitmapDevice.cpp45 struct Bounder { struct
49 Bounder(const SkRect& r, const SkPaint& paint) { in Bounder() argument
55 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*()