Home | History | Annotate | Download | only in core

Lines Matching full:triml

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