Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAHardwareBufferUtils.cpp512 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR); in can_import_protected_content_eglimpl() local
515 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in can_import_protected_content_eglimpl()
516 bool atEnd = (cropExtLen+1) < extsLen in can_import_protected_content_eglimpl()
518 exts + extsLen - (cropExtLen+1)); in can_import_protected_content_eglimpl()
/external/skqp/src/gpu/
DGrAHardwareBufferImageGenerator.cpp48 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR); in can_import_protected_content_eglimpl() local
51 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in can_import_protected_content_eglimpl()
52 bool atEnd = (cropExtLen+1) < extsLen in can_import_protected_content_eglimpl()
54 exts + extsLen - (cropExtLen+1)); in can_import_protected_content_eglimpl()