Home
last modified time | relevance | path

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

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