Home
last modified time | relevance | path

Searched refs:AHeight (Results 251 – 275 of 839) sorted by relevance

1...<<11121314151617181920>>...34

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dintfgraphics.pas800 if AHeight <> -1 then ADesc.Height := AHeight;
812 if AHeight <> -1 then Result.Height := AHeight;
820 if AHeight <> -1 then Result.Height := AHeight;
3423 Create(AWidth, AHeight, []);
3431 inherited Create(AWidth, AHeight);
3459 AHeight: integer);
3466 Desc.Height:=AHeight;
3565 InternalSetSize(AWidth, AHeight);
3634 if AHeight < 0 then AHeight := Desc.Height;
3635 R := Rect(0, 0, AWidth, AHeight);
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dintfgraphics.pas798 if AHeight <> -1 then ADesc.Height := AHeight;
810 if AHeight <> -1 then Result.Height := AHeight;
818 if AHeight <> -1 then Result.Height := AHeight;
3421 Create(AWidth, AHeight, []);
3429 inherited Create(AWidth, AHeight);
3456 AHeight: integer);
3463 Desc.Height:=AHeight;
3562 InternalSetSize(AWidth, AHeight);
3631 if AHeight < 0 then AHeight := Desc.Height;
3632 R := Rect(0, 0, AWidth, AHeight);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dintfgraphics.pas800 if AHeight <> -1 then ADesc.Height := AHeight;
812 if AHeight <> -1 then Result.Height := AHeight;
820 if AHeight <> -1 then Result.Height := AHeight;
3423 Create(AWidth, AHeight, []);
3431 inherited Create(AWidth, AHeight);
3459 AHeight: integer);
3466 Desc.Height:=AHeight;
3565 InternalSetSize(AWidth, AHeight);
3634 if AHeight < 0 then AHeight := Desc.Height;
3635 R := Rect(0, 0, AWidth, AHeight);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/src/dos/vesa/
H A Dvesaconsolei.inc466 procedure TVESAConsole.Open(const ATitle: string; AWidth, AHeight: Integer;
469 Open(ATitle, TPTCMode.Create(AWidth, AHeight, AFormat), APages);
735 AWidth, AHeight, APitch: Integer;
750 FCopy.Copy(APixels, 0, 0, AWidth, AHeight, APitch, ConsolePixels, 0, 0,
763 …Load(APixels, AWidth, AHeight, APitch, AFormat, APalette, TPTCArea.Create(0, 0, Width, Height), Ar…
767 AWidth, AHeight, APitch: Integer;
780 …TPTCClipper.Clip(ASource, TPTCArea.Create(0, 0, AWidth, AHeight), ClippedSource, ADestination, Cli…
797 AWidth, AHeight, APitch: Integer;
813 AWidth, AHeight, APitch);
825 …Save(APixels, AWidth, AHeight, APitch, AFormat, APalette, Area, TPTCArea.Create(0, 0, Width, Heigh…
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/designer/
H A Dcontrolselection.pp144 procedure SetHeight(AHeight: integer);
671 AHeight: integer);
732 AHeight := 0;
743 FUsedHeight:=AHeight;
944 r.Bottom:=r.Top+AHeight;
1793 NearestBottom.OldValue:=ATop+AHeight;
2603 FillRect(ALeft,ATop+AHeight-MarkerSize,ALeft+MarkerSize,ATop+AHeight);
3272 AHeight:=Items[0].Height;
3282 cssShrinkToSmallest: AHeight:=Min(AHeight,Items[i].Height);
3283 cssGrowToLargest: AHeight:=Max(AHeight,Items[i].Height);
[all …]
/dports/editors/lazarus/lazarus/designer/
H A Dcontrolselection.pp142 procedure SetHeight(AHeight: integer);
670 AHeight: integer);
731 AHeight := 0;
742 FUsedHeight:=AHeight;
943 r.Bottom:=r.Top+AHeight;
1795 NearestBottom.OldValue:=ATop+AHeight;
2605 FillRect(ALeft,ATop+AHeight-MarkerSize,ALeft+MarkerSize,ATop+AHeight);
3274 AHeight:=Items[0].Height;
3284 cssShrinkToSmallest: AHeight:=Min(AHeight,Items[i].Height);
3285 cssGrowToLargest: AHeight:=Max(AHeight,Items[i].Height);
[all …]
/dports/editors/lazarus-qt5/lazarus/designer/
H A Dcontrolselection.pp142 procedure SetHeight(AHeight: integer);
670 AHeight: integer);
731 AHeight := 0;
742 FUsedHeight:=AHeight;
943 r.Bottom:=r.Top+AHeight;
1795 NearestBottom.OldValue:=ATop+AHeight;
2605 FillRect(ALeft,ATop+AHeight-MarkerSize,ALeft+MarkerSize,ATop+AHeight);
3274 AHeight:=Items[0].Height;
3284 cssShrinkToSmallest: AHeight:=Min(AHeight,Items[i].Height);
3285 cssGrowToLargest: AHeight:=Max(AHeight,Items[i].Height);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/designer/
H A Dcontrolselection.pp144 procedure SetHeight(AHeight: integer);
671 AHeight: integer);
732 AHeight := 0;
743 FUsedHeight:=AHeight;
944 r.Bottom:=r.Top+AHeight;
1793 NearestBottom.OldValue:=ATop+AHeight;
2603 FillRect(ALeft,ATop+AHeight-MarkerSize,ALeft+MarkerSize,ATop+AHeight);
3272 AHeight:=Items[0].Height;
3282 cssShrinkToSmallest: AHeight:=Min(AHeight,Items[i].Height);
3283 cssGrowToLargest: AHeight:=Max(AHeight,Items[i].Height);
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/dialog/
H A Ducanvassize.pas54 function ComputeNewCanvasSize(AInstance: TLazPaintCustomInstance; AWidth,AHeight: integer; in ComputeNewCanvasSize()
167 function ComputeNewCanvasSize(AInstance: TLazPaintCustomInstance; AWidth,AHeight: integer; in ComputeNewCanvasSize()
171 AWidth,AHeight,AAnchor,BGRAPixelTransparent, ARepeatImage, AFlipMode);
175 AWidth,AHeight,AAnchor,BGRABlack, ARepeatImage, AFlipMode)
181 AWidth,AHeight,AAnchor,BGRAPixelTransparent, ARepeatImage, AFlipMode)
/dports/games/vavoom/vavoom-1.33/source/
H A Dr_tex_patch.cpp119 VPatchTexture::VPatchTexture(int ALumpNum, int AWidth, int AHeight, in VPatchTexture() argument
127 Height = AHeight; in VPatchTexture()
H A Dgl_win32.cpp90 bool VWin32OpenGLDrawer::SetResolution(int AWidth, int AHeight, int ABPP, in SetResolution() argument
95 int Height = AHeight; in SetResolution()
/dports/editors/lazarus/lazarus/lcl/interfaces/qt/
H A Dqtwscontrols.pp70 …class procedure SetBounds(const AWinControl: TWinControl; const ALeft, ATop, AWidth, AHeight: Inte…
73 … class procedure SetSize(const AWinControl: TWinControl; const AWidth, AHeight: Integer); override;
505 AWidth, AHeight - Size
511 const ALeft, ATop, AWidth, AHeight: Integer);
519 R := Rect(ALeft, ATop, AWidth, AHeight);
530 ATop - TQtCustomControl(Box).verticalScrollBar.getValue, AWidth, AHeight);
542 ATop - TQtWindowArea(Box).verticalScrollBar.getValue, AWidth, AHeight);
597 AWidth, AHeight - Size
603 const AWidth, AHeight: Integer);
608 TQtWidget(AWinControl.Handle).resize(AWidth, AHeight);
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/
H A Dqtwscontrols.pp69 …class procedure SetBounds(const AWinControl: TWinControl; const ALeft, ATop, AWidth, AHeight: Inte…
72 … class procedure SetSize(const AWinControl: TWinControl; const AWidth, AHeight: Integer); override;
504 AWidth, AHeight - Size
510 const ALeft, ATop, AWidth, AHeight: Integer);
518 R := Rect(ALeft, ATop, AWidth, AHeight);
529 ATop - TQtCustomControl(Box).verticalScrollBar.getValue, AWidth, AHeight);
541 ATop - TQtWindowArea(Box).verticalScrollBar.getValue, AWidth, AHeight);
596 AWidth, AHeight - Size
602 const AWidth, AHeight: Integer);
607 TQtWidget(AWinControl.Handle).resize(AWidth, AHeight);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt/
H A Dqtwscontrols.pp74 …class procedure SetBounds(const AWinControl: TWinControl; const ALeft, ATop, AWidth, AHeight: Inte…
77 … class procedure SetSize(const AWinControl: TWinControl; const AWidth, AHeight: Integer); override;
491 AWidth, AHeight - Size
497 const ALeft, ATop, AWidth, AHeight: Integer);
505 R := Rect(ALeft, ATop, AWidth, AHeight);
516 ATop - TQtCustomControl(Box).verticalScrollBar.getValue, AWidth, AHeight);
528 ATop - TQtWindowArea(Box).verticalScrollBar.getValue, AWidth, AHeight);
570 AWidth, AHeight - Size
576 const AWidth, AHeight: Integer);
581 TQtWidget(AWinControl.Handle).resize(AWidth, AHeight);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt/
H A Dqtwscontrols.pp74 …class procedure SetBounds(const AWinControl: TWinControl; const ALeft, ATop, AWidth, AHeight: Inte…
77 … class procedure SetSize(const AWinControl: TWinControl; const AWidth, AHeight: Integer); override;
491 AWidth, AHeight - Size
497 const ALeft, ATop, AWidth, AHeight: Integer);
505 R := Rect(ALeft, ATop, AWidth, AHeight);
516 ATop - TQtCustomControl(Box).verticalScrollBar.getValue, AWidth, AHeight);
528 ATop - TQtWindowArea(Box).verticalScrollBar.getValue, AWidth, AHeight);
570 AWidth, AHeight - Size
576 const AWidth, AHeight: Integer);
581 TQtWidget(AWinControl.Handle).resize(AWidth, AHeight);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/
H A Dqtwscontrols.pp69 …class procedure SetBounds(const AWinControl: TWinControl; const ALeft, ATop, AWidth, AHeight: Inte…
72 … class procedure SetSize(const AWinControl: TWinControl; const AWidth, AHeight: Integer); override;
504 AWidth, AHeight - Size
510 const ALeft, ATop, AWidth, AHeight: Integer);
518 R := Rect(ALeft, ATop, AWidth, AHeight);
529 ATop - TQtCustomControl(Box).verticalScrollBar.getValue, AWidth, AHeight);
541 ATop - TQtWindowArea(Box).verticalScrollBar.getValue, AWidth, AHeight);
596 AWidth, AHeight - Size
602 const AWidth, AHeight: Integer);
607 TQtWidget(AWinControl.Handle).resize(AWidth, AHeight);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt/
H A Dqtwscontrols.pp70 …class procedure SetBounds(const AWinControl: TWinControl; const ALeft, ATop, AWidth, AHeight: Inte…
73 … class procedure SetSize(const AWinControl: TWinControl; const AWidth, AHeight: Integer); override;
505 AWidth, AHeight - Size
511 const ALeft, ATop, AWidth, AHeight: Integer);
519 R := Rect(ALeft, ATop, AWidth, AHeight);
530 ATop - TQtCustomControl(Box).verticalScrollBar.getValue, AWidth, AHeight);
542 ATop - TQtWindowArea(Box).verticalScrollBar.getValue, AWidth, AHeight);
597 AWidth, AHeight - Size
603 const AWidth, AHeight: Integer);
608 TQtWidget(AWinControl.Handle).resize(AWidth, AHeight);
/dports/editors/lazarus/lazarus/components/tachart/
H A Dtachartcombos.pas63 procedure CreateBitmaps(AWidth, AHeight: Integer);
272 procedure TChartCombobox.CreateBitmaps(AWidth, AHeight: Integer);
288 FBitmaps[ps].SetSize(AWidth, AHeight);
290 FBitmaps[ps].Canvas.FillRect(0, 0, AWidth, AHeight);
298 Pointer.HorizSize := Min(AWidth, AHeight);
309 legItems[0].Draw(id, Rect(0, 0, AWidth-1, AHeight-1));
/dports/editors/lazarus-qt5/lazarus/components/tachart/
H A Dtachartcombos.pas63 procedure CreateBitmaps(AWidth, AHeight: Integer);
272 procedure TChartCombobox.CreateBitmaps(AWidth, AHeight: Integer);
288 FBitmaps[ps].SetSize(AWidth, AHeight);
290 FBitmaps[ps].Canvas.FillRect(0, 0, AWidth, AHeight);
298 Pointer.HorizSize := Min(AWidth, AHeight);
309 legItems[0].Draw(id, Rect(0, 0, AWidth-1, AHeight-1));
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgramsegui.inc172 procedure SetHeightHelper(AHeight: integer);
341 procedure TFontHelper.SetHeightHelper(AHeight: integer);
343 if AHeight < 0 then
344 inherited Height := -AHeight
346 inherited Height := round(AHeight/1.5);
H A Dbgradefaultbitmap.pas146 procedure SetFontHeight(AHeight: integer); override;
148 procedure SetFontFullHeight(AHeight: integer); override;
174 procedure SetSize(AWidth, AHeight: integer); override;
721 Create(AWidth, AHeight, BGRAPixelTransparent);
727 inherited Create(AWidth, AHeight);
876 FFontHeight := AHeight;
889 if AHeight > 0 then
890 FontHeight := -AHeight
1020 if (Width <> AWidth) or (Height <> AHeight) then
1022 inherited SetSize(AWidth, AHeight);
[all …]
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgramsegui.inc172 procedure SetHeightHelper(AHeight: integer);
341 procedure TFontHelper.SetHeightHelper(AHeight: integer);
343 if AHeight < 0 then
344 inherited Height := -AHeight
346 inherited Height := round(AHeight/1.5);
H A Dbgradefaultbitmap.pas146 procedure SetFontHeight(AHeight: integer); override;
148 procedure SetFontFullHeight(AHeight: integer); override;
174 procedure SetSize(AWidth, AHeight: integer); override;
721 Create(AWidth, AHeight, BGRAPixelTransparent);
727 inherited Create(AWidth, AHeight);
876 FFontHeight := AHeight;
889 if AHeight > 0 then
890 FontHeight := -AHeight
1020 if (Width <> AWidth) or (Height <> AHeight) then
1022 inherited SetSize(AWidth, AHeight);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/src/core/
H A Dcleari.inc72 procedure TPTCClear.Clear(APixels: Pointer; AX, AY, AWidth, AHeight, APitch: Integer; AColor: IPTCC…
122 Hermes_ClearerClear(FHandle, APixels, AX, AY, AWidth, AHeight, APitch,
142 Hermes_ClearerClear(FHandle, APixels, AX, AY, AWidth, AHeight, APitch,
/dports/editors/lazarus/lazarus/lcl/include/
H A Dicon.inc194 if Image.Height <> AHeight then Continue;
211 constructor TIconImage.Create(AFormat: TPixelFormat; AHeight, AWidth: Word);
214 FHeight := AHeight;
354 procedure TCustomIcon.Add(AFormat: TPixelFormat; AHeight, AWidth: Word);
356 if GetIndex(AFormat, AHeight, AWidth) <> -1
542 AHeight := Image.Height;
568 Result := TSharedIcon(FSharedImage).GetIndex(AFormat, AHeight, AWidth);
928 procedure TCustomIcon.Remove(AFormat: TPixelFormat; AHeight, AWidth: Word);
932 idx := GetIndex(AFormat, AHeight, AWidth);
1035 procedure TCustomIcon.SetSize(AWidth, AHeight: integer);
[all …]

1...<<11121314151617181920>>...34