Searched refs:mNumFastRects (Results 1 – 2 of 2) sorted by relevance
146 mNumFastRects = 0; in initializeRects()162 mNumFastRects++; in initializeRects()180 int fast_i = (mNumFastRects - 1) * 4; in nextBarSegment()213 renderer.drawRects(mFastRects.get(), mNumFastRects * 4, paint); in drawGraph()
78 int mNumFastRects; variable