OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsThumbnail
(Results
1 - 3
of
3
) sorted by null
/external/piex/src/
tiff_parser.h
142
bool
IsThumbnail
(const Image& image,
piex.cc
435
if (
IsThumbnail
(temp_image, kDngThumbnailMaxDimension)) {
446
if (
IsThumbnail
(temp_image, kDngThumbnailMaxDimension)) {
tiff_parser.cc
151
if (
IsThumbnail
(image)) {
463
bool
IsThumbnail
(const Image& image, const int max_dimension) {
Completed in 353 milliseconds