Home
last modified time | relevance | path

Searched refs:GetCurrentObject (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/dports/math/vtk8/VTK-8.2.0/Rendering/SceneGraph/
H A DvtkViewNode.cxx105 vtkViewNode *node = vtkViewNode::SafeDownCast(nit->GetCurrentObject()); in RemoveUnusedNodes()
131 vtkObject *obj = rit->GetCurrentObject(); in AddMissingNodes()
191 vtkViewNode *child = vtkViewNode::SafeDownCast(it->GetCurrentObject()); in Traverse()
278 vtkViewNode *child = vtkViewNode::SafeDownCast(it->GetCurrentObject()); in GetViewNodeFor()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkAnimationScene.cxx95 vtkAnimationCue* cue = vtkAnimationCue::SafeDownCast(it->GetCurrentObject()); in SetTimeMode()
114 vtkAnimationCue* cue = vtkAnimationCue::SafeDownCast(it->GetCurrentObject()); in InitializeChildren()
128 vtkAnimationCue* cue = vtkAnimationCue::SafeDownCast(it->GetCurrentObject()); in FinalizeChildren()
231 vtkAnimationCue* cue = vtkAnimationCue::SafeDownCast(iter->GetCurrentObject()); in TickInternal()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkAnimationScene.cxx96 vtkAnimationCue::SafeDownCast(it->GetCurrentObject()); in SetTimeMode()
116 vtkAnimationCue::SafeDownCast(it->GetCurrentObject()); in InitializeChildren()
131 vtkAnimationCue::SafeDownCast(it->GetCurrentObject()); in FinalizeChildren()
238 iter->GetCurrentObject()); in TickInternal()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkAnimationScene.cxx97 vtkAnimationCue::SafeDownCast(it->GetCurrentObject()); in SetTimeMode()
117 vtkAnimationCue::SafeDownCast(it->GetCurrentObject()); in InitializeChildren()
132 vtkAnimationCue::SafeDownCast(it->GetCurrentObject()); in FinalizeChildren()
239 iter->GetCurrentObject()); in TickInternal()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/misc/GDI/
H A DDeviceContext.cs127 …_hCurrentPen = _hInitialPen = IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, _hDC), I… in CacheInitialState()
128 …_hCurrentBrush = _hInitialBrush = IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, _hDC… in CacheInitialState()
129 …_hCurrentBmp = _hInitialBmp = IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, _hDC), I… in CacheInitialState()
130 …_hCurrentFont = _hInitialFont = IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, _hDC),… in CacheInitialState()
/dports/editors/lazarus/lazarus/components/lclextensions/include/carbon/
H A Ddelphicompat.inc25 GetCurrentObject
54 function GetCurrentObject(hdc: HDC; uObjectType: UINT): HGDIOBJ;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/carbon/
H A Ddelphicompat.inc25 GetCurrentObject
54 function GetCurrentObject(hdc: HDC; uObjectType: UINT): HGDIOBJ;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/cocoa/
H A Ddelphicompat.inc24 GetCurrentObject
53 function GetCurrentObject(hdc: HDC; uObjectType: UINT): HGDIOBJ;
/dports/editors/lazarus/lazarus/components/lclextensions/include/cocoa/
H A Ddelphicompat.inc24 GetCurrentObject
53 function GetCurrentObject(hdc: HDC; uObjectType: UINT): HGDIOBJ;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/gtk3/
H A Ddelphicompat.inc24 GetCurrentObject
53 function GetCurrentObject(hdc: HDC; uObjectType: UINT): HGDIOBJ;
/dports/editors/lazarus-qt5/lazarus/components/lclextensions/include/carbon/
H A Ddelphicompat.inc25 GetCurrentObject
54 function GetCurrentObject(hdc: HDC; uObjectType: UINT): HGDIOBJ;
/dports/editors/lazarus-qt5/lazarus/components/lclextensions/include/cocoa/
H A Ddelphicompat.inc24 GetCurrentObject
53 function GetCurrentObject(hdc: HDC; uObjectType: UINT): HGDIOBJ;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/carbon/
H A Ddelphicompat.inc25 GetCurrentObject
54 function GetCurrentObject(hdc: HDC; uObjectType: UINT): HGDIOBJ;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/cocoa/
H A Ddelphicompat.inc24 GetCurrentObject
53 function GetCurrentObject(hdc: HDC; uObjectType: UINT): HGDIOBJ;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/include/gtk3/
H A Ddelphicompat.inc24 GetCurrentObject
53 function GetCurrentObject(hdc: HDC; uObjectType: UINT): HGDIOBJ;
/dports/math/vtk8/VTK-8.2.0/Rendering/OptiX/
H A DvtkOptiXRendererNode.cxx225 vtkOptiXCameraNode::SafeDownCast(it->GetCurrentObject()); in Traverse()
240 vtkOptiXLightNode::SafeDownCast(it->GetCurrentObject()); in Traverse()
268 vtkOptiXActorNode::SafeDownCast(it->GetCurrentObject()); in Traverse()
296 vtkOptiXActorNode::SafeDownCast(it->GetCurrentObject()); in Traverse()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsContextCairoWin.cpp46 HBITMAP bitmap = static_cast<HBITMAP>(GetCurrentObject(hdc, OBJ_BITMAP)); in createCairoContextWithHDC()
134 OwnPtr<HBITMAP> bitmap = adoptPtr(static_cast<HBITMAP>(GetCurrentObject(hdc, OBJ_BITMAP))); in releaseWindowsContext()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dwrote-0.9.0/src/
H A Dbitmap_render_target.rs13 use winapi::um::wingdi::{BITMAP, OBJ_BITMAP, RGB, GetObjectW, GetCurrentObject};
100 let ret = GetObjectW(GetCurrentObject(memory_dc, OBJ_BITMAP), in get_opaque_values_as_mask()
/dports/www/firefox/firefox-99.0/third_party/rust/dwrote/src/
H A Dbitmap_render_target.rs13 use winapi::um::wingdi::{GetCurrentObject, GetObjectW, BITMAP, OBJ_BITMAP, RGB};
101 GetCurrentObject(memory_dc, OBJ_BITMAP), in get_opaque_values_as_mask()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dwrote/src/
H A Dbitmap_render_target.rs13 use winapi::um::wingdi::{GetCurrentObject, GetObjectW, BITMAP, OBJ_BITMAP, RGB};
101 GetCurrentObject(memory_dc, OBJ_BITMAP), in get_opaque_values_as_mask()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/dwrote-0.11.0/src/
H A Dbitmap_render_target.rs13 use winapi::um::wingdi::{GetCurrentObject, GetObjectW, BITMAP, OBJ_BITMAP, RGB};
101 GetCurrentObject(memory_dc, OBJ_BITMAP), in get_opaque_values_as_mask()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dwrote/src/
H A Dbitmap_render_target.rs13 use winapi::um::wingdi::{GetCurrentObject, GetObjectW, BITMAP, OBJ_BITMAP, RGB};
101 GetCurrentObject(memory_dc, OBJ_BITMAP), in get_opaque_values_as_mask()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/dwrote/src/
H A Dbitmap_render_target.rs13 use winapi::um::wingdi::{GetCurrentObject, GetObjectW, BITMAP, OBJ_BITMAP, RGB};
101 GetCurrentObject(memory_dc, OBJ_BITMAP), in get_opaque_values_as_mask()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/dwrote-0.10.0/src/
H A Dbitmap_render_target.rs13 use winapi::um::wingdi::{GetCurrentObject, GetObjectW, BITMAP, OBJ_BITMAP, RGB};
101 GetCurrentObject(memory_dc, OBJ_BITMAP), in get_opaque_values_as_mask()
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkDataArrayCollectionIterator.cxx60 return static_cast<vtkDataArray*>(this->GetCurrentObject()); in GetDataArray()

12345678910>>...20