Lines Matching refs:srcX
667 Source SkRect corners are (srcX, srcY) and SkSurface (width(), height()).
680 Pass negative values for srcX or srcY to offset pixels across or down destination.
688 @param srcX offset into readable pixels on x-axis; may be negative
694 bool readPixels(const SkPixmap& dst, int srcX, int srcY);
698 Source SkRect corners are (srcX, srcY) and SkSurface (width(), height()).
711 Pass negative values for srcX or srcY to offset pixels across or down destination.
721 @param srcX offset into readable pixels on x-axis; may be negative
726 int srcX, int srcY);
730 Source SkRect corners are (srcX, srcY) and SkSurface (width(), height()).
743 Pass negative values for srcX or srcY to offset pixels across or down destination.
752 @param srcX offset into readable pixels on x-axis; may be negative
758 bool readPixels(const SkBitmap& dst, int srcX, int srcY);