HomeSort by relevance Sort by last modified time
    Searched defs:SkPoint (Results 1 - 6 of 6) sorted by null

  /external/skia/src/xps/
SkXPSDevice.h 26 #include "SkPoint.h"
79 const SkPoint[], const SkPaint& paint) override;
104 const SkPoint& offset, const SkPaint& paint) override;
209 const SkPoint (&points)[4],
SkXPSDevice.cpp 41 #include "SkPoint.h"
451 static XPS_POINT xps_point(const SkPoint& point) {
459 static XPS_POINT xps_point(const SkPoint& point, const SkMatrix& matrix) {
460 SkPoint skTransformedPoint;
480 const SkPoint& start, const SkPoint& end,
482 SkPoint startTransformed;
484 SkPoint endTransformed;
498 SkPoint stop;
502 SkPoint stopTransformed
    [all...]
  /external/skqp/src/xps/
SkXPSDevice.h 26 #include "SkPoint.h"
79 const SkPoint[], const SkPaint& paint) override;
104 const SkPoint& offset, const SkPaint& paint) override;
209 const SkPoint (&points)[4],
SkXPSDevice.cpp 41 #include "SkPoint.h"
451 static XPS_POINT xps_point(const SkPoint& point) {
459 static XPS_POINT xps_point(const SkPoint& point, const SkMatrix& matrix) {
460 SkPoint skTransformedPoint;
480 const SkPoint& start, const SkPoint& end,
482 SkPoint startTransformed;
484 SkPoint endTransformed;
498 SkPoint stop;
502 SkPoint stopTransformed
    [all...]
  /external/skia/include/core/
SkPoint.h 188 struct SkPoint;
189 typedef SkPoint SkVector;
191 /** \struct SkPoint
192 SkPoint holds two 32 bit floating point coordinates.
194 struct SK_API SkPoint {
196 /** x-axis value used by both SkPoint and vector. May contain any value, including
201 /** y-axis value used by both SkPoint and vector. May contain any value, including
206 /** Sets fX to x, fY to y. Used both to set SkPoint and vector.
208 @param x SkScalar x-axis value of constructed SkPoint or vector
209 @param y SkScalar y-axis value of constructed SkPoint or vecto
    [all...]
  /external/skqp/include/core/
SkPoint.h 187 struct SkPoint;
188 typedef SkPoint SkVector;
190 /** \struct SkPoint
192 struct SK_API SkPoint {
194 /** x-axis value used by both SkPoint and vector. May contain any value, including
199 /** y-axis value used by both SkPoint and vector. May contain any value, including
204 /** Sets fX to x, fY to y. Used both to set SkPoint and vector.
206 @param x SkScalar x-axis value of constructed SkPoint or vector
207 @param y SkScalar y-axis value of constructed SkPoint or vector
208 @return SkPoint (x, y
    [all...]

Completed in 209 milliseconds