Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.cpp423 Vector2 capAAOffset = {0, 0}; in storeCapAA() local
427 capAAOffset = (Vector2){-AAOffset.y, AAOffset.x}; in storeCapAA()
441 referencePoint.x + outerOffset.x + capAAOffset.x, in storeCapAA()
442 referencePoint.y + outerOffset.y + capAAOffset.y, in storeCapAA()
445 referencePoint.x + innerOffset.x - capAAOffset.x, in storeCapAA()
446 referencePoint.y + innerOffset.y - capAAOffset.y, in storeCapAA()
453 referencePoint.x - outerOffset.x + capAAOffset.x, in storeCapAA()
454 referencePoint.y - outerOffset.y + capAAOffset.y, in storeCapAA()
457 referencePoint.x - innerOffset.x - capAAOffset.x, in storeCapAA()
458 referencePoint.y - innerOffset.y - capAAOffset.y, in storeCapAA()