Home | History | Annotate | Download | only in rendering

Lines Matching refs:currPos

980     unsigned currPos;
981 for (currPos = from;
982 currPos < from + len && (text[currPos] == '\n' || text[currPos] == ' ' || text[currPos] == '\t');
983 currPos++) { }
984 return currPos >= (from + len);