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

  /external/chromium_org/third_party/skia/src/utils/win/
SkDWriteGeometrySink.cpp 91 float dx10 = cubic[1].x - cubic[0].x; local
93 float midX = cubic[0].x + dx10 * 3 / 2;
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicReduceOrder.cpp 75 double dx10 = cubic[1].x - cubic[0].x; local
77 double midX = cubic[0].x + dx10 * 3 / 2;
  /external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.cpp 132 double dx10 = cubic[1].fX - cubic[0].fX; local
134 double midX = cubic[0].fX + dx10 * 3 / 2;

Completed in 65 milliseconds