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

  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 453 int directionCycle = 3 == corners ? 0 : nextDirection ^ turn;
454 if ((directionCycle ^ turn) != nextDirection) {
    [all...]
  /external/skia/src/core/
SkPath.cpp 453 int directionCycle = 3 == corners ? 0 : nextDirection ^ turn;
454 if ((directionCycle ^ turn) != nextDirection) {
    [all...]

Completed in 57 milliseconds