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

  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 327 uint16_t* red_orig = nullptr; local
330 TIFFGetField(m_tif_ctx, TIFFTAG_COLORMAP, &red_orig, &green_orig, &blue_orig);
333 red_orig[i] = CVT(red_orig[i]);
340 uint32_t r = red_orig[index] & 0xFF;
  /external/pdfium/third_party/libtiff/
tif_getimage.c 275 uint16 *red_orig, *green_orig, *blue_orig; local
364 &red_orig, &green_orig, &blue_orig)) {
379 _TIFFmemcpy( img->redcmap, red_orig, n_color * 2 );
    [all...]

Completed in 227 milliseconds