Searched refs:expectedBot (Results 1 – 1 of 1) sorted by relevance
871 int32_t expectedBot = (row + 1) * mTileHeight; in onExtractRect() local872 if (expectedBot > mHeight) { in onExtractRect()873 expectedBot = mHeight; in onExtractRect()876 || rect->right != mWidth || rect->bottom != expectedBot) { in onExtractRect()