Searched refs:dxy1 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp197 SkDVector dxy1, dxy2; local
201 dxy1 = dxy2;
203 double dot = dxy1.dot(dxy2);
H A DSkDCubicIntersection.cpp292 SkDVector dxy1 = cubic1[index] - line[0];
293 dxy1 /= SkDCubic::gPrecisionUnit;
294 line[1] = line[0] + dxy1;
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp197 SkDVector dxy1, dxy2; local
201 dxy1 = dxy2;
203 double dot = dxy1.dot(dxy2);
H A DSkDCubicIntersection.cpp292 SkDVector dxy1 = cubic1[index] - line[0];
293 dxy1 /= SkDCubic::gPrecisionUnit;
294 line[1] = line[0] + dxy1;

Completed in 586 milliseconds