OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_2B
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
rdbmp.c
246
#define
GET_2B
(array,offset) ((unsigned int) UCH(array[offset]) + \
267
if (
GET_2B
(bmpfileheader,0) != 0x4D42) /* 'BM' */
286
biWidth = (INT32)
GET_2B
(bmpinfoheader,4);
287
biHeight = (INT32)
GET_2B
(bmpinfoheader,6);
288
biPlanes =
GET_2B
(bmpinfoheader,8);
289
source->bits_per_pixel = (int)
GET_2B
(bmpinfoheader,10);
312
biPlanes =
GET_2B
(bmpinfoheader,12);
313
source->bits_per_pixel = (int)
GET_2B
(bmpinfoheader,14);
rdtarga.c
341
#define
GET_2B
(offset) ((unsigned int) UCH(targaheader[offset]) + \
354
maplen =
GET_2B
(5);
355
width =
GET_2B
(12);
356
height =
GET_2B
(14);
448
if (maplen > 256 ||
GET_2B
(3) != 0)
Completed in 103 milliseconds