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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp219 Vector2 nextNormal = {next->y - current->y, current->x - next->x}; local
220 nextNormal.normalize();
222 Vector2 totalOffset = totalOffsetFromNormals(lastNormal, nextNormal);
234 lastNormal = nextNormal;
317 Vector2 nextNormal = {next->y - current->y, current->x - next->x}; local
318 nextNormal.normalize();
320 Vector2 strokeOffset = totalOffsetFromNormals(lastNormal, nextNormal);
328 lastNormal = nextNormal;
360 Vector2 nextNormal = {next->y - current->y, current->x - next->x}; local
361 nextNormal
601 Vector2 nextNormal = {next->y - current->y, current->x - next->x}; local
665 Vector2 nextNormal = {next->y - current->y, current->x - next->x}; local
[all...]

Completed in 750 milliseconds