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

  /external/webkit/WebCore/platform/graphics/skia/
IntPointSkia.cpp 38 IntPoint::IntPoint(const SkIPoint& p)
44 IntPoint::operator SkIPoint() const
46 SkIPoint p = { m_x, m_y };
  /external/skia/include/core/
SkPoint.h 23 /** \struct SkIPoint
25 SkIPoint holds two 32 bit integer coordinates
27 struct SkIPoint {
30 static SkIPoint Make(int32_t x, int32_t y) {
31 SkIPoint pt;
42 void rotateCW(SkIPoint* dst) const;
52 void rotateCCW(SkIPoint* dst) const;
66 SkIPoint operator-() const {
67 SkIPoint neg;
74 void operator+=(const SkIPoint& v)
    [all...]

Completed in 137 milliseconds