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

/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp1562 uint8 da[2], lastcol, dx, dy; local
1578 lastcol = bmppixcol;
1592 if (bmppixcol < static_cast<int32>(lastcol + dx)) {
1594 dx + lastcol - bmppixcol);
1595 bmppixcol = dx + lastcol;

Completed in 85 milliseconds