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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp451 int capPerimIndex = capIndex + 2; local
463 AlphaVertex::set(&buffer[capPerimIndex++],
467 AlphaVertex::set(&buffer[capPerimIndex++],
474 copyAlphaVertex(&buffer[0], &buffer[capPerimIndex - 2]);
475 copyAlphaVertex(&buffer[1], &buffer[capPerimIndex - 1]);
477 capPerimIndex = 2; // start writing the rest of the round cap at index 2

Completed in 38 milliseconds