Home
last modified time | relevance | path

Searched refs:dxes (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkPath.cpp2155 int dxes = 0; in BySign() local
2169 dxes += (sx != lastSx); in BySign()
2171 if (dxes > 3 || dyes > 3) { in BySign()
/third_party/flutter/skia/src/core/
DSkPath.cpp2629 int dxes = 0; in BySign() local
2643 dxes += (sx != lastSx); in BySign()
2645 if (dxes > 3 || dyes > 3) { in BySign()