Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A Dtif_imageiter.c180 switch (img->orientation) { in TIFFImageIterBegin()
185 img->orientation = ORIENTATION_BOTLEFT; in TIFFImageIterBegin()
194 img->orientation = ORIENTATION_TOPLEFT; in TIFFImageIterBegin()
264 uint16 orientation; in gtTileContig() local
278 orientation = img->orientation; in gtTileContig()
312 uint16 orientation; in gtTileSeparate() local
339 orientation = img->orientation; in gtTileSeparate()
379 uint16 orientation; in gtStripContig() local
392 orientation = img->orientation; in gtStripContig()
418 uint16 orientation; in gtStripSeparate() local
[all …]
A Dtif_imageiter.h45 uint16 orientation; /* image orientation */ member
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/
A DTiffile.cpp357 switch (img->orientation) { in setorientation()
362 img->orientation = ORIENTATION_BOTLEFT; in setorientation()
372 img->orientation = ORIENTATION_TOPLEFT; in setorientation()
397 uint16 orientation; in getStripContig1Bit() local
417 orientation = img->orientation; in getStripContig1Bit()
418 toskew = -(int32) (orientation == ORIENTATION_TOPLEFT ? wb+wb : wb-wb); in getStripContig1Bit()
437 y += (orientation == ORIENTATION_TOPLEFT ?-(int32) nrow : (int32) nrow); in getStripContig1Bit()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_displayevents.c39 if (data1 == SDL_ORIENTATION_UNKNOWN || data1 == display->orientation) { in SDL_SendDisplayEvent()
42 display->orientation = (SDL_DisplayOrientation)data1; in SDL_SendDisplayEvent()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitmodes.m424 return SDL_SetError("Screen orientation does not match display mode size");
428 return SDL_SetError("Screen orientation does not match display mode size");
498 SDL_DisplayOrientation orientation = SDL_ORIENTATION_UNKNOWN;
501 * orientation so that updating a window's fullscreen state to
503 * correct orientation. */
519 orientation = SDL_ORIENTATION_PORTRAIT;
522 orientation = SDL_ORIENTATION_PORTRAIT_FLIPPED;
526 orientation = SDL_ORIENTATION_LANDSCAPE_FLIPPED;
530 orientation = SDL_ORIENTATION_LANDSCAPE;
535 SDL_SendDisplayEvent(display, SDL_DISPLAYEVENT_ORIENTATION, orientation);
A DSDL_uikitwindow.m72 /* Workaround to fix window orientation issues in iOS 8. */
73 /* As of July 1 2019, I haven't been able to reproduce any orientation
119 * fullscreen flag is set. But the display bounds orientation might not
122 * to the requested size for the purposes of determining orientation. */
145 * orientation changes. This will trigger resize events, if appropriate. */
430 /* any orientation is okay. */
443 …/* Don't allow upside-down orientation on phones, so answering calls is in the natural orientation
A DSDL_uikitappdelegate.m102 /* iPad apps can launch in any orientation. */
221 /* Ignore this image if the orientation doesn't match. */
259 * to be rotated to display in the expected orientation. */
268 * to be rotated to display in the expected orientation. */
279 ….image = [[UIImage alloc] initWithCGImage:image.CGImage scale:image.scale orientation:imageorient];
A DSDL_uikitvideo.m223 * bounds returning portrait orientation despite the app being in landscape.
233 /* The orientation flip doesn't make sense when the window is smaller
A DSDL_uikitview.m147 * already correct causes orientation issues on iOS 7 and below. */
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandtouch.h193 …rface_set_content_orientation(struct qt_extended_surface *qt_extended_surface, int32_t orientation) in qt_extended_surface_set_content_orientation() argument
196 QT_EXTENDED_SURFACE_SET_CONTENT_ORIENTATION, orientation); in qt_extended_surface_set_content_orientation()
A DSDL_waylandwindow.c523 int32_t orientation = QT_EXTENDED_SURFACE_ORIENTATION_PRIMARYORIENTATION; in QtExtendedSurface_OnHintChanged() local
527 orientation = QT_EXTENDED_SURFACE_ORIENTATION_PORTRAITORIENTATION; in QtExtendedSurface_OnHintChanged()
529 orientation = QT_EXTENDED_SURFACE_ORIENTATION_LANDSCAPEORIENTATION; in QtExtendedSurface_OnHintChanged()
531 orientation = QT_EXTENDED_SURFACE_ORIENTATION_INVERTEDPORTRAITORIENTATION; in QtExtendedSurface_OnHintChanged()
533 orientation = QT_EXTENDED_SURFACE_ORIENTATION_INVERTEDLANDSCAPEORIENTATION; in QtExtendedSurface_OnHintChanged()
537 qt_extended_surface_set_content_orientation(qt_extended_surface, orientation); in QtExtendedSurface_OnHintChanged()
/AliOS-Things-master/components/freetype/src/base/
A Dftoutln.c910 FT_Int orientation; in FT_Outline_EmboldenXY() local
921 orientation = FT_Outline_Get_Orientation( outline ); in FT_Outline_EmboldenXY()
922 if ( orientation == FT_ORIENTATION_NONE ) in FT_Outline_EmboldenXY()
983 if ( orientation == FT_ORIENTATION_TRUETYPE ) in FT_Outline_EmboldenXY()
990 if ( orientation == FT_ORIENTATION_TRUETYPE ) in FT_Outline_EmboldenXY()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidvideo.c202 display->orientation = Android_JNI_GetDisplayOrientation(); in Android_VideoInit()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcp.c78 static uint16 orientation; variable
652 TIFFGetFieldDefaulted(in, TIFFTAG_ORIENTATION, &orientation); in tiffcp()
653 switch (orientation) { in tiffcp()
657 orientation = ORIENTATION_BOTLEFT; in tiffcp()
666 orientation = ORIENTATION_TOPLEFT; in tiffcp()
672 TIFFSetField(out, TIFFTAG_ORIENTATION, orientation); in tiffcp()
A Dtiffcrop.c406 uint16 orientation; member
5030 image->orientation = 0; in initImageData()
5832 uint16 orientation = 0; in loadImage() local
5847 TIFFGetFieldDefaulted(in, TIFFTAG_ORIENTATION, &orientation); in loadImage()
5989 image->orientation = orientation; in loadImage()
5990 switch (orientation) in loadImage()
6019 image->orientation = ORIENTATION_TOPLEFT; in loadImage()
6284 image->orientation = ORIENTATION_TOPLEFT; in correct_orientation()
7162 TIFFSetField(out, TIFFTAG_ORIENTATION, image->orientation); in writeSingleSection()
7837 TIFFSetField(out, TIFFTAG_ORIENTATION, image->orientation); in writeCroppedImage()
A Dtiff2pdf.c4652 void t2p_compose_pdf_page_orient(T2P_BOX* boxp, uint16 orientation){ in t2p_compose_pdf_page_orient() argument
4676 switch(orientation){ in t2p_compose_pdf_page_orient()
4727 void t2p_compose_pdf_page_orient_flip(T2P_BOX* boxp, uint16 orientation){ in t2p_compose_pdf_page_orient_flip() argument
4751 switch(orientation){ in t2p_compose_pdf_page_orient_flip()
/AliOS-Things-master/components/littlevgl/docs/
A DCODE_OF_CONDUCT.md5 …f experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h134 SDL_DisplayOrientation orientation; member
A DSDL_video.c771 return display->orientation; in SDL_GetDisplayOrientation()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_ImageIO.m21 …ACKEND() ([UIImage instancesRespondToSelector:@selector(initWithCGImage:scale:orientation:)] == NO)
350 if ([UIImage instancesRespondToSelector:@selector(initWithCGImage:scale:orientation:)])
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtiffio.h208 uint16 orientation; /* image orientation */ member
A Dtif_getimage.c480 TIFFGetFieldDefaulted(tif, TIFFTAG_ORIENTATION, &img->orientation); in TIFFRGBAImageBegin()
523 int orientation, int stop) in TIFFReadRGBAImageOriented() argument
530 img.req_orientation = (uint16)orientation; in TIFFReadRGBAImageOriented()
557 switch (img->orientation) { in setorientation()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dtiffio.h208 uint16 orientation; /* image orientation */ member
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c158 jint orientation);
871 jint orientation) in SDL_JAVA_INTERFACE()
875 displayOrientation = (SDL_DisplayOrientation)orientation; in SDL_JAVA_INTERFACE()
880 SDL_SendDisplayEvent(display, SDL_DISPLAYEVENT_ORIENTATION, orientation); in SDL_JAVA_INTERFACE()
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c1170 DisplayOrientationName(int orientation) in DisplayOrientationName() argument
1172 switch (orientation) in DisplayOrientationName()

Completed in 67 milliseconds

12