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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 486 int thingTwo = row < col ? col : ends - row + col - 1;
487 int ndxTwo = thingTwo >> 1;
488 bool endTwo = thingTwo & 1;
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 486 int thingTwo = row < col ? col : ends - row + col - 1;
487 int ndxTwo = thingTwo >> 1;
488 bool endTwo = thingTwo & 1;

Completed in 1396 milliseconds