Lines Matching refs:srcY
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.
689 @param srcY offset into readable pixels on y-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.
722 @param srcY offset into readable pixels on y-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.
753 @param srcY offset into readable pixels on y-axis; may be negative
758 bool readPixels(const SkBitmap& dst, int srcX, int srcY);