Lines Matching full:testptr
1863 InEdge** testPtr = currentPtr - 1;
1867 while (++testPtr != lastPtr) {
1868 InEdge* test = *testPtr;
1950 InEdge** testPtr = currentPtr - 1;
1954 while (++testPtr != lastPtr - 1) {
1955 InEdge* test = *testPtr;
1956 InEdge** nextPtr = testPtr;
2048 InEdge** testPtr = currentPtr - 1;
2049 while (++testPtr != lastPtr) {
2050 if ((*testPtr)->fBounds.fBottom > y) {
2054 InEdge* test = *testPtr;
2064 if (testPtr == currentPtr) {
2139 bool /*asFill*/, InEdge**& testPtr) {
2144 InEdge* test = *testPtr;
2145 while (testPtr != edgeListEnd) {
2166 test = *++testPtr;