Searched refs:tmp_run (Results 1 – 1 of 1) sorted by relevance
831 ME_DisplayItem *tmp_run = ME_FindItemBack(run, diRunOrParagraph); in ME_GetCharFormat() local832 if (tmp_run->type == diRun) { in ME_GetCharFormat()833 ME_GetRunCharFormat(editor, tmp_run, pFmt); in ME_GetCharFormat()