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

  /external/pdfium/third_party/libtiff/
tif_getimage.c 282 TIFFGetFieldDefaulted(tif, TIFFTAG_BITSPERSAMPLE, &img->bitspersample);
283 switch (img->bitspersample) {
292 img->bitspersample);
354 n_color = (1L << img->bitspersample);
372 && img->bitspersample < 8 ) {
378 img->bitspersample);
439 img->bitspersample = 8;
454 img->bitspersample = 8;
    [all...]
tiffio.h 206 uint16 bitspersample; /* image bits/sample */ member in struct:_TIFFRGBAImage

Completed in 667 milliseconds