Home
last modified time | relevance | path

Searched refs:lHandle (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DLists.pas504 procedure LDispose( lHandle: ListHandle ); external name '_LDispose';
564 procedure LDelRow( count: SInt16; rowNum: SInt16; lHandle: ListHandle ); external name '_LDelRow';
594 function LLastClick( lHandle: ListHandle ): Cell; external name '_LLastClick'; in LLastClick()
669 procedure LScroll( dCols: SInt16; dRows: SInt16; lHandle: ListHandle ); external name '_LScroll';
684 procedure LAutoScroll( lHandle: ListHandle ); external name '_LAutoScroll';
699 procedure LUpdate( theRgn: RgnHandle; lHandle: ListHandle ); external name '_LUpdate';
714 procedure LActivate( act: Boolean; lHandle: ListHandle ); external name '_LActivate';
729 procedure LCellSize( cSize: Point; lHandle: ListHandle ); external name '_LCellSize';
774 procedure LClrCell( theCell: Cell; lHandle: ListHandle ); external name '_LClrCell';
804 procedure LRect( var cellRect: Rect; theCell: Cell; lHandle: ListHandle ); external name '_LRect';
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreFileSystem.cpp197 intptr_t lHandle, res; in findFiles() local
221 while (lHandle != -1 && res != -1) in findFiles()
253 res = _wfindnext( lHandle, &tagData ); in findFiles()
255 res = _findnext( lHandle, &tagData ); in findFiles()
259 if(lHandle != -1) in findFiles()
260 _findclose(lHandle); in findFiles()
287 while (lHandle != -1 && res != -1) in findFiles()
303 res = _wfindnext( lHandle, &tagData ); in findFiles()
305 res = _findnext( lHandle, &tagData ); in findFiles()
309 if(lHandle != -1) in findFiles()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreFileSystem.cpp107 intptr_t lHandle, res; in findFiles() local
121 lHandle = _findfirst(full_pattern.c_str(), &tagData); in findFiles()
123 while (lHandle != -1 && res != -1) in findFiles()
145 res = _findnext( lHandle, &tagData ); in findFiles()
148 if(lHandle != -1) in findFiles()
149 _findclose(lHandle); in findFiles()
170 lHandle = _findfirst(base_dir.c_str (), &tagData); in findFiles()
172 while (lHandle != -1 && res != -1) in findFiles()
183 res = _findnext( lHandle, &tagData ); in findFiles()
186 if(lHandle != -1) in findFiles()
[all …]
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dlazutf8classes.pas140 lHandle: THandle;
144 lHandle:=FileCreateUTF8(AFileName,Mode,Rights)
146 lHandle:=FileOpenUTF8(AFileName,Mode);
148 if (THandle(lHandle)=feInvalidHandle) then
156 THandleStream(Self).Create(lHandle);
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dlazutf8classes.pas140 lHandle: THandle;
144 lHandle:=FileCreateUTF8(AFileName,Mode,Rights)
146 lHandle:=FileOpenUTF8(AFileName,Mode);
148 if (THandle(lHandle)=feInvalidHandle) then
156 THandleStream(Self).Create(lHandle);
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnwsforms_win.inc140 lHandle: HWND;
160 if Windows.IsIconic(lHandle) and
167 Windows.SetWindowPos(lHandle, 0,
493 lHandle: HWND;
514 lHandle: HWND;
616 lHandle: HWND;
665 lHandle: HWND;
670 Windows.BringWindowToTop(lHandle);
678 lHandle: HWND;
703 lHandle: HWND;
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnwsforms_win.inc140 lHandle: HWND;
160 if Windows.IsIconic(lHandle) and
167 Windows.SetWindowPos(lHandle, 0,
493 lHandle: HWND;
514 lHandle: HWND;
616 lHandle: HWND;
665 lHandle: HWND;
670 Windows.BringWindowToTop(lHandle);
678 lHandle: HWND;
703 lHandle: HWND;
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnwsforms_win.inc140 lHandle: HWND;
160 if Windows.IsIconic(lHandle) and
167 Windows.SetWindowPos(lHandle, 0,
493 lHandle: HWND;
514 lHandle: HWND;
616 lHandle: HWND;
665 lHandle: HWND;
670 Windows.BringWindowToTop(lHandle);
678 lHandle: HWND;
703 lHandle: HWND;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnwsforms_win.inc140 lHandle: HWND;
160 if Windows.IsIconic(lHandle) and
167 Windows.SetWindowPos(lHandle, 0,
493 lHandle: HWND;
514 lHandle: HWND;
616 lHandle: HWND;
665 lHandle: HWND;
670 Windows.BringWindowToTop(lHandle);
678 lHandle: HWND;
703 lHandle: HWND;
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Common/FileSystemInfo/
H A DFileSystemInfo.h118 intptr_t lHandle; variable
130 lHandle = _wfindfirst(full_mask.c_str(), &tagData);
132 while (lHandle != -1 && res != -1)
139 res = _wfindnext( lHandle, &tagData );
142 if (lHandle != -1)
143 _findclose(lHandle);
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Common/FileSystemInfo/
H A DFileSystemInfo.h118 intptr_t lHandle; variable
130 lHandle = _wfindfirst(full_mask.c_str(), &tagData);
132 while (lHandle != -1 && res != -1)
139 res = _wfindnext( lHandle, &tagData );
142 if (lHandle != -1)
143 _findclose(lHandle);
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Common/FileSystemInfo/
H A DFileSystemInfo.h118 intptr_t lHandle; variable
130 lHandle = _wfindfirst(full_mask.c_str(), &tagData);
132 while (lHandle != -1 && res != -1)
139 res = _wfindnext( lHandle, &tagData );
142 if (lHandle != -1)
143 _findclose(lHandle);
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Common/FileSystemInfo/
H A DFileSystemInfo.h118 intptr_t lHandle; variable
130 lHandle = _wfindfirst(full_mask.c_str(), &tagData);
132 while (lHandle != -1 && res != -1)
139 res = _wfindnext( lHandle, &tagData );
142 if (lHandle != -1)
143 _findclose(lHandle);
/dports/net-p2p/transmission-remote-gui/transgui-5.18.0/
H A Dutils.pas256 lHandle: THandle;
260 lHandle:= FileCreateUTF8(AFileName)
262 lHandle:= FileOpenUTF8(AFileName, Mode);
264 If (THandle(lHandle)=feInvalidHandle) then
272 inherited Create(lHandle);
277 lHandle: THandle;
281 lHandle:=FileCreateUTF8(AFileName,Rights)
283 lHandle:=FileOpenUTF8(AFileName,Mode);
285 if (THandle(lHandle)=feInvalidHandle) then
293 inherited Create(lHandle);
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A DlinesII1D.c189 li->lHandle = DXCreateArrayHandle(li->linesArray); in _dxfInitialize()
190 if (! li->lHandle) in _dxfInitialize()
249 line = (int *)DXGetArrayEntry(li->lHandle, i, (Pointer)lbuf); in _dxfInitialize()
347 line = (int *)DXGetArrayEntry(li->lHandle, seg, (Pointer)lbuf); in _dxfLinesII1DInterpolator_PrimitiveInterpolate()
378 line = (int *)DXGetArrayEntry(li->lHandle, seg, (Pointer)lbuf); in _dxfLinesII1DInterpolator_PrimitiveInterpolate()
491 if (li->lHandle) in _dxfCleanup()
493 DXFreeArrayHandle(li->lHandle); in _dxfCleanup()
494 li->lHandle = NULL; in _dxfCleanup()
625 new->lHandle = DXCreateArrayHandle(new->linesArray); in _dxf_CopyLinesII1DInterpolator()
626 if (! new->lHandle) in _dxf_CopyLinesII1DInterpolator()
/dports/devel/upp/upp/bazaar/SysInfo/
H A DScreenGrab.cpp277 HWND lHandle; in GetCursorHandle() local
283 lHandle = WindowFromPoint(lpPos); in GetCursorHandle()
284 lThreadID = GetWindowThreadProcessId(lHandle, 0); in GetCursorHandle()
344 HWND lHandle; in ScreenshotMemory() local
351 lHandle = GetDesktopWindow(); in ScreenshotMemory()
352 GetWindowRect(lHandle, &lpRect); in ScreenshotMemory()
359 lHandle = reinterpret_cast<HWND>(hwnd); in ScreenshotMemory()
360 GetWindowRect(lHandle, &lpRect); in ScreenshotMemory()
367 lHandle = GetDesktopWindow(); in ScreenshotMemory()
368 GetWindowRect(lHandle, &lpRect); in ScreenshotMemory()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dtonecurvefield.cpp233 QVector2D lHandle(handlePos - cp); in getVisibleHandlePos() local
235 float ratio = -cp.x() / lHandle.x(); in getVisibleHandlePos()
236 handlePos = cp + lHandle.toPointF() * ratio; in getVisibleHandlePos()
239 float ratio = -cp.y() / lHandle.y(); in getVisibleHandlePos()
240 handlePos = cp + lHandle.toPointF() * ratio; in getVisibleHandlePos()
242 float ratio = (256 - cp.y()) / lHandle.y(); in getVisibleHandlePos()
243 handlePos = cp + lHandle.toPointF() * ratio; in getVisibleHandlePos()
354 QVector2D lHandle(cp - left); in moveCurrentControlPoint() local
355 if (!lHandle.isNull()) { in moveCurrentControlPoint()
358 QVector2D newRHandle = lHandle.normalized() * rHandle.length(); in moveCurrentControlPoint()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwbemcli.h2973 LONG lHandle,
2978 LONG lHandle,
2984 LONG lHandle,
2988 LONG lHandle,
2992 LONG lHandle,
2996 LONG lHandle,
3000 LONG lHandle,
3165 LONG lHandle,
3171 LONG lHandle,
3178 LONG lHandle,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwbemcli.h2973 LONG lHandle,
2978 LONG lHandle,
2984 LONG lHandle,
2988 LONG lHandle,
2992 LONG lHandle,
2996 LONG lHandle,
3000 LONG lHandle,
3165 LONG lHandle,
3171 LONG lHandle,
3178 LONG lHandle,
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrautf8.pas484 lHandle: THandle;
488 lHandle:= FileCreateUTF8(AFileName)
490 lHandle:= FileOpenUTF8(AFileName, Mode);
492 If (THandle(lHandle)=feInvalidHandle) then
500 inherited Create(lHandle);
505 lHandle: THandle;
509 lHandle:=FileCreateUTF8(AFileName,Rights)
511 lHandle:=FileOpenUTF8(AFileName,Mode);
513 if (THandle(lHandle)=feInvalidHandle) then
521 inherited Create(lHandle);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrautf8.pas484 lHandle: THandle;
488 lHandle:= FileCreateUTF8(AFileName)
490 lHandle:= FileOpenUTF8(AFileName, Mode);
492 If (THandle(lHandle)=feInvalidHandle) then
500 inherited Create(lHandle);
505 lHandle: THandle;
509 lHandle:=FileCreateUTF8(AFileName,Rights)
511 lHandle:=FileOpenUTF8(AFileName,Mode);
513 if (THandle(lHandle)=feInvalidHandle) then
521 inherited Create(lHandle);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoawsstdctrls.pas1105 lHandle: TCocoaTextField;
1114 lHandle := GetTextField(ACustomEdit);
1115 if not Assigned(lHandle) then Exit;
1118 w := lHandle.window;
1149 lHandle.setEditable( not NewReadOnly);
1161 lHandle: TCocoaTextField;
1165 lHandle := GetTextField(ACustomEdit);
1166 if not Assigned(lHandle) then Exit;
1176 lHandle: TCocoaTextField;
1180 lHandle := GetTextField(ACustomEdit);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoawsstdctrls.pas1105 lHandle: TCocoaTextField;
1114 lHandle := GetTextField(ACustomEdit);
1115 if not Assigned(lHandle) then Exit;
1118 w := lHandle.window;
1149 lHandle.setEditable( not NewReadOnly);
1161 lHandle: TCocoaTextField;
1165 lHandle := GetTextField(ACustomEdit);
1166 if not Assigned(lHandle) then Exit;
1176 lHandle: TCocoaTextField;
1180 lHandle := GetTextField(ACustomEdit);
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemcli.rs487 lHandle: c_long,
492 lHandle: c_long,
498 lHandle: c_long,
502 lHandle: c_long,
506 lHandle: c_long,
510 lHandle: c_long,
514 lHandle: c_long,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.3.9/src/um/
H A Dwbemcli.rs487 lHandle: c_long,
492 lHandle: c_long,
498 lHandle: c_long,
502 lHandle: c_long,
506 lHandle: c_long,
510 lHandle: c_long,
514 lHandle: c_long,

123456789