Searched refs:orient (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/drivers/display/ |
A D | lcd160cr_test.py | 40 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 D | lcd160cr.py | 210 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 D | PedestrianDetectAttributeResult.cc | 91 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 D | PedestrianDetectAttributeResult.h | 101 Orient orient; member
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftoutln.c | 829 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 D | SDL_uikitviewcontroller.m | 212 - (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 D | SDL_uikitvideo.m | 229 UIInterfaceOrientation orient = [UIApplication sharedApplication].statusBarOrientation; 230 BOOL landscape = UIInterfaceOrientationIsLandscape(orient);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffcrop.c | 424 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