Home | History | Annotate | Download | only in layers

Lines Matching defs:rects

172     // Add 1x1 rects at the centers of each tile, then re-record pile contents
177 std::vector<SkRect> rects;
183 rects.push_back(SkRect::MakeXYWH(rect.x(), rect.y(), 1, 1));
193 std::vector<SkRect>::const_iterator rect_iter = rects.begin();