Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrAHardwareBufferUtils.cpp510 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR); in can_import_protected_content_eglimpl() local
513 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in can_import_protected_content_eglimpl()
514 bool atEnd = (cropExtLen+1) < extsLen in can_import_protected_content_eglimpl()
516 exts + extsLen - (cropExtLen+1)); in can_import_protected_content_eglimpl()