Lines Matching full:negative
55 may be negative.
66 Does not validate input; size.width() or size.height() may be negative.
90 Does not validate input; w or h may be negative.
149 result fits in 32-bit signed integer; result may be negative.
156 result fits in 32-bit signed integer; result may be negative.
163 or if result fits in 32-bit signed integer; result may be negative.
170 result may be negative. This is safer than calling width() since width() might
178 result may be negative. This is safer than calling height() since height() might
186 to or greater than fBottom. Call sort() to reverse rectangles with negative
189 @return true if width64() or height64() are zero or negative
193 /** Returns true if width() or height() are zero or negative.
195 @return true if width() or height() are zero or negative
267 Does not validate input; width or height may be negative.
283 If dx is negative, SkIRect returned is moved to the left.
285 If dy is negative, SkIRect returned is moved upward.
301 If dx is negative, SkIRect returned is wider.
303 If dy is negative, SkIRect returned is taller.
319 If dx is negative, SkIRect returned is narrower.
321 If dy is negative, SkIRect returned is shorter.
337 If dx is negative, moves SkIRect returned to the left.
339 If dy is negative, moves SkIRect returned upward.
355 If delta.fX is negative, moves SkIRect returned to the left.
357 If delta.fY is negative, moves SkIRect returned upward.
382 If dx is negative, makes SkIRect wider.
384 If dy is negative, makes SkIRect taller.
399 If dx is negative, makes SkIRect narrower.
401 If dy is negative, makes SkIRect shorter.
410 If dL is positive, narrows SkIRect on the left. If negative, widens it on the left.
411 If dT is positive, shrinks SkIRect on the top. If negative, lengthens it on the top.
412 If dR is positive, narrows SkIRect on the right. If negative, widens it on the right.
413 If dB is positive, shrinks SkIRect on the bottom. If negative, lengthens it on the bottom.
701 validate input; w or h may be negative.
715 input; w or h may be negative.
731 validate input; size.width() or size.height() may be negative.
755 Does not validate input; w or h may be negative.
769 Does not validate input; size.width() or size.height() may be negative.
795 to or greater than fBottom. Call sort() to reverse rectangles with negative
798 @return true if width() or height() are zero or negative
807 to or less than fBottom. Call sort() to reverse rectangles with negative
877 result fits in 32-bit float; result may be negative or infinity.
884 result fits in 32-bit float; result may be negative or infinity.
1014 width and height may be zero or negative. width and height are promoted from
1090 Does not validate input; width or height may be negative.
1105 width or height may be negative.
1119 If dx is negative, SkRect returned is moved to the left.
1121 If dy is negative, SkRect returned is moved upward.
1134 If dx is negative, SkRect returned is wider.
1136 If dy is negative, SkRect returned is taller.
1149 If dx is negative, SkRect returned is narrower.
1151 If dy is negative, SkRect returned is shorter.
1164 If dx is negative, moves SkRect to the left.
1166 If dy is negative, moves SkRect upward.
1182 If delta.fX is negative, moves SkRect to the left.
1184 If delta.fY is negative, moves SkRect upward.
1209 If dx is negative, makes SkRect wider.
1211 If dy is negative, makes SkRect taller.
1226 If dx is negative, makes SkRect narrower.
1228 If dy is negative, makes SkRect shorter.