Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkJpegCodec.cpp101 uint8_t numMarkers = 0; in read_color_profile() local
107 // Verify that numMarkers is valid and consistent. in read_color_profile()
108 if (0 == numMarkers) { in read_color_profile()
109 numMarkers = marker->data[13]; in read_color_profile()
110 if (0 == numMarkers) { in read_color_profile()
111 SkCodecPrintf("ICC Profile Error: numMarkers must be greater than zero.\n"); in read_color_profile()
114 } else if (numMarkers != marker->data[13]) { in read_color_profile()
115 SkCodecPrintf("ICC Profile Error: numMarkers must be consistent.\n"); in read_color_profile()
122 if (markerIndex == 0 || markerIndex > numMarkers) { in read_color_profile()
144 for (uint32_t i = 1; i <= numMarkers; in read_color_profile()
[all...]

Completed in 2 milliseconds