Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.cpp466 int capPerimIndex = capIndex + 2; in storeCapAA() local
478 AlphaVertex::set(&buffer[capPerimIndex++], in storeCapAA()
482 AlphaVertex::set(&buffer[capPerimIndex++], in storeCapAA()
489 buffer[0] = buffer[capPerimIndex - 2]; in storeCapAA()
490 buffer[1] = buffer[capPerimIndex - 1]; in storeCapAA()
492 capPerimIndex = 2; // start writing the rest of the round cap at index 2 in storeCapAA()