Home | History | Annotate | Download | only in source

Lines Matching defs:thumbnail

5264 								  const dng_jpeg_preview *thumbnail,
5277 thumbnail,
5293 const dng_jpeg_preview *thumbnail,
5321 thumbnail,
5338 const dng_jpeg_preview *thumbnail,
5352 thumbnail,
5369 const dng_jpeg_preview *thumbnail,
5517 // Adobe data (thumbnail and IPTC digest)
5521 thumbnail,
5793 // Find best thumbnail from preview list, if any.
5795 const dng_preview *thumbnail = NULL;
5813 if (!thumbnail || thisArea < thumbArea)
5816 thumbnail = &previewList->Preview (j);
5832 if (!thumbnail || thisArea < thumbArea)
5835 thumbnail = &previewList->Preview (j);
5856 if (thumbnail)
5861 dng_tiff_directory &rawIFD (thumbnail ? *rawIFD_IfNotMain : mainIFD);
5887 // The main IFD contains the thumbnail, if there is a thumbnail.
5891 if (thumbnail)
5893 thmBasic.Reset (thumbnail->AddTagSet (mainIFD));
6705 uint32 subFileCount = thumbnail ? 1 : 0;
6723 if (thumbnail != &previewList->Preview (j))
6759 if (thumbnail)
6780 if (thumbnail != &previewList->Preview (j))
6819 // Write the thumbnail data.
6821 if (thumbnail)
6824 thumbnail->WriteData (host,
6836 if (thumbnail != &previewList->Preview (j))
6945 if (thumbnail)
6962 if (thumbnail != &previewList->Preview (j))