Home
last modified time | relevance | path

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

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