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

  /external/skia/src/core/
SkPointPriv.h 72 static void RotateCCW(const SkPoint& src, SkPoint* dst) {
79 static void RotateCCW(SkPoint* pt) {
80 RotateCCW(*pt, pt);
  /external/skqp/src/core/
SkPointPriv.h 76 static void RotateCCW(const SkPoint& src, SkPoint* dst) {
83 static void RotateCCW(SkPoint* pt) {
84 RotateCCW(*pt, pt);

Completed in 93 milliseconds