Lines Matching refs:srcX
879 #Method bool readPixels(const SkPixmap& dst, int srcX, int srcY)
884 Source Rect corners are (srcX, srcY) and Surface (width(), height()).
897 Pass negative values for srcX or srcY to offset pixels across or down destination.
908 #Param srcX offset into readable pixels on x-axis; may be negative ##
939 int srcX, int srcY)
943 Source Rect corners are (srcX, srcY) and Surface (width(), height()).
956 Pass negative values for srcX or srcY to offset pixels across or down destination.
969 #Param srcX offset into readable pixels on x-axis; may be negative ##
1004 #Method bool readPixels(const SkBitmap& dst, int srcX, int srcY)
1008 Source Rect corners are (srcX, srcY) and Surface (width(), height()).
1021 Pass negative values for srcX or srcY to offset pixels across or down destination.
1033 #Param srcX offset into readable pixels on x-axis; may be negative ##