HomeSort by relevance Sort by last modified time
    Searched refs:RgnHandle (Results 1 - 25 of 33) sorted by null

1 2

  /external/python/cpython2/Mac/Modules/qd/
qdedit.py 79 (RgnHandle, 'srcRgn', InMode),
80 (RgnHandle, 'dstRgn', InMode),
85 (RgnHandle, 'rgn', InMode),
94 (RgnHandle, 'rgn', InMode),
101 (RgnHandle, 'srcRgnA', InMode),
102 (RgnHandle, 'srcRgnB', InMode),
103 (RgnHandle, 'dstRgn', InMode),
108 (RgnHandle, 'srcRgnA', InMode),
109 (RgnHandle, 'srcRgnB', InMode),
110 (RgnHandle, 'dstRgn', InMode)
    [all...]
_Qdmodule.c 412 RgnHandle _rv;
413 RgnHandle visRgn;
430 RgnHandle _rv;
431 RgnHandle clipRgn;
656 RgnHandle ioRegion;
673 RgnHandle ioRegion;
846 RgnHandle visRgn;
863 RgnHandle clipRgn;
1062 RgnHandle _rv;
1063 RgnHandle region
    [all...]
qdsupport.py 36 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
37 OptRgnHandle = OpaqueByValueType("RgnHandle", "OptResObj")
169 """RgnHandle h=NewRgn(); /* XXXX wrong dispose routine */
176 """RgnHandle h=NewRgn(); /* XXXX wrong dispose routine */
253 ##r_object = Region_ObjectDefinition('Region', 'QdRgn', 'RgnHandle')
  /external/python/cpython2/Mac/Modules/win/
winedit.py 11 (RgnHandle, 'r', InMode),
17 (RgnHandle, 'r', InMode),
23 (RgnHandle, 'r', InMode),
winsupport.py 34 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
_Winmodule.c 426 RgnHandle outExposedRgn;
453 RgnHandle inScrollRgn;
457 RgnHandle outExposedRgn;
497 RgnHandle clobberedRgn;
514 RgnHandle clobberedRgn;
545 RgnHandle clobberedRgn;
781 RgnHandle ioWinRgn;
848 RgnHandle region;
886 RgnHandle region;
1161 RgnHandle outDragOutlineRgn
    [all...]
  /external/python/cpython2/Mac/Modules/cg/
cgsupport.py 21 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
161 (RgnHandle, 'region', InMode),
  /external/python/cpython2/Mac/Modules/evt/
evtsupport.py 27 RgnHandle = FakeType("(RgnHandle)0")
29 # RgnHandle = OpaqueByValueType("RgnHandle", "OptResObj")
79 (RgnHandle)mouseregion);
_Evtmodule.c 463 (RgnHandle)mouseregion);
  /external/python/cpython2/Mac/Modules/icn/
icnsupport.py 29 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
39 # RgnHandle = FakeType("(RgnHandle)0")
41 # RgnHandle = OpaqueByValueType("RgnHandle", "OptResObj")
_Icnmodule.c 432 RgnHandle theRgn;
459 RgnHandle theRgn;
    [all...]
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.h 129 int CalculateVisibleRegion(ControlRef control, RgnHandle& visibleRgn,
131 bool CheckValidRegion(RgnHandle rHandle);
video_render_agl.cc     [all...]
  /external/python/cpython2/Mac/Modules/app/
appsupport.py 29 RgnHandle = FakeType("(RgnHandle)0")
33 # RgnHandle = OpaqueByValueType("RgnHandle", "OptResObj")
_Appmodule.c 554 _err = DrawThemeFocusRegion((RgnHandle)0,
676 (RgnHandle)0);
800 (RgnHandle)0);
    [all...]
  /external/python/cpython2/Mac/Modules/mlte/
mltesupport.py 119 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
120 OptRgnHandle = OpaqueByValueType("RgnHandle", "OptResObj")
  /external/python/cpython2/Mac/Modules/te/
tesupport.py 29 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
  /external/python/cpython2/Mac/Modules/carbonevt/
CarbonEvtsupport.py 71 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
  /external/python/cpython2/Mac/Modules/dlg/
dlgsupport.py 21 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
  /external/python/cpython2/Mac/Modules/drag/
dragsupport.py 31 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
_Dragmodule.c 164 RgnHandle imageRgn;
214 RgnHandle theRegion;
585 RgnHandle hiliteFrame;
661 RgnHandle updateRgn;
684 PyDoc_STR("(PixMapHandle imagePixMap, RgnHandle imageRgn, Point imageOffsetPt, DragImageFlags theImageFlags) -> None")},
688 PyDoc_STR("(EventRecord theEvent, RgnHandle theRegion) -> None")},
722 PyDoc_STR("(RgnHandle hiliteFrame, Boolean inside) -> None")},
730 PyDoc_STR("(RgnHandle updateRgn) -> None")},
893 RgnHandle region;
998 PyDoc_STR("(RgnHandle region, Point zoomDistance, SInt16 zoomSteps, ZoomAcceleration acceleration) -> None")}
    [all...]
  /external/python/cpython2/Mac/Modules/list/
listsupport.py 35 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
  /external/python/cpython2/Mac/Modules/qt/
qtsupport.py 168 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
_Qtmodule.c 534 RgnHandle _rv;
549 RgnHandle _rv;
901 RgnHandle theClip;
902 RgnHandle movieClip;
922 RgnHandle theClip;
923 RgnHandle movieClip;
943 RgnHandle movieRgn;
944 RgnHandle badgeRgn;
1031 RgnHandle invalidRgn;
    [all...]
  /external/python/cpython2/Mac/Modules/ctl/
ctlsupport.py 28 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")

Completed in 235 milliseconds

1 2