Home
last modified time | relevance | path

Searched refs:theRect (Results 126 – 150 of 225) sorted by relevance

123456789

/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSCell.inc237 - (NSRect)imageRectForBounds:(NSRect)theRect;
238 - (NSRect)titleRectForBounds:(NSRect)theRect;
239 - (NSRect)drawingRectForBounds:(NSRect)theRect;
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSFormCell.m346 - (NSRect) drawingRectForBounds: (NSRect)theRect
352 theRect.origin.x += _displayedTitleWidth + 3;
353 theRect.size.width -= _displayedTitleWidth + 3;
355 return [super drawingRectForBounds: theRect];
/dports/emulators/mess/mame-mame0226/src/osd/mac/
H A Doglview.mm85 - (void) drawRect: (NSRect) theRect
/dports/emulators/mame/mame-mame0226/src/osd/mac/
H A Doglview.mm85 - (void) drawRect: (NSRect) theRect
/dports/astro/merkaartor/merkaartor-0.19.0/src/Utils/
H A DSlippyMapWidget.h74 void setViewportArea(QRectF theRect);
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfmfontcompareview.h115 QGraphicsRectItem *theRect; in Q_DECLARE_OPERATORS_FOR_FLAGS() local
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DTrackPanel.cpp1536 wxRect theRect = rect; in Draw() local
1541 dc.DrawRectangle(theRect); in Draw()
1542 theRect.Deflate(1); in Draw()
1545 dc.DrawRectangle(theRect); in Draw()
1546 theRect.Deflate(1); in Draw()
1549 dc.DrawRectangle(theRect); in Draw()
/dports/mail/gnumail/GNUMail-1.3.0/Bundles/Filtering/
H A DFilteringViewController.m629 - (void) drawInteriorWithFrame: (NSRect) theRect
635 NSRectFill(theRect);
638 [super drawInteriorWithFrame: theRect inView: theView];
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dmediactrl_qt.cpp1228 Rect theRect = {0, 0, (short)h, (short)w}; in Move() local
1229 m_lib.MCSetControllerBoundsRect(m_pMC, &theRect); in Move()
1233 Rect theRect = {0, 0, (short)h, (short)w}; in Move() local
1234 m_lib.SetMovieBox(m_movie, &theRect); in Move()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/palmos/
H A Dpilot.pp670 procedure WinDrawGrayRectangleFrame (var theRect: Rectangletype; frameType: Integer);
673 procedure WinDrawRectangle (cornerDiam: Integer; var theRect: Rectangletype);
676 procedure WinEraseRectangle (corenerDiam: Integer; var theRect: Rectangletype);
679 procedure WinFillRectangle (cornerDiam: Integer; var theRect: Rectangletype);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/palmos/
H A Dpilot.pp670 procedure WinDrawGrayRectangleFrame (var theRect: Rectangletype; frameType: Integer);
673 procedure WinDrawRectangle (cornerDiam: Integer; var theRect: Rectangletype);
676 procedure WinEraseRectangle (corenerDiam: Integer; var theRect: Rectangletype);
679 procedure WinFillRectangle (cornerDiam: Integer; var theRect: Rectangletype);
/dports/lang/fpc-source/fpc-3.2.2/rtl/palmos/
H A Dpilot.pp670 procedure WinDrawGrayRectangleFrame (var theRect: Rectangletype; frameType: Integer);
673 procedure WinDrawRectangle (cornerDiam: Integer; var theRect: Rectangletype);
676 procedure WinEraseRectangle (corenerDiam: Integer; var theRect: Rectangletype);
679 procedure WinFillRectangle (cornerDiam: Integer; var theRect: Rectangletype);
/dports/lang/fpc/fpc-3.2.2/rtl/palmos/
H A Dpilot.pp670 procedure WinDrawGrayRectangleFrame (var theRect: Rectangletype; frameType: Integer);
673 procedure WinDrawRectangle (cornerDiam: Integer; var theRect: Rectangletype);
676 procedure WinEraseRectangle (corenerDiam: Integer; var theRect: Rectangletype);
679 procedure WinFillRectangle (cornerDiam: Integer; var theRect: Rectangletype);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dmediactrl_qt.cpp1228 Rect theRect = {0, 0, (short)h, (short)w}; in Move() local
1229 m_lib.MCSetControllerBoundsRect(m_pMC, &theRect); in Move()
1233 Rect theRect = {0, 0, (short)h, (short)w}; in Move() local
1234 m_lib.SetMovieBox(m_movie, &theRect); in Move()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/cocoa/
H A DInfoBar.mm23 - (NSRect) drawingRectForBounds: (NSRect) theRect {
25 NSRect newRect = [super drawingRectForBounds: theRect];
32 NSSize textSize = [self cellSizeForBounds: theRect];
/dports/x11-toolkits/scintilla/scintilla/cocoa/
H A DInfoBar.mm23 - (NSRect) drawingRectForBounds: (NSRect) theRect {
25 NSRect newRect = [super drawingRectForBounds: theRect];
32 NSSize textSize = [self cellSizeForBounds: theRect];
/dports/editors/textadept/scintilla/cocoa/
H A DInfoBar.mm23 - (NSRect) drawingRectForBounds: (NSRect) theRect {
25 NSRect newRect = [super drawingRectForBounds: theRect];
32 NSSize textSize = [self cellSizeForBounds: theRect];
/dports/editors/scite/scintilla/cocoa/
H A DInfoBar.mm23 - (NSRect) drawingRectForBounds: (NSRect) theRect {
25 NSRect newRect = [super drawingRectForBounds: theRect];
32 NSSize textSize = [self cellSizeForBounds: theRect];
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dmediactrl_qt.cpp1225 Rect theRect = {0, 0, (short)h, (short)w}; in Move() local
1226 m_lib.MCSetControllerBoundsRect(m_pMC, &theRect); in Move()
1230 Rect theRect = {0, 0, (short)h, (short)w}; in Move() local
1231 m_lib.SetMovieBox(m_movie, &theRect); in Move()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dmediactrl_qt.cpp1253 Rect theRect = {0, 0, (short)h, (short)w}; in Move() local
1254 m_lib.MCSetControllerBoundsRect(m_pMC, &theRect); in Move()
1258 Rect theRect = {0, 0, (short)h, (short)w}; in Move() local
1259 m_lib.SetMovieBox(m_movie, &theRect); in Move()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dmediactrl_qt.cpp1253 Rect theRect = {0, 0, (short)h, (short)w}; in Move() local
1254 m_lib.MCSetControllerBoundsRect(m_pMC, &theRect); in Move()
1258 Rect theRect = {0, 0, (short)h, (short)w}; in Move() local
1259 m_lib.SetMovieBox(m_movie, &theRect); in Move()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dmediactrl_qt.cpp1253 Rect theRect = {0, 0, (short)h, (short)w}; in Move() local
1254 m_lib.MCSetControllerBoundsRect(m_pMC, &theRect); in Move()
1258 Rect theRect = {0, 0, (short)h, (short)w}; in Move() local
1259 m_lib.SetMovieBox(m_movie, &theRect); in Move()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dmediactrl_qt.cpp1253 Rect theRect = {0, 0, (short)h, (short)w}; in Move() local
1254 m_lib.MCSetControllerBoundsRect(m_pMC, &theRect); in Move()
1258 Rect theRect = {0, 0, (short)h, (short)w}; in Move() local
1259 m_lib.SetMovieBox(m_movie, &theRect); in Move()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2winapi.inc2471 MaxWidth := theRect.Right - theRect.Left;
2477 theRect.Bottom := theRect.Top + TM.tmHeight;
2480 theRect.Right := theRect.Left + AP.cX;
2481 theRect.Bottom := theRect.Top + AP.cY;
2486 theRect.Bottom := theRect.Top + AP.cY;
2530 theRect.Right := theRect.Left + LineWidth;
2623 LeftPos := theRect.Left + (theRect.Right - theRect.Left) div 2
2657 LeftPos := theRect.Left + (theRect.Right - theRect.Left) div 2
2745 Result := theRect.Bottom - theRect.Top;
2762 theRect.Right, theRect.Bottom);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk2/
H A Dgtk2winapi.inc2471 MaxWidth := theRect.Right - theRect.Left;
2477 theRect.Bottom := theRect.Top + TM.tmHeight;
2480 theRect.Right := theRect.Left + AP.cX;
2481 theRect.Bottom := theRect.Top + AP.cY;
2486 theRect.Bottom := theRect.Top + AP.cY;
2530 theRect.Right := theRect.Left + LineWidth;
2623 LeftPos := theRect.Left + (theRect.Right - theRect.Left) div 2
2657 LeftPos := theRect.Left + (theRect.Right - theRect.Left) div 2
2745 Result := theRect.Bottom - theRect.Top;
2762 theRect.Right, theRect.Bottom);
[all …]

123456789