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

/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp704 bool bJustWroteRLE = false; local
733 if (current == next && !bJustWroteRLE) {
743 bJustWroteRLE = true;
749 if (!bJustWroteRLE) {
778 if ((!bJustWroteRLE && next == aftnext) ||
789 bJustWroteRLE = false;

Completed in 41 milliseconds