OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:doc_info
(Results
1 - 1
of
1
) sorted by null
/external/ImageMagick/coders/
xcf.c
1030
doc_info
;
1053
(void) ResetMagickMemory(&
doc_info
,0,sizeof(XCFDocInfo));
1054
doc_info
.width=ReadBlobMSBLong(image);
1055
doc_info
.height=ReadBlobMSBLong(image);
1056
if ((
doc_info
.width > 262144) || (
doc_info
.height > 262144))
1058
doc_info
.image_type=ReadBlobMSBLong(image);
1062
image->columns=
doc_info
.width;
1063
image->rows=
doc_info
.height;
1064
image_type=
doc_info
.image_type
1024
doc_info
;
local
[
all
...]
Completed in 467 milliseconds