Home | History | Annotate | Download | only in core

Lines Matching refs:dstX

664         Destination SkRect corners are (dstX, dstY) and (dstX + Surface width(), dstY + Surface height()).
669 @param dstX x position relative to SkSurface to begin copy; may be negative
672 void writePixels(const SkPixmap& src, int dstX, int dstY);
677 Destination SkRect corners are (dstX, dstY) and (dstX + Surface width(), dstY + Surface height()).
682 @param dstX x position relative to SkSurface to begin copy; may be negative
685 void writePixels(const SkBitmap& src, int dstX, int dstY);