Home
last modified time | relevance | path

Searched refs: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
3359 sourceScissoredRect.top += yDiff; in blitFramebuffer()
3364 int yDiff = destRect.bottom - (mState.scissorY + mState.scissorHeight); in blitFramebuffer() local
3366 sourceScissoredRect.bottom -= yDiff; in blitFramebuffer()
3399 int yDiff = 0 - sourceTrimmedRect.top; in blitFramebuffer() local
3401 destTrimmedRect.top += yDiff; in blitFramebuffer()
3406 int yDiff = sourceTrimmedRect.bottom - readBufferHeight; in blitFramebuffer() local
3408 destTrimmedRect.bottom -= yDiff; in blitFramebuffer()
3427 int yDiff = 0 - destTrimmedRect.top; in blitFramebuffer() local
3429 sourceTrimmedRect.top += yDiff; in blitFramebuffer()
[all …]
/external/icu4c/test/cintltst/
Dccaltst.c1795 int32_t yDiff; member
1860 } else if ( yDf != tfdItemPtr->yDiff || in TestFieldDifference()
1868 …tfdItemPtr->yDiff, tfdItemPtr->MDiff, tfdItemPtr->dDiff, tfdItemPtr->HDiff, tfdItemPtr->mDiff, tfd… in TestFieldDifference()
1885 } else if ( yDf != tfdItemPtr->yDiff || in TestFieldDifference()
1892 … tfdItemPtr->yDiff, tfdItemPtr->MDiff, tfdItemPtr->dDiff, tfdItemPtr->HDiff, tfdItemPtr->mDiff, in TestFieldDifference()