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

/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp1742 uint8 *ptgapixel = NULL; local
1747 ptgapixel = pmap +
1750 memcpy(pbits, ptgapixel, 4);
1758 ptgapixel = pmap +
1761 memcpy(pbits, ptgapixel, 3);
1771 ptgapixel = pmap +
1773 val = ptgapixel[0] + (ptgapixel[1] << 8);
1790 ptgapixel = pmap +
1792 val = ptgapixel[
1989 uint8 *ptgapixel; local
[all...]

Completed in 83 milliseconds