Searched refs:copyAlphaVertex (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PathTessellator.cpp | 73 inline static void copyAlphaVertex(AlphaVertex* destPtr, const AlphaVertex* srcPtr) { in copyAlphaVertex() function 368 copyAlphaVertex(&buffer[currentIndex++], &buffer[0]); in getFillVerticesFromPerimeterAA() 369 copyAlphaVertex(&buffer[currentIndex++], &buffer[1]); in getFillVerticesFromPerimeterAA() 377 copyAlphaVertex(&buffer[currentIndex++], &buffer[srcAindex * 2 + 1]); in getFillVerticesFromPerimeterAA() 379 copyAlphaVertex(&buffer[currentIndex++], &buffer[srcBindex * 2 + 1]); in getFillVerticesFromPerimeterAA() 474 copyAlphaVertex(&buffer[0], &buffer[capPerimIndex - 2]); in storeCapAA() 475 copyAlphaVertex(&buffer[1], &buffer[capPerimIndex - 1]); in storeCapAA() 485 copyAlphaVertex(&buffer[capFillIndex++], &buffer[1 + i]); in storeCapAA() 487 copyAlphaVertex(&buffer[capFillIndex++], &buffer[startCapFillIndex - 3 - i]); in storeCapAA() 492 copyAlphaVertex(&buffer[capFillIndex++], &buffer[capIndex + 1 + i]); in storeCapAA() [all …]
|