Searched refs:totalRectCount (Results 1 – 1 of 1) sorted by relevance
353 int totalRectCount = 0; in onPrepareDraws() local519 totalRectCount += !lineDone ? 1 : 0; in onPrepareDraws()520 totalRectCount += hasStartRect ? 1 : 0; in onPrepareDraws()521 totalRectCount += hasEndRect ? 1 : 0; in onPrepareDraws()561 if (!totalRectCount) { in onPrepareDraws()565 QuadHelper helper(target, fProgramInfo->geomProc().vertexStride(), totalRectCount); in onPrepareDraws()