Searched refs:kExifTagWidth (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/piex/src/ |
D | piex.cc | 383 const TagSet extended_tags = {kExifTagHeight, kExifTagWidth, in ArwGetPreviewData() 399 const TagSet extended_tags = {kExifTagHeight, kExifTagWidth, in Cr2GetPreviewData() 617 const TagSet extended_tags = {kExifTagWidth, kExifTagHeight, in SrwGetPreviewData()
|
D | tiff_parser.h | 56 kExifTagWidth = 0xA002, enumerator
|
D | tiff_parser.cc | 566 } else if (tiff_directory.Has(kExifTagWidth) && in GetFullDimension32() 568 if (!tiff_directory.Get(kExifTagWidth, width) || in GetFullDimension32()
|
/third_party/skia/third_party/externals/piex/src/ |
D | piex.cc | 383 const TagSet extended_tags = {kExifTagHeight, kExifTagWidth, in ArwGetPreviewData() 399 const TagSet extended_tags = {kExifTagHeight, kExifTagWidth, in Cr2GetPreviewData() 617 const TagSet extended_tags = {kExifTagWidth, kExifTagHeight, in SrwGetPreviewData()
|
D | tiff_parser.h | 56 kExifTagWidth = 0xA002, enumerator
|
D | tiff_parser.cc | 566 } else if (tiff_directory.Has(kExifTagWidth) && in GetFullDimension32() 568 if (!tiff_directory.Get(kExifTagWidth, width) || in GetFullDimension32()
|