Searched defs:currentStrokeIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.cpp288 int currentStrokeIndex = currentAAInnerIndex + 7; local
361 AlphaVertex::set(&buffer[currentStrokeIndex++],
365 AlphaVertex::set(&buffer[currentStrokeIndex++],
445 int currentStrokeIndex = offset; local
480 AlphaVertex::set(&buffer[currentStrokeIndex++],
484 AlphaVertex::set(&buffer[currentStrokeIndex++],
508 copyAlphaVertex(&buffer[currentStrokeIndex++], &buffer[offset]);
509 copyAlphaVertex(&buffer[currentStrokeIndex++], &buffer[offset + 1]);
510 copyAlphaVertex(&buffer[currentStrokeIndex++], &buffer[offset + 1]);
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.cpp288 int currentStrokeIndex = currentAAInnerIndex + 7; local
361 AlphaVertex::set(&buffer[currentStrokeIndex++],
365 AlphaVertex::set(&buffer[currentStrokeIndex++],
445 int currentStrokeIndex = offset; local
480 AlphaVertex::set(&buffer[currentStrokeIndex++],
484 AlphaVertex::set(&buffer[currentStrokeIndex++],
508 copyAlphaVertex(&buffer[currentStrokeIndex++], &buffer[offset]);
509 copyAlphaVertex(&buffer[currentStrokeIndex++], &buffer[offset + 1]);
510 copyAlphaVertex(&buffer[currentStrokeIndex++], &buffer[offset + 1]);

Completed in 637 milliseconds