Home | History | Annotate | Download | only in hwui

Lines Matching refs:totalOffset

222         Vector2 totalOffset = totalOffsetFromNormals(lastNormal, nextNormal);
223 paintInfo.scaleOffsetForStrokeWidth(totalOffset);
226 current->x + totalOffset.x,
227 current->y + totalOffset.y);
230 current->x - totalOffset.x,
231 current->y - totalOffset.y);
365 Vector2 totalOffset = paintInfo.deriveAAOffset(totalOffsetFromNormals(lastNormal, nextNormal));
368 current->x + totalOffset.x,
369 current->y + totalOffset.y,
372 current->x - totalOffset.x,
373 current->y - totalOffset.y,
604 Vector2 totalOffset = totalOffsetFromNormals(lastNormal, nextNormal);
605 Vector2 AAOffset = paintInfo.deriveAAOffset(totalOffset);
607 Vector2 innerOffset = totalOffset;
668 Vector2 totalOffset = totalOffsetFromNormals(lastNormal, nextNormal);
669 Vector2 AAOffset = paintInfo.deriveAAOffset(totalOffset);
671 Vector2 innerOffset = totalOffset;