OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targa_header
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
gl_warp.c
460
TargaHeader
targa_header
;
variable
497
targa_header
.id_length = fgetc(fin);
498
targa_header
.colormap_type = fgetc(fin);
499
targa_header
.image_type = fgetc(fin);
501
targa_header
.colormap_index = fgetLittleShort(fin);
502
targa_header
.colormap_length = fgetLittleShort(fin);
503
targa_header
.colormap_size = fgetc(fin);
504
targa_header
.x_origin = fgetLittleShort(fin);
505
targa_header
.y_origin = fgetLittleShort(fin);
506
targa_header
.width = fgetLittleShort(fin)
[
all
...]
/external/quake/quake/src/WinQuake/
gl_warp.cpp
509
TargaHeader
targa_header
;
variable
546
targa_header
.id_length = fgetc(fin);
547
targa_header
.colormap_type = fgetc(fin);
548
targa_header
.image_type = fgetc(fin);
550
targa_header
.colormap_index = fgetLittleShort(fin);
551
targa_header
.colormap_length = fgetLittleShort(fin);
552
targa_header
.colormap_size = fgetc(fin);
553
targa_header
.x_origin = fgetLittleShort(fin);
554
targa_header
.y_origin = fgetLittleShort(fin);
555
targa_header
.width = fgetLittleShort(fin)
[
all
...]
Completed in 19 milliseconds