Searched defs:yDiff (Results 1 – 2 of 2) sorted by relevance
3357 int yDiff = mState.scissorY - destRect.top; in blitFramebuffer() local3364 int yDiff = destRect.bottom - (mState.scissorY + mState.scissorHeight); in blitFramebuffer() local3399 int yDiff = 0 - sourceTrimmedRect.top; in blitFramebuffer() local3406 int yDiff = sourceTrimmedRect.bottom - readBufferHeight; in blitFramebuffer() local3427 int yDiff = 0 - destTrimmedRect.top; in blitFramebuffer() local3434 int yDiff = destTrimmedRect.bottom - drawBufferHeight; in blitFramebuffer() local
1795 int32_t yDiff; member