Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/raw/
H A DRAW.h150 int32 fThumbIndex; variable
H A DRAW.cpp118 fThumbIndex(-1), in DCRaw()
205 if (fThumbIndex < 0) in _Thumb()
206 fThumbIndex = _AllocateImage(); in _Thumb()
207 if (fThumbIndex < 0) in _Thumb()
210 return fImages[fThumbIndex]; in _Thumb()
3380 if (fThumbIndex >= 0 && _Thumb().data_offset) { in _ParseTIFF()
3534 if (i == fThumbIndex) in Identify()
3535 fThumbIndex = -1; in Identify()
3536 else if (i < fThumbIndex) in Identify()
3537 fThumbIndex--; in Identify()