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.h23 /** \struct SkIPoint
25 SkIPoint holds two 32 bit integer coordinates
27 struct SkIPoint { struct
30 static SkIPoint Make(int32_t x, int32_t y) {
31 SkIPoint pt;
57 void rotateCW(SkIPoint* dst) const;
67 void rotateCCW(SkIPoint* dst) const;
81 SkIPoint operator-() const {
82 SkIPoint neg;
89 void operator+=(const SkIPoint
[all...]

Completed in 48 milliseconds