Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp1153 int32 destOffset = dest_index(outputWidth, outputHeight, in Decompress() local
1156 1, 0, orientation) * outColorComponents - destOffset; in Decompress()
1158 0, 1, orientation) * outColorComponents - destOffset; in Decompress()
1166 destOffset, xStep, yStep, (int32)cinfo.output_width, (int32)cinfo.output_height, in Decompress()
1211 destLine = dest + destOffset; in Decompress()