HomeSort by relevance Sort by last modified time
    Searched refs:is_left (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
LineUtilities.h 11 double is_left(const _Line& line, const _Point& pt);
QuadraticIntersection_Test.cpp 305 left[0] = is_left((const _Line&) q1[0], q2[index]);
306 left[1] = is_left((const _Line&) q1[1], q2[index]);
308 left[2] = is_left(diag, q2[index]);
CubicUtilities.cpp 67 double leftStart1 = is_left(startEdge, c[1]);
68 if (leftStart1 * is_left(startEdge, c[2]) < 0) {
71 double leftEnd1 = is_left(endEdge, c[1]);
72 if (leftEnd1 * is_left(endEdge, c[2]) < 0) {
LineUtilities.cpp 61 double is_left(const _Line& line, const _Point& pt) { function
  /external/skia/experimental/Intersection/
LineUtilities.h 11 double is_left(const _Line& line, const _Point& pt);
QuadraticIntersection_Test.cpp 305 left[0] = is_left((const _Line&) q1[0], q2[index]);
306 left[1] = is_left((const _Line&) q1[1], q2[index]);
308 left[2] = is_left(diag, q2[index]);
CubicUtilities.cpp 67 double leftStart1 = is_left(startEdge, c[1]);
68 if (leftStart1 * is_left(startEdge, c[2]) < 0) {
71 double leftEnd1 = is_left(endEdge, c[1]);
72 if (leftEnd1 * is_left(endEdge, c[2]) < 0) {
LineUtilities.cpp 61 double is_left(const _Line& line, const _Point& pt) { function

Completed in 1689 milliseconds