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

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

Completed in 40 milliseconds