Home | History | Annotate | Download | only in gui

Lines Matching refs:cropExtLen

109     size_t cropExtLen = strlen(CROP_EXT_STR);
112 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1);
113 bool atEnd = (cropExtLen+1) < extsLen &&
114 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));