Home
last modified time | relevance | path

Searched refs:counterclockwise (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/samples/winrt/ImageManipulations/
DAdvancedCapture.xaml.cpp496 Windows::Graphics::Display::DisplayOrientations displayOrientation, bool counterclockwise) in PhotoRotationLookup() argument
504 return (counterclockwise) ? Windows::Storage::FileProperties::PhotoOrientation::Rotate270: in PhotoRotationLookup()
511 return (counterclockwise) ? Windows::Storage::FileProperties::PhotoOrientation::Rotate90 : in PhotoRotationLookup()
520 Windows::Graphics::Display::DisplayOrientations displayOrientation, bool counterclockwise) in VideoRotationLookup() argument
528 return (counterclockwise) ? Windows::Media::Capture::VideoRotation::Clockwise270Degrees : in VideoRotationLookup()
535 return (counterclockwise) ? Windows::Media::Capture::VideoRotation::Clockwise90Degrees: in VideoRotationLookup()
DAdvancedCapture.xaml.h75 … Windows::Graphics::Display::DisplayOrientations displayOrientation, bool counterclockwise);
77 … Windows::Graphics::Display::DisplayOrientations displayOrientation, bool counterclockwise);
/external/skia/src/animator/
DSkAnimateSchema.xsd556 PathDirection determines if the path is traveled clockwise or counterclockwise.
562 <!-- @pattern ccw The path is traveled counterclockwise. -->