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

/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.cpp287 int currentAAInnerIndex = 2 * offset + 5; // reversed local
288 int currentStrokeIndex = currentAAInnerIndex + 7;
370 AlphaVertex::set(&buffer[currentAAInnerIndex--],
374 AlphaVertex::set(&buffer[currentAAInnerIndex--],
446 int currentAAInnerIndex = offset * 2; local
489 AlphaVertex::set(&buffer[currentAAInnerIndex++],
493 AlphaVertex::set(&buffer[currentAAInnerIndex++],
512 copyAlphaVertex(&buffer[currentAAInnerIndex++], &buffer[2 * offset]);
513 copyAlphaVertex(&buffer[currentAAInnerIndex++], &buffer[2 * offset + 1]);
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.cpp287 int currentAAInnerIndex = 2 * offset + 5; // reversed local
288 int currentStrokeIndex = currentAAInnerIndex + 7;
370 AlphaVertex::set(&buffer[currentAAInnerIndex--],
374 AlphaVertex::set(&buffer[currentAAInnerIndex--],
446 int currentAAInnerIndex = offset * 2; local
489 AlphaVertex::set(&buffer[currentAAInnerIndex++],
493 AlphaVertex::set(&buffer[currentAAInnerIndex++],
512 copyAlphaVertex(&buffer[currentAAInnerIndex++], &buffer[2 * offset]);
513 copyAlphaVertex(&buffer[currentAAInnerIndex++], &buffer[2 * offset + 1]);

Completed in 377 milliseconds