Home
last modified time | relevance | path

Searched refs:nextPtr (Results 1 – 15 of 15) sorted by relevance

/external/skia/experimental/Intersection/
DEdgeWalker.cpp1956 InEdge** nextPtr = testPtr; in addIntersectingTs() local
1958 InEdge* next = *++nextPtr; in addIntersectingTs()
2042 } while (nextPtr != lastPtr); in addIntersectingTs()
2284 ActiveEdge* activePtr, * nextPtr = edgeList[0]; in adjustCoincident() local
2289 activePtr = nextPtr; in adjustCoincident()
2290 nextPtr = edgeList[index]; in adjustCoincident()
2292 && nextPtr->fVerb == SkPath::kLine_Verb in adjustCoincident()
2293 && activePtr->isUnordered(nextPtr)) { in adjustCoincident()
2299 nextPtr = edgeList[index]; in adjustCoincident()
2304 if (activePtr->isCoincidentWith(nextPtr) in adjustCoincident()
[all …]
DShapeOps.cpp240 Op::Contour** nextPtr = currentPtr; in operate() local
247 next = *nextPtr++; in operate()
248 } while (addIntersectTs(current, next) && nextPtr != listEnd); in operate()
DSimplify.cpp6581 Contour** nextPtr = currentPtr; in simplifyx() local
6588 next = *nextPtr++; in simplifyx()
6589 } while (addIntersectTs(current, next) && nextPtr != listEnd); in simplifyx()
/external/chromium_org/third_party/skia/experimental/Intersection/
DEdgeWalker.cpp1956 InEdge** nextPtr = testPtr; in addIntersectingTs() local
1958 InEdge* next = *++nextPtr; in addIntersectingTs()
2042 } while (nextPtr != lastPtr); in addIntersectingTs()
2284 ActiveEdge* activePtr, * nextPtr = edgeList[0]; in adjustCoincident() local
2289 activePtr = nextPtr; in adjustCoincident()
2290 nextPtr = edgeList[index]; in adjustCoincident()
2292 && nextPtr->fVerb == SkPath::kLine_Verb in adjustCoincident()
2293 && activePtr->isUnordered(nextPtr)) { in adjustCoincident()
2299 nextPtr = edgeList[index]; in adjustCoincident()
2304 if (activePtr->isCoincidentWith(nextPtr) in adjustCoincident()
[all …]
DShapeOps.cpp240 Op::Contour** nextPtr = currentPtr; in operate() local
247 next = *nextPtr++; in operate()
248 } while (addIntersectTs(current, next) && nextPtr != listEnd); in operate()
DSimplify.cpp6581 Contour** nextPtr = currentPtr; in simplifyx() local
6588 next = *nextPtr++; in simplifyx()
6589 } while (addIntersectTs(current, next) && nextPtr != listEnd); in simplifyx()
/external/chromium_org/third_party/expat/files/lib/
Dxmlparse.c333 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);
2236 const char **nextPtr, in doContent() argument
2261 *nextPtr = s; in doContent()
2278 *nextPtr = end; in doContent()
2282 *nextPtr = s; in doContent()
2288 *nextPtr = s; in doContent()
2297 *nextPtr = s; in doContent()
2303 *nextPtr = s; in doContent()
[all …]
/external/expat/lib/
Dxmlparse.c333 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);
2236 const char **nextPtr, in doContent() argument
2261 *nextPtr = s; in doContent()
2278 *nextPtr = end; in doContent()
2282 *nextPtr = s; in doContent()
2288 *nextPtr = s; in doContent()
2297 *nextPtr = s; in doContent()
2303 *nextPtr = s; in doContent()
[all …]
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsSimplify.cpp183 SkOpContour** nextPtr = currentPtr; in Simplify() local
190 next = *nextPtr++; in Simplify()
191 } while (AddIntersectTs(current, next) && nextPtr != listEnd); in Simplify()
DSkPathOpsOp.cpp291 SkOpContour** nextPtr = currentPtr; in Op() local
298 next = *nextPtr++; in Op()
299 } while (AddIntersectTs(current, next) && nextPtr != listEnd); in Op()
/external/skia/src/pathops/
DSkPathOpsSimplify.cpp183 SkOpContour** nextPtr = currentPtr; in Simplify() local
190 next = *nextPtr++; in Simplify()
191 } while (AddIntersectTs(current, next) && nextPtr != listEnd); in Simplify()
DSkPathOpsOp.cpp291 SkOpContour** nextPtr = currentPtr; in Op() local
298 next = *nextPtr++; in Op()
299 } while (AddIntersectTs(current, next) && nextPtr != listEnd); in Op()
/external/chromium_org/third_party/sqlite/src/src/
Dtest_thread.c95 pEvent->base.nextPtr = 0; in postToParent()
242 pEvent->base.nextPtr = 0; in sqlthread_parent()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp769 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList, in LowerVAARG() local
772 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr, in LowerVAARG()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2017 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1), in LowerVASTART() local
2022 DAG.getTruncStore(firstStore, dl, ArgFPR, nextPtr, in LowerVASTART()
2026 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstStackOffset); in LowerVASTART()
2030 DAG.getStore(secondStore, dl, StackOffsetFI, nextPtr, in LowerVASTART()
2034 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstFrameOffset); in LowerVASTART()
2037 return DAG.getStore(thirdStore, dl, FR, nextPtr, in LowerVASTART()