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

  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 328 uint16_t* green_orig = nullptr; local
330 TIFFGetField(m_tif_ctx, TIFFTAG_COLORMAP, &red_orig, &green_orig, &blue_orig);
334 green_orig[i] = CVT(green_orig[i]);
341 uint32_t g = green_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)) {
380 _TIFFmemcpy( img->greencmap, green_orig, n_color * 2 );
    [all...]

Completed in 77 milliseconds