Home
last modified time | relevance | path

Searched defs:yDiff (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.cpp3357 int yDiff = mState.scissorY - destRect.top; in blitFramebuffer() local
3364 int yDiff = destRect.bottom - (mState.scissorY + mState.scissorHeight); in blitFramebuffer() local
3399 int yDiff = 0 - sourceTrimmedRect.top; in blitFramebuffer() local
3406 int yDiff = sourceTrimmedRect.bottom - readBufferHeight; in blitFramebuffer() local
3427 int yDiff = 0 - destTrimmedRect.top; in blitFramebuffer() local
3434 int yDiff = destTrimmedRect.bottom - drawBufferHeight; in blitFramebuffer() local
/external/icu4c/test/cintltst/
Dccaltst.c1795 int32_t yDiff; member