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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp481 const int startCapFillIndex = capIndex + 2 * (extra - extraOffset) + 4; local
482 int capFillIndex = startCapFillIndex;
486 buffer[capFillIndex++] = buffer[startCapFillIndex - 3 - i];

Completed in 40 milliseconds