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

/haiku/src/tools/translation/tiffinfo/
H A Dtiffinfo.cpp56 uint16 shortvals[2]; member in union:IFDEntry::__anon31
190 entry.shortvals[0] : static_cast<unsigned int>(entry.longval)));
197 switch (entry.shortvals[0]) {
222 switch (entry.shortvals[0]) {
224 printf("White is Zero (%d)", entry.shortvals[0]);
227 printf("Black is Zero (%d)", entry.shortvals[0]);
230 printf("RGB (%d)", entry.shortvals[0]);
233 printf("Palette Color (%d)", entry.shortvals[0]);
236 printf("Transparency Mask (%d)", entry.shortvals[0]);
244 switch (entry.shortvals[
[all...]

Completed in 50 milliseconds