HomeSort by relevance Sort by last modified time
    Searched defs:row_buf (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 454 uint8_t* row_buf = (uint8_t*)pDIBitmap->GetScanline(row); local
455 TiffBGRA2RGBA(row_buf, img_wid, 4);
  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.cpp 324 uint8_t* row_buf = bmp_ptr->out_row_buffer; local
334 *row_buf++ = des_buf[col >> 3] & (0x80 >> (col % 8)) ? 0x01 : 0x00;
339 *row_buf++ = (col & 0x01) ? (des_buf[col >> 1] & 0x0F)
368 *row_buf++ = (uint8_t)((*buf & bmp_ptr->mask_blue) << blue_bits);
369 *row_buf++ = (uint8_t)((*buf & bmp_ptr->mask_green) >> green_bits);
370 *row_buf++ = (uint8_t)((*buf++ & bmp_ptr->mask_red) >> red_bits);
379 row_buf = bmp_ptr->out_row_buffer;
    [all...]
  /external/syslinux/com32/lib/libpng/
pngtest.c 702 png_bytep row_buf; local
718 row_buf = NULL;
803 png_free(read_ptr, row_buf);
804 row_buf = NULL;
    [all...]
pngwutil.c 2149 png_bytep prev_row, row_buf; local
    [all...]
  /external/libpng/
pngstruct.h 226 png_bytep row_buf; /* buffer to save current (unfiltered) row. member in struct:png_struct_def
pngtest.c 881 png_bytep row_buf; local
888 row_buf = NULL;
953 png_free(read_ptr, row_buf);
954 row_buf = NULL;
    [all...]
  /external/pdfium/third_party/libpng16/
pngstruct.h 226 png_bytep row_buf; /* buffer to save current (unfiltered) row. member in struct:png_struct_def
  /external/skia/third_party/libpng/
pngstruct.h 226 png_bytep row_buf; /* buffer to save current (unfiltered) row. member in struct:png_struct_def
pngtest.c 880 png_bytep row_buf; local
887 row_buf = NULL;
946 png_free(read_ptr, row_buf);
947 row_buf = NULL;
    [all...]

Completed in 256 milliseconds