Searched refs:orientation (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebDeviceOrientationProviderMock.h38 - (void)setOrientation:(WebDeviceOrientation*)orientation;
H A DWebDeviceOrientationProviderMock.mm44 - (void)setOrientation:(WebDeviceOrientation*)orientation
46 m_core->setOrientation(core(orientation));
103 - (void)setOrientation:(WebDeviceOrientation*)orientation
105 [m_internal setOrientation:orientation];
H A DWebDeviceOrientation.mm58 DeviceOrientationData* core(WebDeviceOrientation* orientation)
60 return orientation ? orientation->m_internal->m_orientation.get() : 0;
H A DWebDeviceOrientationProviderMockInternal.h37 - (void)setOrientation:(WebDeviceOrientation*)orientation;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/CGRotation/
H A DCGImageUtils.py39 # Setup the orientation transformation matrix so that the image will display with the
40 # proper orientation
45 # Transforms the context based on the orientation of the image.
53 orientation = IIGetImageOrientation(image)
54 if orientation == 1:
59 elif orientation == 2:
64 elif orientation == 3:
69 elif orientation == 4:
74 elif orientation == 5:
79 elif orientation
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/CGRotation/
H A DCGImageUtils.py39 # Setup the orientation transformation matrix so that the image will display with the
40 # proper orientation
45 # Transforms the context based on the orientation of the image.
53 orientation = IIGetImageOrientation(image)
54 if orientation == 1:
59 elif orientation == 2:
64 elif orientation == 3:
69 elif orientation == 4:
74 elif orientation == 5:
79 elif orientation
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Core Graphics/CGRotation/
H A DCGImageUtils.py39 # Setup the orientation transformation matrix so that the image will display with the
40 # proper orientation
45 # Transforms the context based on the orientation of the image.
53 orientation = IIGetImageOrientation(image)
54 if orientation == 1:
59 elif orientation == 2:
64 elif orientation == 3:
69 elif orientation == 4:
74 elif orientation == 5:
79 elif orientation
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Darrowb.tcl18 option -orientation \
19 -configuremethod C-orientation \
20 -validatemethod V-orientation
28 method C-orientation {o value} {
34 method V-orientation {o value} {
/macosx-10.10.1/groff-38/groff/src/devices/grolbp/
H A Dlbp.cpp40 static int orientation = -1; // orientation variable
161 if (orientation < 0)
162 orientation = 0; // Default orientation is portrait
175 lbpprintf("\033[%dp", (papersize | orientation));
177 lbpprintf("\033[%d;%d;%dp", (papersize | orientation),
247 if (orientation) // Landscape
589 // orientation command
590 if (strcasecmp(command, "orientation")
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_imageiter.c179 TIFFGetFieldDefaulted(tif, TIFFTAG_ORIENTATION, &img->orientation);
180 switch (img->orientation) {
184 TIFFWarning(TIFFFileName(tif), "using bottom-left orientation");
185 img->orientation = ORIENTATION_BOTLEFT;
193 TIFFWarning(TIFFFileName(tif), "using top-left orientation");
194 img->orientation = ORIENTATION_TOPLEFT;
264 uint16 orientation; local
278 orientation = img->orientation;
312 uint16 orientation; local
379 uint16 orientation; local
418 uint16 orientation; local
[all...]
H A Dtif_imageiter.h45 uint16 orientation; /* image orientation */ member in struct:_TIFFImageIter
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dworm.c91 int orientation; member in struct:worm
284 : normal))))[w->orientation];
291 w->orientation = op->opts[0];
294 w->orientation = op->opts[(int) (ranf() * (float) op->nopts)];
299 x += xinc[w->orientation];
300 y += yinc[w->orientation];
509 w->orientation = 0;
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dlocal.h104 int orientation:2; /* orientation for fwide() */ member in struct:__sFILEX
111 #define _orientation _extra->orientation
120 (fp)->_extra->orientation = 0; \
155 * Set the orientation for a stream. If o > 0, the stream has wide-
156 * orientation. If o < 0, the stream has byte-orientation.
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/win_dib/
H A DTiffile.cpp357 switch (img->orientation) {
361 TIFFWarning(TIFFFileName(tif), "using bottom-left orientation");
362 img->orientation = ORIENTATION_BOTLEFT;
371 TIFFWarning(TIFFFileName(tif), "using top-left orientation");
372 img->orientation = ORIENTATION_TOPLEFT;
397 uint16 orientation; local
417 orientation = img->orientation;
418 toskew = -(int32) (orientation == ORIENTATION_TOPLEFT ? wb+wb : wb-wb);
437 y += (orientation
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventData.h221 uint32_t orientationType; // Specifies the orientation type used by the transducer.
239 }orientation; member in struct:_IOHIDDigitizerEventData
851 value = IOHIDEventValueFloat(digEvent->orientation.tilt.x, isFixed); \
854 value = IOHIDEventValueFloat(digEvent->orientation.tilt.y, isFixed); \
861 value = IOHIDEventValueFloat(digEvent->orientation.polar.altitude, isFixed); \
864 value = IOHIDEventValueFloat(digEvent->orientation.polar.azimuth, isFixed); \
871 value = IOHIDEventValueFloat(digEvent->orientation.quality.quality, isFixed); \
874 value = IOHIDEventValueFloat(digEvent->orientation.quality.density, isFixed); \
877 value = IOHIDEventValueFloat(digEvent->orientation.quality.irregularity, isFixed); \
880 value = IOHIDEventValueFloat(digEvent->orientation
[all...]
H A DIOHIDEvent.cpp786 event->orientation.quality.majorRadius = 5<<16;
787 event->orientation.quality.minorRadius = 5<<16;
790 event->orientation.quality.majorRadius = 3<<16;
791 event->orientation.quality.minorRadius = 3<<16;
828 event->orientation.tilt.x = xTilt;
829 event->orientation.tilt.y = xTilt;
865 event->orientation.polar.altitude = altitude;
866 event->orientation.polar.azimuth = azimuth;
905 event->orientation.quality.quality = quality;
906 event->orientation
[all...]
/macosx-10.10.1/vim-55/src/
H A Dgui_at_sb.h103 XtOrientation orientation; /* horizontal or vertical */ member in struct:__anon13994
H A Dgui_at_sb.c98 Offset(scrollbar.orientation), XtRImmediate, (XtPointer) XtorientVertical},
215 ((widget->scrollbar.orientation == XtorientHorizontal) ? (x) : (y))
253 if (sbw->scrollbar.orientation == XtorientHorizontal)
272 if (!(sbw->scrollbar.orientation == XtorientHorizontal))
305 if (!(sbw->scrollbar.orientation == XtorientHorizontal))
412 if (sbw->scrollbar.orientation == XtorientHorizontal)
511 if (sbw->scrollbar.orientation == XtorientVertical)
537 sbw->core.width = (sbw->scrollbar.orientation == XtorientVertical)
541 sbw->core.height = (sbw->scrollbar.orientation == XtorientHorizontal)
626 if (sbw->scrollbar.orientation
[all...]
/macosx-10.10.1/cups-408/cups/cups/
H A Demit.c878 orientation; /* Orientation to use */ local
914 * According to the Adobe PPD specification, an orientation of 1
919 * We could also use an orientation of 3 to produce output that
928 * The orientation value is range limited by the Orientation
934 orientation = 1;
952 if (orientation > max_orient)
953 orientation = max_orient;
954 else if (orientation < min_orient)
955 orientation = min_orient;
961 values[pos] = (float)orientation;
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm642 PassRefPtr<Scrollbar> PDFPlugin::createScrollbar(ScrollbarOrientation orientation)
644 RefPtr<Scrollbar> widget = Scrollbar::createNativeScrollbar(this, orientation, RegularScrollbar);
645 if (orientation == HorizontalScrollbar) {
652 didAddScrollbar(widget.get(), orientation);
657 void PDFPlugin::destroyScrollbar(ScrollbarOrientation orientation)
659 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_horizontalScrollbar : m_verticalScrollbar;
663 willRemoveScrollbar(scrollbar.get(), orientation);
668 if (orientation == HorizontalScrollbar) {
736 int PDFPlugin::scrollSize(ScrollbarOrientation orientation) const
738 Scrollbar* scrollbar = ((orientation
[all...]
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DttkMacOSXTheme.c629 int orientation = TTK_ORIENT_HORIZONTAL; local
632 Ttk_GetOrientFromObj(NULL, elem->orientObj, &orientation);
646 (orientation == TTK_ORIENT_HORIZONTAL ?
741 int orientation = TTK_ORIENT_HORIZONTAL, phase = 0; local
744 Ttk_GetOrientFromObj(NULL, pbar->orientObj, &orientation);
759 (orientation == TTK_ORIENT_HORIZONTAL ?
781 * DrawThemeSeparator() guesses the orientation of the line from
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddot.vim45 syn keyword dotType height layer orientation peripheries regular
/macosx-10.10.1/cups-408/cups/test/
H A Dipp-2.0.test56 EXPECT orientation-requested-default OF-TYPE no-value|enum IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE 3,4,5,6
57 EXPECT orientation-requested-supported OF-TYPE enum IN-GROUP printer-attributes-tag WITH-VALUE 3,4,5,6
/macosx-10.10.1/cups-408/cups/everywhere/
H A Dipp-tests.test216 EXPECT feed-orientation-supported OF-TYPE keyword IN-GROUP printer-attributes-tag DEFINE-MATCH HAVE_FEED_ORIENTATION
217 EXPECT feed-orientation-default OF-TYPE keyword IN-GROUP printer-attributes-tag COUNT 1 IF-DEFINED HAVE_FEED_ORIENTATION
314 EXPECT orientation-requested-default OF-TYPE no-value|enum IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE 3,4,5,6,7
315 EXPECT orientation-requested-supported OF-TYPE enum IN-GROUP printer-attributes-tag WITH-VALUE 3,4,5,6,7
617 EXPECT ?feed-orientation OF-TYPE enum IN-GROUP job-attributes-tag COUNT 1
624 EXPECT ?orientation-requested OF-TYPE enum IN-GROUP job-attributes-tag COUNT 1
703 EXPECT ?feed-orientation OF-TYPE enum IN-GROUP job-attributes-tag COUNT 1
710 EXPECT ?orientation-requested OF-TYPE enum IN-GROUP job-attributes-tag COUNT 1
787 EXPECT ?feed-orientation OF-TYPE enum IN-GROUP job-attributes-tag COUNT 1
794 EXPECT ?orientation
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcp.c78 static uint16 orientation; variable
609 TIFFGetFieldDefaulted(in, TIFFTAG_ORIENTATION, &orientation);
610 switch (orientation) {
613 TIFFWarning(TIFFFileName(in), "using bottom-left orientation");
614 orientation = ORIENTATION_BOTLEFT;
622 TIFFWarning(TIFFFileName(in), "using top-left orientation");
623 orientation = ORIENTATION_TOPLEFT;
629 TIFFSetField(out, TIFFTAG_ORIENTATION, orientation);

Completed in 338 milliseconds

12