Lines Matching refs:srcX
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().
810 @param srcX column index whose absolute value is less than width()
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().
848 @param srcX column index whose absolute value is less than width()
855 int srcX,
862 int srcX, int srcY, CachingHint cachingHint = kAllow_CachingHint) const;
863 bool readPixels(const SkPixmap& dst, int srcX, int srcY,