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