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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 581 int thingOne = row < col ? row : ends - row - 2;
582 int ndxOne = thingOne >> 1;
583 bool endOne = thingOne & 1;
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 581 int thingOne = row < col ? row : ends - row - 2;
582 int ndxOne = thingOne >> 1;
583 bool endOne = thingOne & 1;

Completed in 44 milliseconds