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

  /external/chromium_org/third_party/skia/include/core/
SkPoint.h 14 /** \struct SkIPoint
16 SkIPoint holds two 32 bit integer coordinates
18 struct SkIPoint {
21 static SkIPoint Make(int32_t x, int32_t y) {
22 SkIPoint pt;
48 void rotateCW(SkIPoint* dst) const;
58 void rotateCCW(SkIPoint* dst) const;
72 SkIPoint operator-() const {
73 SkIPoint neg;
80 void operator+=(const SkIPoint& v)
    [all...]
  /external/skia/include/core/
SkPoint.h 14 /** \struct SkIPoint
16 SkIPoint holds two 32 bit integer coordinates
18 struct SkIPoint {
21 static SkIPoint Make(int32_t x, int32_t y) {
22 SkIPoint pt;
48 void rotateCW(SkIPoint* dst) const;
58 void rotateCCW(SkIPoint* dst) const;
72 SkIPoint operator-() const {
73 SkIPoint neg;
80 void operator+=(const SkIPoint& v)
    [all...]

Completed in 385 milliseconds