Home
last modified time | relevance | path

Searched refs:orient (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/drivers/display/
A Dlcd160cr_test.py40 def test_features(lcd, orient=lcd160cr.PORTRAIT): argument
53 lcd.set_orient(orient)
139 def test_mandel(lcd, orient=lcd160cr.PORTRAIT): argument
142 lcd.set_orient(orient)
179 def test_all(lcd, orient=lcd160cr.PORTRAIT): argument
181 test_features(lcd, orient)
182 test_mandel(lcd, orient)
A Dlcd160cr.py210 def set_orient(self, orient): argument
211 self._fcmd2("<BBB", 0x14, (orient & 3) + 4)
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/src/model/
A DPedestrianDetectAttributeResult.cc91 attributesItemObject.orient.name = orientNode["Name"].asString(); in parse()
93 attributesItemObject.orient.score = std::stof(orientNode["Score"].asString()); in parse()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/
A DPedestrianDetectAttributeResult.h101 Orient orient; member
/AliOS-Things-master/components/freetype/src/base/
A Dftoutln.c829 FT_Orientation orient = FT_ORIENTATION_NONE;
877 if ( orient == FT_ORIENTATION_NONE )
878 orient = o;
879 else if ( orient != o )
884 return orient;
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitviewcontroller.m212 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orient
214 return ([self supportedInterfaceOrientations] & (1 << orient)) != 0;
468 * order to orient it correctly relative to the frame's coordinate space. */
A DSDL_uikitvideo.m229 UIInterfaceOrientation orient = [UIApplication sharedApplication].statusBarOrientation;
230 BOOL landscape = UIInterfaceOrientationIsLandscape(orient);
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c424 unsigned int orient; /* portrait, landscape, seascape, auto */ member
1965 case 'a': page->orient = ORIENTATION_AUTO; in process_command_opts()
1967 case 'p': page->orient = ORIENTATION_PORTRAIT; in process_command_opts()
1969 case 'l': page->orient = ORIENTATION_LANDSCAPE; in process_command_opts()
4998 page->orient = ORIENTATION_NONE; in initPageSetup()
5737 switch (page->orient) in computeOutputPixelOffsets()

Completed in 33 milliseconds