Home
last modified time | relevance | path

Searched defs:PreviewImageData (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/piex/src/
Dpiex_types.h56 struct PreviewImageData { struct
57 enum ColorSpace {
61 struct Rational {
65 struct Gps {
84 Image preview;
85 Image thumbnail;
87 std::uint32_t exif_orientation = 1; // horizontal as default
88 ColorSpace color_space = kSrgb;
91 std::uint32_t full_width = 0;
92 std::uint32_t full_height = 0;
[all …]
/third_party/flutter/skia/third_party/externals/piex/src/
Dpiex_types.h56 struct PreviewImageData { struct
57 enum ColorSpace {
61 struct Rational {
65 struct Gps {
84 Image preview;
85 Image thumbnail;
87 std::uint32_t exif_orientation = 1; // horizontal as default
88 ColorSpace color_space = kSrgb;
91 std::uint32_t full_width = 0;
92 std::uint32_t full_height = 0;
[all …]