Home | History | Annotate | Download | only in gpu

Lines Matching defs:Rec

20     ~GrWindowRectangles() { SkSafeUnref(this->rec()); }
39 struct Rec;
41 const Rec* rec() const { return fCount <= kNumLocalWindows ? nullptr : fRec; }
46 Rec* fRec; // If fCount > kNumLocalWindows.
50 struct GrWindowRectangles::Rec : public GrNonAtomicRef<Rec> {
51 Rec(const SkIRect* windows, int numWindows) {
55 Rec() = default;
65 SkSafeUnref(this->rec());
70 SkSafeUnref(this->rec());
88 result.fRec = new Rec();
105 fRec = new Rec(fLocalWindows, kNumLocalWindows);
108 fRec = new Rec(fRec->fData, fCount);