Searched refs:sourcesCount (Results 1 – 2 of 2) sorted by relevance
59 status_t TiffWriter::write(Output* out, StripSource** sources, size_t sourcesCount, in write() argument87 if (offVecSize != sourcesCount) { in write()89 " sources (%zu).", __FUNCTION__, offVecSize, sourcesCount); in write()111 for (size_t j = 0; j < sourcesCount; ++j) { in write()
93 virtual status_t write(Output* out, StripSource** sources, size_t sourcesCount,