HomeSort by relevance Sort by last modified time
    Searched full:dx23 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/utils/win/
SkDWriteGeometrySink.cpp 92 float dx23 = cubic[2].x - cubic[3].x; local
94 //NOTE: !approximately_equal(midX - cubic[3].x, dx23 * 3 / 2)
96 if (!approximately_equal(midX, (dx23 * 3 / 2) + cubic[3].x)) {
  /external/skia/src/utils/win/
SkDWriteGeometrySink.cpp 92 float dx23 = cubic[2].x - cubic[3].x; local
94 //NOTE: !approximately_equal(midX - cubic[3].x, dx23 * 3 / 2)
96 if (!approximately_equal(midX, (dx23 * 3 / 2) + cubic[3].x)) {
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicReduceOrder.cpp 76 double dx23 = cubic[2].x - cubic[3].x; local
78 if (!AlmostEqualUlps(midX - cubic[3].x, dx23 * 3 / 2)) {
  /external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.cpp 133 double dx23 = cubic[2].fX - cubic[3].fX; local
136 double sideBx = dx23 * 3 / 2;
  /external/skia/experimental/Intersection/
CubicReduceOrder.cpp 76 double dx23 = cubic[2].x - cubic[3].x; local
78 if (!AlmostEqualUlps(midX - cubic[3].x, dx23 * 3 / 2)) {
  /external/skia/src/pathops/
SkReduceOrder.cpp 133 double dx23 = cubic[2].fX - cubic[3].fX; local
136 double sideBx = dx23 * 3 / 2;

Completed in 2428 milliseconds