Searched refs:curHeight (Results 1 – 2 of 2) sorted by relevance
82 int curHeight; in onDraw() local98 curHeight = (int) (fBM.height() * curScale + 2); in onDraw()99 curY += curHeight; in onDraw()101 } while (curHeight >= 2 && curY < 4*fBM.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()