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

  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 318 uint16_t planarconfig = 0; local
319 if (!TIFFGetFieldDefaulted(m_tif_ctx, TIFFTAG_PLANARCONFIG, &planarconfig))
322 return planarconfig != PLANARCONFIG_SEPARATE;
  /external/pdfium/third_party/libtiff/
tif_getimage.c 272 uint16 planarconfig; local
344 TIFFGetFieldDefaulted(tif, TIFFTAG_PLANARCONFIG, &planarconfig);
386 if (planarconfig == PLANARCONFIG_CONTIG
400 if (planarconfig == PLANARCONFIG_CONTIG)
463 if (planarconfig != PLANARCONFIG_CONTIG) {
465 "Planarconfiguration", planarconfig);
483 !(planarconfig == PLANARCONFIG_SEPARATE && img->samplesperpixel > 1);
    [all...]

Completed in 89 milliseconds