Home
last modified time | relevance | path

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

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