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

/haiku/src/add-ons/translators/raw/
H A DRAW.cpp132 fOutputWidth(0),
230 return fImageData[((row) >> fShrink) * fOutputWidth
983 for (col = 0; col < fOutputWidth - 7; col += 8) {
988 val = fImageData[y * fOutputWidth + x][c];
1057 for (col = 0; col < fOutputWidth; col++) {
1059 val = fImageData[row * fOutputWidth + col][c];
1064 fImageData[row * fOutputWidth + col][c] = CLIP(val);
1091 while ((1UL << dim) < fOutputWidth || (1UL << dim) < fOutputHeight) {
1107 for (col = 0; col < (int32)fOutputWidth; col++) {
1109 = fImageData[row * fOutputWidth
[all...]
H A DRAW.h167 uint32 fOutputWidth; member in class:DCRaw

Completed in 57 milliseconds