Home
last modified time | relevance | path

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

/external/image_io/src/jpeg/
Djpeg_segment.cc108 size_t property_location = Find(start_location, property_name); in FindXmpPropertyValueBegin() local
109 if (property_location != GetEnd()) { in FindXmpPropertyValueBegin()
111 *this, property_location + strlen(property_name), '='); in FindXmpPropertyValueBegin()