Lines Matching defs:run
434 /* TODO: Should check that there's only a single logical run... */
508 * Break it into multiple lines and make sure that the glyphToCharMap for run in each
511 * Note: it might be a good idea to also check the glyphs and positions for each run,
642 le_int32 run, i;
668 for(run = 0; run < runCount; run += 1) {
669 const pl_visualRun *visualRun = pl_getLineVisualRun(line, run);
675 * For a right to left run, make sure that the character indices
698 * character indices in the run and make sure that the minimum
716 log_err("Bad minIndex for run %d on line %d: expected %d, got %d\n",
717 run, lineNumber, charIndex, minIndex);