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

  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmssm.c 478 cmsLine ray; local
500 // Create a ray line from centre to this point
502 LineOf2Points(&ray, &Lab, &Centre);
522 ClosestLineToLine(&temp, &ray, &edge);
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp 759 // FIXME: until I can think of something better, project a ray from the
765 _Line ray; local
773 ray[0] = partVerb == SkPath::kCubic_Verb && part[0].approximatelyEqual(part[1]) ?
775 ray[1].x = (part[0].x + part[partVerb].x) / 2;
776 ray[1].y = (part[0].y + part[partVerb].y) / 2;
777 SkASSERT(ray[0] != ray[1]);
778 roots = (*SegmentRayIntersect[fVerb])(fPts, ray, i);
779 rroots = (*SegmentRayIntersect[rh.fVerb])(rh.fPts, ray, ri);
795 dx = loc.x - ray[0].x
    [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp 759 // FIXME: until I can think of something better, project a ray from the
765 _Line ray; local
773 ray[0] = partVerb == SkPath::kCubic_Verb && part[0].approximatelyEqual(part[1]) ?
775 ray[1].x = (part[0].x + part[partVerb].x) / 2;
776 ray[1].y = (part[0].y + part[partVerb].y) / 2;
777 SkASSERT(ray[0] != ray[1]);
778 roots = (*SegmentRayIntersect[fVerb])(fPts, ray, i);
779 rroots = (*SegmentRayIntersect[rh.fVerb])(rh.fPts, ray, ri);
795 dx = loc.x - ray[0].x
    [all...]

Completed in 1066 milliseconds