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

  /external/skia/src/core/
SkPath.cpp 393 int lastDirection = 0;
435 if (lastDirection != nextDirection) {
441 if (lastDirection == nextDirection) {
472 lastDirection = nextDirection;
492 if (3 == corners || (4 == corners && closeDirection == lastDirection)) {
504 *direction = firstDirection == ((lastDirection + 1) & 3) ? kCCW_Direction : kCW_Direction;
    [all...]

Completed in 298 milliseconds