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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.cpp 183 double neg2RootQ = -2 * sqrt(Q);
185 r = neg2RootQ * cos(theta / 3) - adiv3;
188 r = neg2RootQ * cos((theta + 2 * PI) / 3) - adiv3;
192 r = neg2RootQ * cos((theta - 2 * PI) / 3) - adiv3;
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 183 double neg2RootQ = -2 * sqrt(Q);
185 r = neg2RootQ * cos(theta / 3) - adiv3;
188 r = neg2RootQ * cos((theta + 2 * PI) / 3) - adiv3;
192 r = neg2RootQ * cos((theta - 2 * PI) / 3) - adiv3;

Completed in 78 milliseconds