Home | History | Annotate | Download | only in graphics

Lines Matching full:lineto

246         pathDelegate.lineTo(x, y);
659 private void lineTo(float x, float y) {
663 mPath.lineTo(mLastX = x, mLastY = y);
667 * Same as lineTo, but the coordinates are considered relative to the last
682 mPath.lineTo(mLastX = dx, mLastY = dy);
763 * automatic lineTo() is added to connect the current contour to the
817 lineTo(right, top);
818 lineTo(right, bottom);
819 lineTo(left, bottom);
822 lineTo(left, bottom);
823 lineTo(right, bottom);
824 lineTo(right, top);