Lines Matching refs:value
28 int32_t fX; //!< x-axis value
29 int32_t fY; //!< y-axis value
33 @param x integer x-axis value of constructed SkIPoint
34 @param y integer y-axis value of constructed SkIPoint
41 /** Returns x-axis value of SkIPoint.
47 /** Returns y-axis value of SkIPoint.
61 @param x new value for fX
62 @param y new value for fY
97 @param x value compared with fX
98 @param y value compared with fY
163 SkScalar fX; //!< x-axis value
164 SkScalar fY; //!< y-axis value
175 @param x SkScalar x-axis value of constructed SkPoint or vector
176 @param y SkScalar y-axis value of constructed SkPoint or vector
183 /** Returns x-axis value of SkPoint or vector.
189 /** Returns y-axis value of SkPoint or vector.
203 @param x new value for fX
204 @param y new value for fY
213 Assigning a large integer value directly to fX or fY may cause a compiler
217 @param x new value for fX
218 @param y new value for fY
227 Assigning an SkIPoint containing a large integer value directly to fX or fY may
238 /** Sets fX to absolute value of pt.fX; and fY to absolute value of pt.fY.
314 @param x proportional value for fX
315 @param y proportional value for fY
337 @param x proportional value for fX
338 @param y proportional value for fY
357 @param value factor to multiply SkPoint by
359 void scale(SkScalar value) { this->scale(value, this); }
426 // value==value will be true iff value is not NaN
433 @param x value compared with fX
434 @param y value compared with fY
539 a and b form three-dimensional vectors with z-axis value equal to zero. The
553 Vector and vec form three-dimensional vectors with z-axis value equal to zero.