Home
last modified time | relevance | path

Searched defs:rotate (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Drotatingtree.c67 int rotate; in RotatingTree_Get() local
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c852 OMX_CONFIG_ROTATIONTYPE rotate; in mm_jpeg_session_config_ports() local
1349 OMX_CONFIG_ROTATIONTYPE rotate; in mm_jpeg_session_config_common() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py3504 def rotate(self, other, context=None): member in Decimal
5155 def rotate(self, a, b): member in Context