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

  /external/piex/src/
tiff_parser.h 80 kTiffTagOrientation = 0x0112,
tiff_parser.cc 159 if (tiff_directory.Has(kTiffTagOrientation) &&
161 success &= tiff_directory.Get(kTiffTagOrientation,
528 const TagSet kOrientationTagSet = {kTiffTagOrientation};
538 if (tiff_directory.Has(kTiffTagOrientation) &&
539 tiff_directory.Get(kTiffTagOrientation, orientation)) {
piex.cc 90 kTiffTagModel, kTiffTagOrientation, kTiffTagPhotometric};

Completed in 33 milliseconds