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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp589 int currentStrokeIndex = currentAAInnerIndex + 7 + (3 * extra - 2 * extraOffset); local
621 AlphaVertex::set(&buffer[currentStrokeIndex++],
625 AlphaVertex::set(&buffer[currentStrokeIndex++],
656 int currentStrokeIndex = offset; local
685 AlphaVertex::set(&buffer[currentStrokeIndex++],
689 AlphaVertex::set(&buffer[currentStrokeIndex++],
712 buffer[currentStrokeIndex++] = buffer[offset];
713 buffer[currentStrokeIndex++] = buffer[offset + 1];
714 buffer[currentStrokeIndex++] = buffer[offset + 1];

Completed in 329 milliseconds