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

  /external/chromium_org/third_party/skia/src/pathops/
SkIntersections.h 128 SkDLine aLine, bLine;
130 bLine.set(b);
132 return intersect(aLine, bLine);
  /external/skia/src/pathops/
SkIntersections.h 128 SkDLine aLine, bLine;
130 bLine.set(b);
132 return intersect(aLine, bLine);
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp 66 const _Line bLine = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
67 return intersect(aLine, bLine, intersections);
73 const _Line bLine = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
74 intersect(aQuad, bLine, intersections);
82 const _Line bLine = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
83 return intersect(aCubic, bLine, intersections);
268 const _Line bLine = {{above.fX, above.fY}, {below.fX, below.fY}};
269 return implicit_matches_ulps(aLine, bLine, 32);
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker.cpp 66 const _Line bLine = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
67 return intersect(aLine, bLine, intersections);
73 const _Line bLine = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
74 intersect(aQuad, bLine, intersections);
82 const _Line bLine = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
83 return intersect(aCubic, bLine, intersections);
268 const _Line bLine = {{above.fX, above.fY}, {below.fX, below.fY}};
269 return implicit_matches_ulps(aLine, bLine, 32);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 146 milliseconds