HomeSort by relevance Sort by last modified time
    Searched refs:tileRects (Results 1 - 4 of 4) sorted by null

  /external/skia/bench/
SKPAnimationBench.cpp 34 for (int j = 0; j < this->tileRects().count(); ++j) {
35 SkMatrix trans = SkMatrix::MakeTrans(-1.f * this->tileRects()[j].fLeft,
36 -1.f * this->tileRects()[j].fTop);
41 for (int j = 0; j < this->tileRects().count(); ++j) {
SKPBench.h 47 const SkTDArray<SkIRect>& tileRects() const { return fTileRects; }
  /external/skqp/bench/
SKPAnimationBench.cpp 34 for (int j = 0; j < this->tileRects().count(); ++j) {
35 SkMatrix trans = SkMatrix::MakeTrans(-1.f * this->tileRects()[j].fLeft,
36 -1.f * this->tileRects()[j].fTop);
41 for (int j = 0; j < this->tileRects().count(); ++j) {
SKPBench.h 47 const SkTDArray<SkIRect>& tileRects() const { return fTileRects; }

Completed in 541 milliseconds