Home
last modified time | relevance | path

Searched defs:image_rotation (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/gthumb/gthumb-3.10.1/extensions/image_rotation/
H A Dmeson.build10 image_rotation_mod = shared_module('image_rotation', build
/dports/graphics/gthumb/gthumb-3.10.1/extensions/
H A Dmeson.build21 subdir('image_rotation') subdir
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/drive/
H A Ddrive.proto90 optional int64 image_rotation = 10; field
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Dx3f_datadefs.h25 unsigned long image_rotation; member
/dports/www/firefox/firefox-99.0/third_party/rust/mp4parse_capi/src/
H A Dlib.rs332 pub image_rotation: mp4parse::ImageRotation, field
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/mp4parse_capi/src/
H A Dlib.rs331 pub image_rotation: mp4parse::ImageRotation, field
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/mp4parse_capi/src/
H A Dlib.rs331 pub image_rotation: mp4parse::ImageRotation, field
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/mp4parse/src/
H A Dlib.rs879 pub fn image_rotation(&self) -> ImageRotation { in image_rotation() method
2586 let image_rotation = match irot.read_u8(2)? { in read_irot() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/mp4parse/src/
H A Dlib.rs879 pub fn image_rotation(&self) -> ImageRotation { in image_rotation() method
2586 let image_rotation = match irot.read_u8(2)? { in read_irot() localVariable
/dports/graphics/xmedcon/xmedcon-0.17.0/source/
H A Dm-matrix.h309 float image_rotation, member
/dports/www/firefox/firefox-99.0/third_party/rust/mp4parse/src/
H A Dlib.rs1323 pub fn image_rotation(&self) -> Result<ImageRotation> { in image_rotation() method
3597 let image_rotation = match irot.read_u8(2)? { in read_irot() localVariable