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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsSimplify.cpp 175 SkOpContour** nextPtr = currentPtr;
182 next = *nextPtr++;
183 } while (AddIntersectTs(current, next) && nextPtr != listEnd);
SkPathOpsOp.cpp 290 SkOpContour** nextPtr = currentPtr;
297 next = *nextPtr++;
298 } while (AddIntersectTs(current, next) && nextPtr != listEnd);
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 175 SkOpContour** nextPtr = currentPtr;
182 next = *nextPtr++;
183 } while (AddIntersectTs(current, next) && nextPtr != listEnd);
SkPathOpsOp.cpp 290 SkOpContour** nextPtr = currentPtr;
297 next = *nextPtr++;
298 } while (AddIntersectTs(current, next) && nextPtr != listEnd);
  /external/expat/lib/
xmlparse.c 333 const char *end, int tok, const char *next, const char **nextPtr,
344 const char *end, const char **nextPtr, XML_Bool haveMore);
348 const char *end, const char **nextPtr, XML_Bool haveMore);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_thread.c 95 pEvent->base.nextPtr = 0;
242 pEvent->base.nextPtr = 0;
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]