Searched refs:endRun (Results 1 – 4 of 4) sorted by relevance
181 Run* endRun = curr; in reverseRuns() local198 beforeStart->m_next = endRun; in reverseRuns()200 m_firstRun = endRun; in reverseRuns()
60 le_int32 endRun = findRun(fontRuns, limit - 1); in subsetFontRuns() local64 for (le_int32 run = startRun; run <= endRun; run += 1) { in subsetFontRuns()68 if (run == endRun) { in subsetFontRuns()
91 le_int32 endRun = findFontRun(fontRuns, limit - 1); in subsetFontRuns() local96 for (run = startRun; run <= endRun; run += 1) { in subsetFontRuns()100 if (run == endRun) { in subsetFontRuns()
438 int32_t firstRun, endRun, limitRun, runCount; in reorderLine() local479 endRun=limitRun-1; in reorderLine()480 while(firstRun<endRun) { in reorderLine()482 runs[firstRun]=runs[endRun]; in reorderLine()483 runs[endRun]=tempRun; in reorderLine()485 --endRun; in reorderLine()