OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_row_bytes
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/lbmp/
fx_bmp.cpp
208
bmp_ptr->
out_row_bytes
= BMP_WIDTHBYTES(bmp_ptr->width, 8);
213
bmp_ptr->
out_row_bytes
= BMP_WIDTHBYTES(bmp_ptr->width, 24);
217
bmp_ptr->
out_row_bytes
= bmp_ptr->src_row_bytes;
225
bmp_ptr->out_row_buffer = FX_Alloc(uint8_t, bmp_ptr->
out_row_bytes
);
227
FXSYS_memset(bmp_ptr->out_row_buffer, 0, bmp_ptr->
out_row_bytes
);
434
FXSYS_memset(bmp_ptr->out_row_buffer, 0, bmp_ptr->
out_row_bytes
);
457
if (bmp_ptr->col_num >= bmp_ptr->
out_row_bytes
||
463
FXSYS_memset(bmp_ptr->out_row_buffer, 0, bmp_ptr->
out_row_bytes
);
536
FXSYS_memset(bmp_ptr->out_row_buffer, 0, bmp_ptr->
out_row_bytes
);
559
if (bmp_ptr->col_num >= bmp_ptr->
out_row_bytes
||
[
all
...]
fx_bmp.h
81
int32_t
out_row_bytes
;
member in struct:tag_bmp_decompress_struct
Completed in 87 milliseconds