Home
last modified time | relevance | path

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

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