Home | History | Annotate | Download | only in hwui

Lines Matching full:rotated

251         Vector2 rotated = {-strokeOffset.y, strokeOffset.x};
252 referencePoint += rotated * (begin ? -1 : 1);
435 // stroke offset vector (rotated to be parallel to the stroke)
436 Vector2 rotated = {-strokeOffset.y, strokeOffset.x};
437 referencePoint += rotated;