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