Lines Matching refs:srcY
782 /** Copies SkRect of pixels from SkImage to dstPixels. Copy starts at offset (srcX, srcY),
799 srcX and srcY may be negative to copy only top or left of source. Returns
801 Returns false if abs(srcX) >= Image width(), or if abs(srcY) >= Image height().
811 @param srcY row index whose absolute value is less than height()
819 int srcX, int srcY,
822 /** Copies a SkRect of pixels from SkImage to dst. Copy starts at (srcX, srcY), and
839 srcX and srcY may be negative to copy only top or left of source. Returns
841 Returns false if abs(srcX) >= Image width(), or if abs(srcY) >= Image height().
849 @param srcY row index whose absolute value is less than height()
856 int srcY,
862 int srcX, int srcY, CachingHint cachingHint = kAllow_CachingHint) const;
863 bool readPixels(const SkPixmap& dst, int srcX, int srcY,