Searched refs:tileRects (Results 1 – 2 of 2) sorted by relevance
47 for (int j = 0; j < this->tileRects().count(); ++j) { in drawPicture()48 SkMatrix trans = SkMatrix::MakeTrans(-1.f * this->tileRects()[j].fLeft, in drawPicture()49 -1.f * this->tileRects()[j].fTop); in drawPicture()55 for (int j = 0; j < this->tileRects().count(); ++j) { in drawPicture()
38 const SkTDArray<SkIRect>& tileRects() const { return fTileRects; } in tileRects() function