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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicUtilities.cpp 131 double neg2RootQ = -2 * sqrt(Q);
133 r = neg2RootQ * cos(theta / 3) - adiv3;
137 r = neg2RootQ * cos((theta + 2 * PI) / 3) - adiv3;
141 r = neg2RootQ * cos((theta - 2 * PI) / 3) - adiv3;
241 double neg2RootQ = -2 * sqrt(Q);
243 r = neg2RootQ * cos(theta / 3) - adiv3;
246 r = neg2RootQ * cos((theta + 2 * PI) / 3) - adiv3;
250 r = neg2RootQ * cos((theta - 2 * PI) / 3) - adiv3;
  /external/skia/experimental/Intersection/
CubicUtilities.cpp 131 double neg2RootQ = -2 * sqrt(Q);
133 r = neg2RootQ * cos(theta / 3) - adiv3;
137 r = neg2RootQ * cos((theta + 2 * PI) / 3) - adiv3;
141 r = neg2RootQ * cos((theta - 2 * PI) / 3) - adiv3;
241 double neg2RootQ = -2 * sqrt(Q);
243 r = neg2RootQ * cos(theta / 3) - adiv3;
246 r = neg2RootQ * cos((theta + 2 * PI) / 3) - adiv3;
250 r = neg2RootQ * cos((theta - 2 * PI) / 3) - adiv3;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.cpp 258 double neg2RootQ = -2 * sqrt(Q);
260 r = neg2RootQ * cos(theta / 3) - adiv3;
263 r = neg2RootQ * cos((theta + 2 * PI) / 3) - adiv3;
267 r = neg2RootQ * cos((theta - 2 * PI) / 3) - adiv3;
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 258 double neg2RootQ = -2 * sqrt(Q);
260 r = neg2RootQ * cos(theta / 3) - adiv3;
263 r = neg2RootQ * cos((theta + 2 * PI) / 3) - adiv3;
267 r = neg2RootQ * cos((theta - 2 * PI) / 3) - adiv3;

Completed in 2778 milliseconds