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

  /external/skia/src/utils/win/
SkDWriteGeometrySink.cpp 101 float dy23 = cubic[2].y - cubic[3].y; local
103 if (!approximately_equal(midY, (dy23 * 3 / 2) + cubic[3].y)) {
  /external/skqp/src/utils/win/
SkDWriteGeometrySink.cpp 101 float dy23 = cubic[2].y - cubic[3].y; local
103 if (!approximately_equal(midY, (dy23 * 3 / 2) + cubic[3].y)) {
  /external/skia/src/pathops/
SkReduceOrder.cpp 136 double dy23 = cubic[2].fY - cubic[3].fY; local
139 double sideBy = dy23 * 3 / 2;
  /external/skqp/src/pathops/
SkReduceOrder.cpp 136 double dy23 = cubic[2].fY - cubic[3].fY; local
139 double sideBy = dy23 * 3 / 2;

Completed in 158 milliseconds