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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsRect.cpp 40 static bool is_bounded_by_end_points(double a, double b, double c, double d) { function
49 if (!is_bounded_by_end_points(c[0].fX, c[1].fX, c[2].fX, c[3].fX)) {
52 if (!is_bounded_by_end_points(c[0].fY, c[1].fY, c[2].fY, c[3].fY)) {
  /external/skia/src/pathops/
SkPathOpsRect.cpp 40 static bool is_bounded_by_end_points(double a, double b, double c, double d) { function
49 if (!is_bounded_by_end_points(c[0].fX, c[1].fX, c[2].fX, c[3].fX)) {
52 if (!is_bounded_by_end_points(c[0].fY, c[1].fY, c[2].fY, c[3].fY)) {

Completed in 37 milliseconds