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

  /external/webkit/Source/WebCore/platform/graphics/android/
TiledPage.cpp 241 int firstTileY = tileBounds.fTop;
258 firstTileY -= expandY;
275 if (firstTileY < 0) {
276 nbTilesHeight += firstTileY;
277 firstTileY = 0;
280 nbTilesHeight = std::min(nbTilesHeight, maxY - firstTileY);
291 prepareRow(goingLeft, nbTilesWidth, firstTileX, firstTileY + i, tileBounds);
  /external/webkit/Source/WebKit/android/jni/
PictureSet.cpp 361 int firstTileY = rect.fTop / mBucketSizeY;
366 for (int j = firstTileY; j <= lastTileY; j++) {
394 int firstTileY = rect.fTop / mBucketSizeY;
399 firstTileX, firstTileY,
403 for (int j = firstTileY; j <= lastTileY; j++) {
412 int top = (j == firstTileY) ? rect.fTop - deltaY : 0;
    [all...]

Completed in 1293 milliseconds