Home | History | Annotate | Download | only in core

Lines Matching refs:trimR

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