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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp410 const int capIndex = isFirst local
440 AlphaVertex::set(&buffer[capIndex + 0],
444 AlphaVertex::set(&buffer[capIndex + 1],
451 const int postCapIndex = (isRound && isFirst) ? (2 * extraOffset - 2) : capIndex + (2 * extra);
465 int capPerimIndex = capIndex + 2;
496 const int startCapFillIndex = capIndex + 2 * (extra - extraOffset) + 4;
506 buffer[capFillIndex++] = buffer[capIndex + 1 + i];
508 buffer[capFillIndex++] = buffer[capIndex + 3 + 2 * extra - i];

Completed in 48 milliseconds