Lines Matching refs:srcY
896 #Method bool readPixels(const SkPixmap& dst, int srcX, int srcY)
901 Source Rect corners are (srcX, srcY) and Surface (width(), height()).
914 Pass negative values for srcX or srcY to offset pixels across or down destination.
926 #Param srcY offset into readable pixels on y-axis; may be negative ##
956 int srcX, int srcY)
960 Source Rect corners are (srcX, srcY) and Surface (width(), height()).
973 Pass negative values for srcX or srcY to offset pixels across or down destination.
987 #Param srcY offset into readable pixels on y-axis; may be negative ##
1021 #Method bool readPixels(const SkBitmap& dst, int srcX, int srcY)
1025 Source Rect corners are (srcX, srcY) and Surface (width(), height()).
1038 Pass negative values for srcX or srcY to offset pixels across or down destination.
1051 #Param srcY offset into readable pixels on y-axis; may be negative ##