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

/haiku/src/add-ons/translators/raw/
H A DRAW.h190 int fDecodeLeaf; member in class:DCRaw
H A DRAW.cpp141 fDecodeLeaf(0),
2160 fDecodeLeaf = 0;
2171 for (i = next = 0; i <= fDecodeLeaf && next < 16; ) {
2175 if (i > fDecodeLeaf) {
2182 current->leaf = source[16 + fDecodeLeaf++];
2185 return (uchar*)source + 16 + fDecodeLeaf;

Completed in 90 milliseconds