Searched refs:cropExtLen (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/
H A DGLConsumer.cpp98 size_t cropExtLen = strlen(CROP_EXT_STR); local
101 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1);
102 bool atEnd = (cropExtLen+1) < extsLen &&
103 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));

Completed in 87 milliseconds