Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DDashOp.cpp353 int totalRectCount = 0; variable
519 totalRectCount += !lineDone ? 1 : 0;
520 totalRectCount += hasStartRect ? 1 : 0;
521 totalRectCount += hasEndRect ? 1 : 0;
561 if (!totalRectCount) {
565 QuadHelper helper(target, fProgramInfo->geomProc().vertexStride(), totalRectCount);

Completed in 3 milliseconds