Searched refs:totalRectCount (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrDashingEffect.cpp376 int totalRectCount = 0; variable
522 totalRectCount += !lineDone ? 1 : 0;
523 totalRectCount += hasStartRect ? 1 : 0;
524 totalRectCount += hasEndRect ? 1 : 0;
565 if (!totalRectCount) {
570 void* vertices = helper.init(target, gp->getVertexStride(), totalRectCount);
631 SkASSERT(0 == (curVIdx % 4) && (curVIdx / 4) == totalRectCount);

Completed in 77 milliseconds