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

/haiku/src/add-ons/translators/raw/
H A DRAW.h168 uint32 fOutputHeight; member in class:DCRaw
H A DRAW.cpp133 fOutputHeight(0),
982 for (row = 0; row < fOutputHeight - 7; row += 8) {
1056 for (row = 0; row < fOutputHeight; row++) {
1091 while ((1UL << dim) < fOutputWidth || (1UL << dim) < fOutputHeight) {
1106 for (row = 0; row < (int32)fOutputHeight; row++) {
1179 for (row = 0; row < (int32)fOutputHeight; row++) {
1240 fInputHeight = fOutputHeight;
2682 uint32 width = image.flip > 4 ? fOutputHeight : fOutputWidth;
2683 uint32 height = image.flip > 4 ? fOutputWidth : fOutputHeight;
2720 for (row = 0; row < fOutputHeight; ro
[all...]

Completed in 37 milliseconds