Home | History | Annotate | Download | only in core

Lines Matching full:coordinates

25     SkIPoint holds two 32 bit integer coordinates
74 /** Negate the X and Y coordinates of the point.
78 /** Return a new point whose X and Y coordinates are the negative of the
88 /** Add v's coordinates to this point's */
94 /** Subtract v's coordinates from this point's */
100 /** Returns true if the point's coordinates equal (x,y) */
113 /** Returns a new point whose coordinates are the difference between
122 /** Returns a new point whose coordinates are the sum of a and b (a + b)
155 /** Set the point's X and Y coordinates */
158 /** Set the point's X and Y coordinates by automatically promoting (x,y) to
166 /** Set the point's X and Y coordinates by automatically promoting p's
167 coordinates to SkScalar values.
234 /** Scale the point's coordinates by scale, writing the answer into dst.
239 /** Scale the point's coordinates by scale, writing the answer back into
264 /** Negate the point's coordinates
271 /** Returns a new point whose coordinates are the negative of the point's
280 /** Add v's coordinates to the point's
287 /** Subtract v's coordinates from the point's
294 /** Returns true if the point's coordinates equal (x,y)
306 /** Returns a new point whose coordinates are the difference between
315 /** Returns a new point whose coordinates are the sum of a's and b's (a + b)