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 16 SkIPoint holds two 16 bit integer coordinates
36 /** \struct SkIPoint
38 SkIPoint holds two 32 bit integer coordinates
40 struct SkIPoint {
43 static SkIPoint Make(int32_t x, int32_t y) {
44 SkIPoint pt;
70 void rotateCW(SkIPoint* dst) const;
80 void rotateCCW(SkIPoint* dst) const;
94 SkIPoint operator-() const {
95 SkIPoint neg
    [all...]
  /external/skia/include/core/
SkPoint.h 16 SkIPoint holds two 16 bit integer coordinates
36 /** \struct SkIPoint
38 SkIPoint holds two 32 bit integer coordinates
40 struct SkIPoint {
43 static SkIPoint Make(int32_t x, int32_t y) {
44 SkIPoint pt;
70 void rotateCW(SkIPoint* dst) const;
80 void rotateCCW(SkIPoint* dst) const;
94 SkIPoint operator-() const {
95 SkIPoint neg
    [all...]

Completed in 395 milliseconds