Home
last modified time | relevance | path

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

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