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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicIntersection.cpp333 _Vector dxy1 = cubic1[index] - line[0];
334 dxy1 /= gPrecisionUnit;
335 line[1] = line[0] + dxy1;
H A DQuadraticImplicit.cpp205 _Vector dxy1, dxy2; local
209 dxy1 = dxy2;
211 double dot = dxy1.dot(dxy2);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp199 SkDVector dxy1, dxy2; local
203 dxy1 = dxy2;
205 double dot = dxy1.dot(dxy2);
H A DSkDCubicIntersection.cpp354 SkDVector dxy1 = cubic1[index] - line[0];
355 dxy1 /= SkDCubic::gPrecisionUnit;
356 line[1] = line[0] + dxy1;
/external/skia/experimental/Intersection/
H A DCubicIntersection.cpp333 _Vector dxy1 = cubic1[index] - line[0];
334 dxy1 /= gPrecisionUnit;
335 line[1] = line[0] + dxy1;
H A DQuadraticImplicit.cpp205 _Vector dxy1, dxy2; local
209 dxy1 = dxy2;
211 double dot = dxy1.dot(dxy2);
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp199 SkDVector dxy1, dxy2; local
203 dxy1 = dxy2;
205 double dot = dxy1.dot(dxy2);
H A DSkDCubicIntersection.cpp354 SkDVector dxy1 = cubic1[index] - line[0];
355 dxy1 /= SkDCubic::gPrecisionUnit;
356 line[1] = line[0] + dxy1;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsintrp.c458 dxy0, dxy1, dxyz; local
499 dxy1 = LERP(fy, dx01, dx11);
501 dxyz = LERP(fz, dxy0, dxy1);
530 dxy0, dxy1, dxyz; local
576 dxy1 = LERP(ry, dx01, dx11);
578 dxyz = LERP(rz, dxy0, dxy1);

Completed in 255 milliseconds