Searched defs:thingTwo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCommon.cpp588 int thingTwo = row < col ? col : ends - row + col - 1; variable
589 int ndxTwo = thingTwo >> 1;
590 bool endTwo = thingTwo & 1;
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp588 int thingTwo = row < col ? col : ends - row + col - 1; variable
589 int ndxTwo = thingTwo >> 1;
590 bool endTwo = thingTwo & 1;

Completed in 310 milliseconds