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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp465 int capPerimIndex = capIndex + 2; local
477 AlphaVertex::set(&buffer[capPerimIndex++],
481 AlphaVertex::set(&buffer[capPerimIndex++],
488 buffer[0] = buffer[capPerimIndex - 2];
489 buffer[1] = buffer[capPerimIndex - 1];
491 capPerimIndex = 2; // start writing the rest of the round cap at index 2

Completed in 1256 milliseconds