Home | History | Annotate | Download | only in rendering

Lines Matching refs:currentMidpoint

140     bool haveNextMidpoint = (lineMidpointState.currentMidpoint < lineMidpointState.numMidpoints);
143 nextMidpoint = lineMidpointState.midpoints[lineMidpointState.currentMidpoint];
151 lineMidpointState.currentMidpoint++;
164 lineMidpointState.currentMidpoint++;
2375 size_t currentMidpoint = trailingSpaceMidpoint + 1;
2377 if (currentMidpoint >= lineMidpointState.numMidpoints) {
2383 ASSERT(lineMidpointState.midpoints[currentMidpoint].m_obj == trailingPositionedBoxes[i]);
2384 ASSERT(lineMidpointState.midpoints[currentMidpoint + 1].m_obj == trailingPositionedBoxes[i]);
2386 currentMidpoint += 2;