HomeSort by relevance Sort by last modified time
    Searched refs:src_row_bytes (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.cpp 195 bmp_ptr->src_row_bytes = BMP_WIDTHBYTES(bmp_ptr->width, bmp_ptr->bitCounts);
209 bmp_ptr->out_row_bytes = bmp_ptr->src_row_bytes;
327 if (!bmp_read_data(bmp_ptr, &des_buf, bmp_ptr->src_row_bytes))
376 FXSYS_memcpy(bmp_ptr->out_row_buffer, des_buf, bmp_ptr->src_row_bytes);
456 bmp_ptr->src_row_bytes - bmp_ptr->col_num) {
478 bmp_ptr->src_row_bytes - bmp_ptr->col_num) {
560 if (size + (bmp_ptr->col_num >> 1) > bmp_ptr->src_row_bytes) {
591 if (size + (bmp_ptr->col_num >> 1) > bmp_ptr->src_row_bytes) {
    [all...]
fx_bmp.h 82 int32_t src_row_bytes; member in struct:tag_bmp_decompress_struct
  /bootable/recovery/minui/
graphics.cpp 66 static void text_blend(unsigned char* src_p, int src_row_bytes,
93 src_p += src_row_bytes;

Completed in 790 milliseconds