Searched defs:SkIPoint (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DIntPointSkia.cpp38 IntPoint::IntPoint(const SkIPoint& p)
44 IntPoint::operator SkIPoint() const
46 SkIPoint p = { m_x, m_y };
/external/skia/include/core/
H A DSkPoint.h16 /** \struct SkIPoint
18 SkIPoint holds two 32 bit integer coordinates
20 struct SkIPoint { struct
23 static SkIPoint Make(int32_t x, int32_t y) {
24 SkIPoint pt;
50 void rotateCW(SkIPoint* dst) const;
60 void rotateCCW(SkIPoint* dst) const;
74 SkIPoint operator-() const {
75 SkIPoint neg;
82 void operator+=(const SkIPoint
[all...]

Completed in 131 milliseconds