Searched defs:GrWindowRectangles (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrWindowRectangles.h14 class GrWindowRectangles { class
18 GrWindowRectangles() : fCount(0) {} function in class:GrWindowRectangles
19 GrWindowRectangles(const GrWindowRectangles& that) : fCount(0) { *this = that; } function in class:GrWindowRectangles
20 ~GrWindowRectangles() { SkSafeUnref(this->rec()); }
22 GrWindowRectangles makeOffset(int dx, int dy) const;
29 GrWindowRectangles& operator=(const GrWindowRectangles&);
34 bool operator!=(const GrWindowRectangles& that) const { return !(*this == that); }
35 bool operator==(const GrWindowRectangles
[all...]
/external/skqp/src/gpu/
H A DGrWindowRectangles.h14 class GrWindowRectangles { class
18 GrWindowRectangles() : fCount(0) {} function in class:GrWindowRectangles
19 GrWindowRectangles(const GrWindowRectangles& that) : fCount(0) { *this = that; } function in class:GrWindowRectangles
20 ~GrWindowRectangles() { SkSafeUnref(this->rec()); }
22 GrWindowRectangles makeOffset(int dx, int dy) const;
29 GrWindowRectangles& operator=(const GrWindowRectangles&);
34 bool operator!=(const GrWindowRectangles& that) const { return !(*this == that); }
35 bool operator==(const GrWindowRectangles
[all...]

Completed in 102 milliseconds