Searched refs:capAAOffset (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PathTessellator.cpp | 424 Vector2 capAAOffset = {0, 0}; in storeCapAA() local 428 capAAOffset = (Vector2){-AAOffset.y, AAOffset.x}; in storeCapAA() 442 referencePoint.x + outerOffset.x + capAAOffset.x, in storeCapAA() 443 referencePoint.y + outerOffset.y + capAAOffset.y, in storeCapAA() 446 referencePoint.x + innerOffset.x - capAAOffset.x, in storeCapAA() 447 referencePoint.y + innerOffset.y - capAAOffset.y, in storeCapAA() 454 referencePoint.x - outerOffset.x + capAAOffset.x, in storeCapAA() 455 referencePoint.y - outerOffset.y + capAAOffset.y, in storeCapAA() 458 referencePoint.x - innerOffset.x - capAAOffset.x, in storeCapAA() 459 referencePoint.y - innerOffset.y - capAAOffset.y, in storeCapAA()
|