Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/raw/
H A DRAW.cpp117 fRawIndex(-1), in DCRaw()
193 if (fRawIndex < 0) in _Raw()
194 fRawIndex = _AllocateImage(); in _Raw()
195 if (fRawIndex < 0) in _Raw()
198 return fImages[fRawIndex]; in _Raw()
218 if (fRawIndex > 0) { in _CorrectIndex()
220 index = fRawIndex; in _CorrectIndex()
221 else if (index <= (uint32)fRawIndex) in _CorrectIndex()
3403 if (fRawIndex < 0 || fImages[i].width * fImages[i].height in _ParseTIFF()
3405 fRawIndex = i; in _ParseTIFF()
[all …]
H A DRAW.h149 int32 fRawIndex; variable