Lines Matching refs:Rect
12 #include "experimental/graphite/src/geom/Rect.h"
35 virtual CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const = 0;
37 virtual bool isOccluded(const Rect& bounds, PaintersDepth z) const = 0;
39 virtual void recordDraw(const Rect& bounds,
54 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override {
58 bool isOccluded(const Rect& bounds, PaintersDepth z) const override { return false; }
60 void recordDraw(const Rect& bounds, CompressedPaintersOrder order, PaintersDepth z,
77 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override {
87 bool isOccluded(const Rect& bounds, PaintersDepth z) const override {
97 void recordDraw(const Rect& bounds, CompressedPaintersOrder order, PaintersDepth z,
104 Rect fBounds;