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

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

Completed in 27 milliseconds