Home | History | Annotate | Download | only in core

Lines Matching full:trimr

382         const int trimR = *data++;
386 int skip = trim_row_left_right(data, origWidth, trimL, trimR);
388 int expectedWidth = origWidth - trimL - trimR;