Home
last modified time | relevance | path

Searched refs:curHeight (Results 1 – 2 of 2) sorted by relevance

/external/skia/gm/
Ddownsamplebitmap.cpp82 int curHeight; in onDraw() local
98 curHeight = (int) (fBM.height() * curScale + 2); in onDraw()
99 curY += curHeight; in onDraw()
101 } while (curHeight >= 2 && curY < 4*fBM.height()); in onDraw()
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp70 int curHeight = height; in genTestRects() local
75 rects.push_back(IVec4(width-curWidth, height-curHeight, curWidth, curHeight)); in genTestRects()
77 DE_ASSERT(curWidth >= 1 && curHeight >= 1); in genTestRects()
78 if (curWidth == 1 && curHeight == 1) in genTestRects()
80 else if (curHeight > 1 && ((ndx%2) == 0 || curWidth == 1)) in genTestRects()
81 curHeight -= 1; in genTestRects()