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

  /external/skia/src/core/
SkThreadedBMPDevice.cpp 23 : fTileCnt(tiles), fIsFinishing(false), fDrawCnt(0), fWork(std::move(work)) {}
33 const int fTileCnt;
100 if (failCnt >= fTileCnt) {
103 tileIndex = (tileIndex + 1) % fTileCnt;
137 SkASSERT(tileIndex >= 0 && tileIndex < fTileCnt);
143 if (leftChild < fTileCnt) {
146 if (rightChild < fTileCnt) {
171 SkASSERT(fTileCnt > 0);
192 fScheduler.reset(new Scheduler(fTileCnt, work));
213 , fTileCnt(tiles
    [all...]
SkThreadedBMPDevice.h 42 // When threads = 0, we make fThreadCnt = fTileCnt
82 const int fTileCnt;

Completed in 197 milliseconds