Searched refs:firstTileY (Results 1 – 2 of 2) sorted by relevance
240 int firstTileY = tileBounds.fTop; in prepare() local261 firstTileY -= expandY; in prepare()270 firstTileY = std::max(0, firstTileY); in prepare()275 m_expandedTileBounds.fTop = firstTileY; in prepare()288 prepareRow(goingLeft, nbTilesWidth, firstTileX, firstTileY + i, tileBounds); in prepare()
361 int firstTileY = rect.fTop / mBucketSizeY; in gatherBucketsForArea() local366 for (int j = firstTileY; j <= lastTileY; j++) { in gatherBucketsForArea()394 int firstTileY = rect.fTop / mBucketSizeY; in splitAdd() local399 firstTileX, firstTileY, in splitAdd()403 for (int j = firstTileY; j <= lastTileY; j++) { in splitAdd()412 int top = (j == firstTileY) ? rect.fTop - deltaY : 0; in splitAdd()