Searched refs:numMarkers (Results 1 – 3 of 3) sorted by relevance
611 int numMarkers = ReadEOLMarkers(streamStartPos + endStreamOffset - 2); in ReadStream() local612 if (numMarkers == 2) { in ReadStream()615 numMarkers = ReadEOLMarkers(streamStartPos + endStreamOffset - 1); in ReadStream()616 if (numMarkers == 1) { in ReadStream()645 int numMarkers = ReadEOLMarkers(m_Pos); in ReadStream() local647 numMarkers != 0 && in ReadStream()
139 uint8_t numMarkers = 0; in read_color_profile() local146 if (0 == numMarkers) { in read_color_profile()147 numMarkers = marker->data[13]; in read_color_profile()148 if (0 == numMarkers) { in read_color_profile()152 } else if (numMarkers != marker->data[13]) { in read_color_profile()160 if (markerIndex == 0 || markerIndex > numMarkers) { in read_color_profile()182 for (uint32_t i = 1; i <= numMarkers; i++) { in read_color_profile()185 SkCodecPrintf("ICC Profile Error: Missing marker %d of %d.\n", i, numMarkers); in read_color_profile()