Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/raw/
H A DRAW.cpp134 fInputWidth(0), in DCRaw()
272 col = fInputWidth - 1 - col; in _FlipIndex()
274 return row * fInputWidth + col; in _FlipIndex()
809 if (fInputWidth == 3936 && fInputHeight == 2624) { in _FixupValues()
811 fInputWidth = 3896; in _FixupValues()
828 fInputWidth = 2088; in _FixupValues()
839 fInputWidth = 2176; in _FixupValues()
846 fInputWidth = 2312; in _FixupValues()
853 fInputWidth = 2616; in _FixupValues()
860 fInputWidth = 3088; in _FixupValues()
[all …]
H A DRAW.h169 uint32 fInputWidth; variable