Home
last modified time | relevance | path

Searched refs:Quartz (Results 1 – 25 of 1497) sorted by relevance

12345678910>>...60

/dports/misc/py-PyUserInput/PyUserInput-0.1.11/pymouse/
H A Dmac.py16 import Quartz
23 Quartz.kCGEventRightMouseUp, Quartz.kCGEventOtherMouseUp]
33 Quartz.CGEventPost(Quartz.kCGHIDEventTap, event)
40 Quartz.CGEventPost(Quartz.kCGHIDEventTap, event)
44 Quartz.CGEventPost(Quartz.kCGHIDEventTap, move)
48 Quartz.CGEventPost(Quartz.kCGHIDEventTap, drag)
103 Quartz.CGEventMaskBit(Quartz.kCGEventMouseMoved) |
105 Quartz.CGEventMaskBit(Quartz.kCGEventLeftMouseUp) |
107 Quartz.CGEventMaskBit(Quartz.kCGEventRightMouseUp) |
109 Quartz.CGEventMaskBit(Quartz.kCGEventOtherMouseUp),
[all …]
/dports/misc/py-PyUserInput/PyUserInput-0.1.11/pykeyboard/
H A Dmac.py17 import Quartz
172 Quartz.CGEventPost(Quartz.kCGHIDEventTap, event)
206 tap = Quartz.CGEventTapCreate(
207 Quartz.kCGSessionEventTap,
210 Quartz.CGEventMaskBit(Quartz.kCGEventKeyDown) |
211 Quartz.CGEventMaskBit(Quartz.kCGEventKeyUp),
217 Quartz.CFRunLoopAddSource(self.loop, loopsource, Quartz.kCFRunLoopDefaultMode)
221 Quartz.CFRunLoopRunInMode(Quartz.kCFRunLoopDefaultMode, 5, False)
228 Quartz.CFRunLoopStop(self.loop)
250 key = Quartz.CGEventGetIntegerValueField(event, Quartz.kCGKeyboardEventKeycode)
[all …]
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/mmkeys/
H A Dosx.py33 import Quartz
100 self._tap = Quartz.CGEventTapCreate(
104 Quartz.kCGEventTapOptionDefault,
122 Quartz.CFRunLoopAddObserver(
129 Quartz.CFRunLoopAddSource(
132 Quartz.kCFRunLoopDefaultMode
139 Quartz.CFRunLoopRun()
154 Quartz.CFRunLoopRemoveSource(
157 Quartz.kCFRunLoopDefaultMode
162 Quartz.CFRunLoopRemoveObserver(
[all …]
/dports/x11/py-pyscreenshot/pyscreenshot-0.5.1/pyscreenshot/plugins/
H A Dmac_quartz.py15 import Quartz
18 import Quartz.CoreGraphics as CG
19 self.Quartz = Quartz
63 dest = self.Quartz.CGImageDestinationCreateWithURL(url, file_type,
69 self.Quartz.kCGImagePropertyDPIWidth: dpi,
70 self.Quartz.kCGImagePropertyDPIHeight: dpi,
75 self.Quartz.CGImageDestinationAddImage(dest, image, properties)
79 self.Quartz.CGImageDestinationFinalize(dest)
/dports/games/pcgen/pcgen/data/pathfinder/alluria_publishing/remarkable_races/
H A Drr_equip.lst18 # Quartz Armor Gem
19Quartz) PROFICIENCY:ARMOR|Padded TYPE:Armor.Light.ArmorProfLight.QuartzArmor.RellukRac…
20Quartz) PROFICIENCY:ARMOR|Leather TYPE:Armor.Light.ArmorProfLight.QuartzArmor.RellukRa…
23Quartz) PROFICIENCY:ARMOR|Hide TYPE:Armor.Medium.ArmorProfMedium.QuartzArmor.RellukR…
24Quartz) PROFICIENCY:ARMOR|Scale Mail TYPE:Armor.Medium.ArmorProfMedium.QuartzArmor.Re…
25Quartz) PROFICIENCY:ARMOR|Chainmail TYPE:Armor.Medium.ArmorProfMedium.QuartzArmor.Rel…
26Quartz) PROFICIENCY:ARMOR|Breastplate TYPE:Armor.Medium.ArmorProfMedium.QuartzArmor.Re…
27Quartz) PROFICIENCY:ARMOR|Splint Mail TYPE:Armor.Heavy.ArmorProfHeavy.QuartzArmor.Rell…
28Quartz) PROFICIENCY:ARMOR|Banded Mail TYPE:Armor.Heavy.ArmorProfHeavy.QuartzArmor.Rell…
29Quartz) PROFICIENCY:ARMOR|Half-Plate TYPE:Armor.Heavy.ArmorProfHeavy.QuartzArmor.Rell…
[all …]
/dports/graphics/guile-cairo/guile-cairo-1.11.1/doc/
H A Dsection-cairo-quartz.xml.texi4 @node Quartz Surfaces
5 @chapter Quartz Surfaces
6 Rendering to Quartz surfaces
9 The Quartz surface is used to render cairo graphics targeting the Apple
10 OS X Quartz rendering system.
H A Dsection-cairo-quartz-fonts.xml.texi4 @node Quartz Fonts
5 @chapter Quartz Fonts
9 The Quartz font backend is primarily used to render text on Apple MacOS
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControllerInterface/Quartz/
H A DQuartz.mm5 #include "InputCommon/ControllerInterface/Quartz/Quartz.h"
7 #include "InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h"
9 namespace ciface::Quartz
22 } // namespace ciface::Quartz
/dports/print/py-fonttools/fonttools-4.28.2/Tests/pens/
H A DquartzPen_test.py6 from Quartz.CoreGraphics import CGPathApply
7 from Quartz.CoreGraphics import kCGPathElementMoveToPoint
8 from Quartz.CoreGraphics import kCGPathElementAddLineToPoint
9 from Quartz.CoreGraphics import kCGPathElementAddQuadCurveToPoint
10 from Quartz.CoreGraphics import kCGPathElementAddCurveToPoint
11 from Quartz.CoreGraphics import kCGPathElementCloseSubpath
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/fsgs/
H A Drefreshratetool.py21 import Quartz
172 main_display = Quartz.CGMainDisplayID()
173 current_display = Quartz.CGDisplayPrimaryDisplay(main_display)
174 current_mode = Quartz.CGDisplayCopyDisplayMode(current_display)
175 width = Quartz.CGDisplayModeGetWidth(current_mode)
176 height = Quartz.CGDisplayModeGetHeight(current_mode)
177 refresh = Quartz.CGDisplayModeGetRefreshRate(current_mode)
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/gpu/gpu_tests/
H A Dcolor_profile_manager_mac.py17 import Quartz
77 online_display_list_result = Quartz.CGGetOnlineDisplayList(32, None, None)
79 if error != Quartz.kCGErrorSuccess:
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/pens/
H A DquartzPen.py3 from Quartz.CoreGraphics import CGPathCreateMutable, CGPathMoveToPoint
4 from Quartz.CoreGraphics import CGPathAddLineToPoint, CGPathAddCurveToPoint
5 from Quartz.CoreGraphics import CGPathAddQuadCurveToPoint, CGPathCloseSubpath
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Examples/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/
H A Dproject.pbxproj13 …8C86AA0EF2FB8F003F6E81 /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A8C8…
23Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quar…
35 1A8C86AA0EF2FB8F003F6E81 /* Quartz.framework in Frameworks */,
58 1A8C86A90EF2FB8F003F6E81 /* Quartz.framework */,
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSGraphicsContext.m918 colorspace (Quartz). */
927 colorspace (Quartz). */
1044 (DPS, Quartz). */
1062 coordinates. (Quartz).
1089 path. (Quartz).
1098 matrix. (Quartz).
1106 font. (Quartz).
1120 (Quartz). */
1187 lines are drawn. (DPS, Quartz). */
1230 (DPS, Quartz). */
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/
H A Dquartz-layers-content.patch37 * Creates a Quartz surface backed by a CGLayer, if the given surface
38 * is a Quartz surface; the CGLayer is created to match the surface's
39 - * Quartz context. Otherwise just calls cairo_surface_create_similar
41 + * Quartz context. Otherwise just calls cairo_surface_create_similar.
86 * to a flipped target, the directions match and Quartz will optimize
/dports/www/firefox/firefox-99.0/gfx/cairo/
H A Dquartz-layers-content.patch37 * Creates a Quartz surface backed by a CGLayer, if the given surface
38 * is a Quartz surface; the CGLayer is created to match the surface's
39 - * Quartz context. Otherwise just calls cairo_surface_create_similar
41 + * Quartz context. Otherwise just calls cairo_surface_create_similar.
86 * to a flipped target, the directions match and Quartz will optimize
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/
H A Dquartz-layers-content.patch37 * Creates a Quartz surface backed by a CGLayer, if the given surface
38 * is a Quartz surface; the CGLayer is created to match the surface's
39 - * Quartz context. Otherwise just calls cairo_surface_create_similar
41 + * Quartz context. Otherwise just calls cairo_surface_create_similar.
86 * to a flipped target, the directions match and Quartz will optimize
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/
H A Dquartz-layers-content.patch37 * Creates a Quartz surface backed by a CGLayer, if the given surface
38 * is a Quartz surface; the CGLayer is created to match the surface's
39 - * Quartz context. Otherwise just calls cairo_surface_create_similar
41 + * Quartz context. Otherwise just calls cairo_surface_create_similar.
86 * to a flipped target, the directions match and Quartz will optimize
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/
H A Dquartz-layers-content.patch37 * Creates a Quartz surface backed by a CGLayer, if the given surface
38 * is a Quartz surface; the CGLayer is created to match the surface's
39 - * Quartz context. Otherwise just calls cairo_surface_create_similar
41 + * Quartz context. Otherwise just calls cairo_surface_create_similar.
86 * to a flipped target, the directions match and Quartz will optimize
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/
H A Dquartz-layers-content.patch37 * Creates a Quartz surface backed by a CGLayer, if the given surface
38 * is a Quartz surface; the CGLayer is created to match the surface's
39 - * Quartz context. Otherwise just calls cairo_surface_create_similar
41 + * Quartz context. Otherwise just calls cairo_surface_create_similar.
86 * to a flipped target, the directions match and Quartz will optimize
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/plugins/B3DAcceleratorPlugin/
H A Dbuild.cmake2 # (vm-display-Quartz) as a dependency. This lets 3D work in both X11 and Quartz
/dports/net-p2p/transmission-cli/transmission-3.00/macosx/
H A DInfoFileViewController.h24 #import <Quartz/Quartz.h>
/dports/net-p2p/transmission-gtk/transmission-3.00/macosx/
H A DInfoFileViewController.h24 #import <Quartz/Quartz.h>
/dports/net-p2p/transmission-qt/transmission-3.00/macosx/
H A DInfoFileViewController.h24 #import <Quartz/Quartz.h>
/dports/net-p2p/transmission-daemon/transmission-3.00/macosx/
H A DInfoFileViewController.h24 #import <Quartz/Quartz.h>

12345678910>>...60