Home
last modified time | relevance | path

Searched refs:tileRects (Results 1 – 2 of 2) sorted by relevance

/external/skia/bench/
DSKPAnimationBench.cpp34 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()
DSKPBench.h47 const SkTDArray<SkIRect>& tileRects() const { return fTileRects; } in tileRects() function