Home | History | Annotate | Download | only in ops

Lines Matching defs:fRects

137         fRects.emplace_back(RectInfo{color, devOutside, devOutside, devInside, false});
158 RectInfo& info = fRects.push_back();
181 for (const auto& info : fRects) {
203 &fRects.back().fColor);
247 SkSTArray<1, RectInfo, true> fRects;
274 int instanceCount = fRects.count();
287 const RectInfo& info = fRects[i];
416 fRects.push_back_n(that->fRects.count(), that->fRects.begin());