Home
last modified time | relevance | path

Searched refs:GetButtonRect (Results 1 – 12 of 12) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/gui/
H A DCSlider.cpp78 if (GetButtonRect().PointInside(GetMousePos())) in HandleMessage()
126 GetGUI()->DrawSprite(*sprite_button, cell_id, bz, GetButtonRect()); in Draw()
135 CRect CSlider::GetButtonRect() in GetButtonRect() function in CSlider
H A DCSlider.h46 CRect GetButtonRect();
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/forms/
H A DnsButtonFrameRenderer.cpp109 mBFR->GetButtonRect(frameRect, buttonRect); in Paint()
267 GetButtonRect(mFrame->GetRectRelativeToSelf(), buttonRect); in DisplayButton()
341 GetButtonRect(aRect, buttonRect); in PaintBorder()
367 nsButtonFrameRenderer::GetButtonRect(const nsRect& aRect, nsRect& r) in GetButtonRect() function in nsButtonFrameRenderer
377 GetButtonRect(aRect, focusRect); in GetButtonInnerFocusRect()
H A DnsButtonFrameRenderer.h61 void GetButtonRect(const nsRect& aRect, nsRect& aResult);
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbcbuttonfocus.pas132 function GetButtonRect: TRect; in GetButtonRect() function
652 function TCustomBCButtonFocus.GetButtonRect: TRect; in GetButtonRect() function
727 r := GetButtonRect;
1434 with GetButtonRect do
1439 Result := X > GetButtonRect.Right;
1668 bgra.DrawPart(GetButtonRect, Self.Canvas, 0, 0, False);
1683 bgra.DrawPart(GetButtonRect, Self.Canvas, 0, 0, False);
H A Dbcbutton.pas145 function GetButtonRect: TRect; in GetButtonRect() function
681 function TCustomBCButton.GetButtonRect: TRect; in GetButtonRect() function
795 r := ScaleRect(GetButtonRect, FCanvasScale);
1600 with GetButtonRect do
1605 Result := X > GetButtonRect.Right;
1913 r := GetButtonRect;
1929 r := GetButtonRect;
/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/playabletrack/wavetrack/ui/
H A DWaveTrackView.cpp622 static wxRect GetButtonRect( const wxRect &rect ) in GetButtonRect() function in __anondcb6d5860111::SubViewCloseHandle
641 const auto rect = GetButtonRect( state.rect ); in HitTest()
685 context, GetButtonRect(rect), GetTrack().get(), this ); in Draw()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddvdif.h2248 virtual HRESULT STDMETHODCALLTYPE GetButtonRect(
2467 HRESULT (STDMETHODCALLTYPE *GetButtonRect)(
2528 #define IDvdInfo2_GetButtonRect(This,button,rect) (This)->lpVtbl->GetButtonRect(This,button,rect)
2654 return This->lpVtbl->GetButtonRect(This,button,rect);
H A Dstrmif.h14650 virtual HRESULT WINAPI GetButtonRect(ULONG ulButton,RECT *pRect) = 0;
14696 HRESULT (WINAPI *GetButtonRect)(IDvdInfo2 *This,ULONG ulButton,RECT *pRect);
14744 #define IDvdInfo2_GetButtonRect(This,ulButton,pRect) (This)->lpVtbl->GetButtonRect(This,ulButton,pR…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddvdif.h2248 virtual HRESULT STDMETHODCALLTYPE GetButtonRect(
2467 HRESULT (STDMETHODCALLTYPE *GetButtonRect)(
2528 #define IDvdInfo2_GetButtonRect(This,button,rect) (This)->lpVtbl->GetButtonRect(This,button,rect)
2654 return This->lpVtbl->GetButtonRect(This,button,rect);
H A Dstrmif.h14650 virtual HRESULT WINAPI GetButtonRect(ULONG ulButton,RECT *pRect) = 0;
14696 HRESULT (WINAPI *GetButtonRect)(IDvdInfo2 *This,ULONG ulButton,RECT *pRect);
14744 #define IDvdInfo2_GetButtonRect(This,ulButton,pRect) (This)->lpVtbl->GetButtonRect(This,ulButton,pR…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs33747 …pub unsafe fn GetButtonRect(&self, ulbutton: u32) -> ::windows::runtime::Result<super::super::Foun… in GetButtonRect() method