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

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

Completed in 41 milliseconds