Home | History | Annotate | Download | only in core

Lines Matching refs:trimR

424         const int trimR = *data++;
428 int skip = trim_row_left_right(data, origWidth, trimL, trimR);
430 int expectedWidth = origWidth - trimL - trimR;