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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp406 const int capIndex = local
435 AlphaVertex::set(&buffer[capIndex + 0], referencePoint.x + outerOffset.x + capAAOffset.x,
437 AlphaVertex::set(&buffer[capIndex + 1], referencePoint.x + innerOffset.x - capAAOffset.x,
442 const int postCapIndex = (isRound && isFirst) ? (2 * extraOffset - 2) : capIndex + (2 * extra);
452 int capPerimIndex = capIndex + 2;
481 const int startCapFillIndex = capIndex + 2 * (extra - extraOffset) + 4;
491 buffer[capFillIndex++] = buffer[capIndex + 1 + i];
493 buffer[capFillIndex++] = buffer[capIndex + 3 + 2 * extra - i];

Completed in 26 milliseconds