HomeSort by relevance Sort by last modified time
    Searched refs:linePointCount (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/ops/
GrMSAAPathRenderer.cpp 288 int linePointCount = 0;
301 linePointCount += 1;
308 linePointCount += quadPts;
312 linePointCount += 1;
319 linePointCount += count / 3;
324 linePointCount += 1;
334 *outLinePointCount = linePointCount;
  /external/skqp/src/gpu/ops/
GrMSAAPathRenderer.cpp 288 int linePointCount = 0;
301 linePointCount += 1;
308 linePointCount += quadPts;
312 linePointCount += 1;
319 linePointCount += count / 3;
324 linePointCount += 1;
334 *outLinePointCount = linePointCount;

Completed in 109 milliseconds