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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp73 inline static void copyAlphaVertex(AlphaVertex* destPtr, const AlphaVertex* srcPtr) { function in namespace:android::uirenderer
368 copyAlphaVertex(&buffer[currentIndex++], &buffer[0]);
369 copyAlphaVertex(&buffer[currentIndex++], &buffer[1]);
377 copyAlphaVertex(&buffer[currentIndex++], &buffer[srcAindex * 2 + 1]);
379 copyAlphaVertex(&buffer[currentIndex++], &buffer[srcBindex * 2 + 1]);
474 copyAlphaVertex(&buffer[0], &buffer[capPerimIndex - 2]);
475 copyAlphaVertex(&buffer[1], &buffer[capPerimIndex - 1]);
485 copyAlphaVertex(&buffer[capFillIndex++], &buffer[1 + i]);
487 copyAlphaVertex(&buffer[capFillIndex++], &buffer[startCapFillIndex - 3 - i]);
492 copyAlphaVertex(
[all...]

Completed in 41 milliseconds