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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 50 bool hitSomething = false;
65 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
69 hitSomething = true;
105 result = hitSomething ? SK_MinS32 : 0;
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 50 bool hitSomething = false;
65 int testTIndex = testSeg->crossedSpanY(basePt, &testY, &testHit, &hitSomething, tAtMid,
69 hitSomething = true;
105 result = hitSomething ? SK_MinS32 : 0;

Completed in 299 milliseconds