Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.cpp483 int capFillIndex = startCapFillIndex; in storeCapAA() local
485 copyAlphaVertex(&buffer[capFillIndex++], &buffer[1 + i]); in storeCapAA()
487 copyAlphaVertex(&buffer[capFillIndex++], &buffer[startCapFillIndex - 3 - i]); in storeCapAA()
490 int capFillIndex = 6 * vertices.size() + 2 + 6 * extra - (extra + 2); in storeCapAA() local
492 copyAlphaVertex(&buffer[capFillIndex++], &buffer[capIndex + 1 + i]); in storeCapAA()
494 copyAlphaVertex(&buffer[capFillIndex++], &buffer[capIndex + 3 + 2 * extra - i]); in storeCapAA()