Searched refs:curHeight (Results 1 – 3 of 3) sorted by relevance
42 int curHeight; in onDraw() local58 curHeight = (int) (bm.height() * curScale + 2); in onDraw()59 curY += curHeight; in onDraw()61 } while (curHeight >= 2 && curY < 4*bm.height()); in onDraw()
70 int curHeight = height; in genTestRects() local75 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()