Searched refs:mNumFastRects (Results 1 – 2 of 2) sorted by relevance
139 mNumFastRects = 0; in initializeRects()155 mNumFastRects++; in initializeRects()173 int fast_i = (mNumFastRects - 1) * 4; in nextBarSegment()206 renderer.drawRects(mFastRects.get(), mNumFastRects * 4, paint); in drawGraph()
77 int mNumFastRects; variable