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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp411 const int capIndex = isFirst local
441 AlphaVertex::set(&buffer[capIndex + 0],
445 AlphaVertex::set(&buffer[capIndex + 1],
452 const int postCapIndex = (isRound && isFirst) ? (2 * extraOffset - 2) : capIndex + (2 * extra);
466 int capPerimIndex = capIndex + 2;
497 const int startCapFillIndex = capIndex + 2 * (extra - extraOffset) + 4;
507 buffer[capFillIndex++] = buffer[capIndex + 1 + i];
509 buffer[capFillIndex++] = buffer[capIndex + 3 + 2 * extra - i];

Completed in 56 milliseconds