Searched refs:lastPtr (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/functionalext/backtrace/ |
H A D | unittest_backtrace.c | 48 char *lastPtr = str + strlen(str); in checkString() local 52 for (; right != lastPtr; ++right) { in checkString()
|
/third_party/skia/src/pathops/ |
H A D | SkOpSegment.h | 279 SkOpSpanBase** lastPtr); 281 int oppWinding, SkOpSpanBase** lastPtr);
|
H A D | SkOpSegment.cpp | 893 SkOpSpanBase** lastPtr) { in markAndChaseWinding() 911 if (lastPtr) { in markAndChaseWinding() 912 *lastPtr = last; in markAndChaseWinding() 918 int winding, int oppWinding, SkOpSpanBase** lastPtr) { in markAndChaseWinding() 948 if (lastPtr) { in markAndChaseWinding() 949 *lastPtr = last; in markAndChaseWinding() 892 markAndChaseWinding(SkOpSpanBase* start, SkOpSpanBase* end, int winding, SkOpSpanBase** lastPtr) markAndChaseWinding() argument 917 markAndChaseWinding(SkOpSpanBase* start, SkOpSpanBase* end, int winding, int oppWinding, SkOpSpanBase** lastPtr) markAndChaseWinding() argument
|
H A D | SkPathOpsTSect.cpp | 774 SkTSpan** lastPtr) const { in countConsecutiveSpans() 788 *lastPtr = last; in countConsecutiveSpans() 943 SkTSpan* first, SkTSpan** lastPtr) { in findCoincidentRun() 963 *lastPtr = lastCandidate; in findCoincidentRun() 969 if (work == *lastPtr) { in findCoincidentRun() 978 *lastPtr = lastCandidate; in findCoincidentRun() 942 findCoincidentRun( SkTSpan* first, SkTSpan** lastPtr) findCoincidentRun() argument
|
H A D | SkPathOpsTSect.h | 314 SkTSpan* findCoincidentRun(SkTSpan* first, SkTSpan** lastPtr);
|
Completed in 9 milliseconds