Home
last modified time | relevance | path

Searched refs:LayoutDeviceRect (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DnsNativeBasicTheme.h102 using LayoutDeviceRect = mozilla::LayoutDeviceRect; variable
275 void PaintIndeterminateMark(DrawTarget&, const LayoutDeviceRect&,
280 void PaintStrokedCircle(PaintBackendData&, const LayoutDeviceRect&,
289 const LayoutDeviceRect& aBoxRect,
294 void PaintRadioControl(PaintBackendData&, const LayoutDeviceRect&,
301 void PaintTextField(PaintBackendData&, const LayoutDeviceRect&,
305 void PaintListbox(PaintBackendData&, const LayoutDeviceRect&,
309 void PaintMenulist(PaintBackendData&, const LayoutDeviceRect&,
312 void PaintArrow(DrawTarget&, const LayoutDeviceRect&,
335 const LayoutDeviceRect&, nsIFrame*,
[all …]
H A DnsNativeBasicTheme.cpp367 static LayoutDeviceRect CheckBoxRadioRect(const LayoutDeviceRect& aRect) { in CheckBoxRadioRect()
878 LayoutDeviceRect focusRect(aRect); in PaintRoundedFocusRect()
928 LayoutDeviceRect bg = aRect; in PaintRoundedRectWithRadius()
997 LayoutDeviceRect rect(aRect); in PaintRoundedRectWithRadius()
1161 LayoutDeviceRect shadowRect = aBoxRect; in PaintCircleShadow()
1242 LayoutDeviceRect rect(aRect); in PaintRadioControl()
1404 LayoutDeviceRect trackClipRect(aRect); in PaintRange()
1485 LayoutDeviceRect rect(aRect); in PaintProgress()
1509 LayoutDeviceRect clipRect = rect; in PaintProgress()
1777 static LayoutDeviceRect ToSnappedRect( in ToSnappedRect()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DnsNativeBasicTheme.h102 using LayoutDeviceRect = mozilla::LayoutDeviceRect; variable
275 void PaintIndeterminateMark(DrawTarget&, const LayoutDeviceRect&,
280 void PaintStrokedCircle(PaintBackendData&, const LayoutDeviceRect&,
289 const LayoutDeviceRect& aBoxRect,
294 void PaintRadioControl(PaintBackendData&, const LayoutDeviceRect&,
301 void PaintTextField(PaintBackendData&, const LayoutDeviceRect&,
305 void PaintListbox(PaintBackendData&, const LayoutDeviceRect&,
309 void PaintMenulist(PaintBackendData&, const LayoutDeviceRect&,
312 void PaintArrow(DrawTarget&, const LayoutDeviceRect&,
335 const LayoutDeviceRect&, nsIFrame*,
[all …]
H A DnsNativeBasicTheme.cpp367 static LayoutDeviceRect CheckBoxRadioRect(const LayoutDeviceRect& aRect) { in CheckBoxRadioRect()
878 LayoutDeviceRect focusRect(aRect); in PaintRoundedFocusRect()
928 LayoutDeviceRect bg = aRect; in PaintRoundedRectWithRadius()
997 LayoutDeviceRect rect(aRect); in PaintRoundedRectWithRadius()
1161 LayoutDeviceRect shadowRect = aBoxRect; in PaintCircleShadow()
1242 LayoutDeviceRect rect(aRect); in PaintRadioControl()
1404 LayoutDeviceRect trackClipRect(aRect); in PaintRange()
1485 LayoutDeviceRect rect(aRect); in PaintProgress()
1509 LayoutDeviceRect clipRect = rect; in PaintProgress()
1777 static LayoutDeviceRect ToSnappedRect( in ToSnappedRect()
[all …]
/dports/www/firefox/firefox-99.0/widget/
H A DTheme.h133 void PaintRoundedFocusRect(PaintBackendData&, const LayoutDeviceRect&,
144 void PaintIndeterminateMark(DrawTarget&, const LayoutDeviceRect&,
148 void PaintStrokedCircle(PaintBackendData&, const LayoutDeviceRect&,
152 void PaintCircleShadow(DrawTarget&, const LayoutDeviceRect& aBoxRect,
157 const LayoutDeviceRect& aBoxRect,
162 void PaintRadioControl(PaintBackendData&, const LayoutDeviceRect&,
165 void PaintRadioCheckmark(PaintBackendData&, const LayoutDeviceRect&,
168 void PaintTextField(PaintBackendData&, const LayoutDeviceRect&,
171 void PaintListbox(PaintBackendData&, const LayoutDeviceRect&,
174 void PaintMenulist(PaintBackendData&, const LayoutDeviceRect&,
[all …]
H A DThemeDrawing.h33 static void FillRect(DrawTarget&, const LayoutDeviceRect&, const sRGBColor&);
34 static void FillRect(WebRenderBackendData&, const LayoutDeviceRect&,
39 static float ScaleToFillRect(const LayoutDeviceRect& aRect, in ScaleToFillRect()
47 static void PaintArrow(DrawTarget&, const LayoutDeviceRect&,
55 DrawTarget&, const LayoutDeviceRect& aRect,
56 const LayoutDeviceRect& aClipRect, const sRGBColor& aBackgroundColor,
60 WebRenderBackendData&, const LayoutDeviceRect& aRect,
61 const LayoutDeviceRect& aClipRect, const sRGBColor& aBackgroundColor,
66 const LayoutDeviceRect& aRect, in PaintRoundedRectWithRadius()
H A DScrollbarDrawingCocoa.h34 void DoPaintScrollbarThumb(PaintBackendData&, const LayoutDeviceRect& aRect,
40 bool PaintScrollbarThumb(DrawTarget&, const LayoutDeviceRect&,
45 bool PaintScrollbarThumb(WebRenderBackendData&, const LayoutDeviceRect&,
52 void DoPaintScrollbarTrack(PaintBackendData&, const LayoutDeviceRect&, bool,
55 bool PaintScrollbarTrack(DrawTarget&, const LayoutDeviceRect& aRect,
60 bool PaintScrollbarTrack(WebRenderBackendData&, const LayoutDeviceRect& aRect,
67 void DoPaintScrollCorner(PaintBackendData&, const LayoutDeviceRect&,
70 bool PaintScrollCorner(DrawTarget&, const LayoutDeviceRect& aRect,
74 bool PaintScrollCorner(WebRenderBackendData&, const LayoutDeviceRect& aRect,
H A DScrollbarDrawing.h81 const LayoutDeviceRect&, nsIFrame*,
87 virtual bool PaintScrollbarThumb(DrawTarget&, const LayoutDeviceRect&,
94 const LayoutDeviceRect&, bool aHorizontal,
101 bool DoPaintDefaultScrollbar(PaintBackendData&, const LayoutDeviceRect&,
107 bool PaintScrollbar(DrawTarget&, const LayoutDeviceRect&, bool aHorizontal,
112 bool PaintScrollbar(WebRenderBackendData&, const LayoutDeviceRect&,
118 virtual bool PaintScrollbarTrack(DrawTarget&, const LayoutDeviceRect&, in PaintScrollbarTrack() argument
127 const LayoutDeviceRect&, bool aHorizontal, in PaintScrollbarTrack() argument
136 bool DoPaintDefaultScrollCorner(PaintBackendData&, const LayoutDeviceRect&,
140 virtual bool PaintScrollCorner(DrawTarget&, const LayoutDeviceRect&,
[all …]
H A DScrollbarDrawingCocoa.cpp22 LayoutDeviceRect mRect;
28 LayoutDeviceRect mRect;
145 static ThumbRect GetThumbRect(const LayoutDeviceRect& aRect, in GetThumbRect()
165 LayoutDeviceRect thumbRect = aRect; in GetThumbRect()
241 static bool GetScrollbarTrackRects(const LayoutDeviceRect& aRect, in GetScrollbarTrackRects()
288 LayoutDeviceRect segmentRect = aRect; in GetScrollbarTrackRects()
309 static bool GetScrollCornerRects(const LayoutDeviceRect& aRect, in GetScrollCornerRects()
348 LayoutDeviceRect relativeRect; in GetScrollCornerRects()
377 PaintBackendData& aPaintData, const LayoutDeviceRect& aRect, in DoPaintScrollbarThumb()
428 PaintBackendData& aPaintData, const LayoutDeviceRect& aRect, in DoPaintScrollbarTrack()
[all …]
H A DThemeDrawing.cpp12 void ThemeDrawing::FillRect(DrawTarget& aDt, const LayoutDeviceRect& aRect, in FillRect()
19 const LayoutDeviceRect& aRect, in FillRect()
38 const LayoutDeviceRect& aRect, in PaintArrow()
63 WebRenderBackendData& aWrData, const LayoutDeviceRect& aRect, in PaintRoundedRectWithRadius()
64 const LayoutDeviceRect& aClipRect, const sRGBColor& aBackgroundColor, in PaintRoundedRectWithRadius()
77 LayoutDeviceRect bg = aRect; in PaintRoundedRectWithRadius()
121 DrawTarget& aDrawTarget, const LayoutDeviceRect& aRect, in PaintRoundedRectWithRadius()
122 const LayoutDeviceRect& aClipRect, const sRGBColor& aBackgroundColor, in PaintRoundedRectWithRadius()
131 LayoutDeviceRect rect(aRect); in PaintRoundedRectWithRadius()
H A DScrollbarDrawingWin11.h43 const LayoutDeviceRect&, nsIFrame*,
50 bool DoPaintScrollbarThumb(PaintBackendData&, const LayoutDeviceRect&,
55 bool PaintScrollbarThumb(DrawTarget&, const LayoutDeviceRect&,
60 bool PaintScrollbarThumb(WebRenderBackendData&, const LayoutDeviceRect&,
H A DTheme.cpp205 static LayoutDeviceRect CheckBoxRadioRect(const LayoutDeviceRect& aRect) { in CheckBoxRadioRect()
469 LayoutDeviceRect focusRect(aRect); in PaintRoundedFocusRect()
609 LayoutDeviceRect shadowRect = aBoxRect; in PaintCircleShadow()
686 LayoutDeviceRect rect(aRect); in PaintRadioControl()
815 LayoutDeviceRect progressClipRect(aRect); in PaintRange()
816 LayoutDeviceRect trackClipRect(aRect); in PaintRange()
894 LayoutDeviceRect rect(aRect); in PaintProgress()
918 LayoutDeviceRect clipRect = rect; in PaintProgress()
985 const LayoutDeviceRect& aRect, in PaintButton()
1030 return LayoutDeviceRect::FromUnknownRect( in ToSnappedRect()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/
H A DnsNativeBasicThemeCocoa.h30 void DoPaintScrollbarThumb(PaintBackendData&, const LayoutDeviceRect& aRect,
35 bool PaintScrollbarThumb(DrawTarget&, const LayoutDeviceRect& aRect,
41 bool PaintScrollbarThumb(WebRenderBackendData&, const LayoutDeviceRect& aRect,
49 void DoPaintScrollbarTrack(PaintBackendData&, const LayoutDeviceRect& aRect,
54 bool PaintScrollbarTrack(DrawTarget&, const LayoutDeviceRect& aRect,
59 bool PaintScrollbarTrack(WebRenderBackendData&, const LayoutDeviceRect& aRect,
65 bool PaintScrollbar(DrawTarget&, const LayoutDeviceRect& aRect, in PaintScrollbar()
74 bool PaintScrollbar(WebRenderBackendData&, const LayoutDeviceRect& aRect, in PaintScrollbar()
85 void DoPaintScrollCorner(PaintBackendData&, const LayoutDeviceRect& aRect,
90 bool PaintScrollCorner(DrawTarget&, const LayoutDeviceRect& aRect,
[all …]
H A DnsNativeBasicThemeCocoa.cpp73 PaintBackendData& aPaintData, const LayoutDeviceRect& aRect, in DoPaintScrollbarThumb()
81 auto thumbRect = LayoutDeviceRect::FromUnknownRect(thumb.mRect); in DoPaintScrollbarThumb()
100 DrawTarget& aDt, const LayoutDeviceRect& aRect, bool aHorizontal, in PaintScrollbarThumb()
111 WebRenderBackendData& aWrData, const LayoutDeviceRect& aRect, in PaintScrollbarThumb()
123 PaintBackendData& aPaintData, const LayoutDeviceRect& aRect, in DoPaintScrollbarTrack()
132 FillRect(aPaintData, LayoutDeviceRect::FromUnknownRect(rect.mRect), in DoPaintScrollbarTrack()
139 DrawTarget& aDt, const LayoutDeviceRect& aRect, bool aHorizontal, in PaintScrollbarTrack()
149 WebRenderBackendData& aWrData, const LayoutDeviceRect& aRect, in PaintScrollbarTrack()
160 PaintBackendData& aPaintData, const LayoutDeviceRect& aRect, in DoPaintScrollCorner()
176 DrawTarget& aDt, const LayoutDeviceRect& aRect, nsIFrame* aFrame, in PaintScrollCorner()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/cocoa/
H A DnsNativeBasicThemeCocoa.h30 void DoPaintScrollbarThumb(PaintBackendData&, const LayoutDeviceRect& aRect,
35 bool PaintScrollbarThumb(DrawTarget&, const LayoutDeviceRect& aRect,
41 bool PaintScrollbarThumb(WebRenderBackendData&, const LayoutDeviceRect& aRect,
49 void DoPaintScrollbarTrack(PaintBackendData&, const LayoutDeviceRect& aRect,
54 bool PaintScrollbarTrack(DrawTarget&, const LayoutDeviceRect& aRect,
59 bool PaintScrollbarTrack(WebRenderBackendData&, const LayoutDeviceRect& aRect,
65 bool PaintScrollbar(DrawTarget&, const LayoutDeviceRect& aRect, in PaintScrollbar()
74 bool PaintScrollbar(WebRenderBackendData&, const LayoutDeviceRect& aRect, in PaintScrollbar()
85 void DoPaintScrollCorner(PaintBackendData&, const LayoutDeviceRect& aRect,
90 bool PaintScrollCorner(DrawTarget&, const LayoutDeviceRect& aRect,
[all …]
H A DnsNativeBasicThemeCocoa.cpp73 PaintBackendData& aPaintData, const LayoutDeviceRect& aRect, in DoPaintScrollbarThumb()
81 auto thumbRect = LayoutDeviceRect::FromUnknownRect(thumb.mRect); in DoPaintScrollbarThumb()
100 DrawTarget& aDt, const LayoutDeviceRect& aRect, bool aHorizontal, in PaintScrollbarThumb()
111 WebRenderBackendData& aWrData, const LayoutDeviceRect& aRect, in PaintScrollbarThumb()
123 PaintBackendData& aPaintData, const LayoutDeviceRect& aRect, in DoPaintScrollbarTrack()
132 FillRect(aPaintData, LayoutDeviceRect::FromUnknownRect(rect.mRect), in DoPaintScrollbarTrack()
139 DrawTarget& aDt, const LayoutDeviceRect& aRect, bool aHorizontal, in PaintScrollbarTrack()
149 WebRenderBackendData& aWrData, const LayoutDeviceRect& aRect, in PaintScrollbarTrack()
160 PaintBackendData& aPaintData, const LayoutDeviceRect& aRect, in DoPaintScrollCorner()
176 DrawTarget& aDt, const LayoutDeviceRect& aRect, nsIFrame* aFrame, in PaintScrollCorner()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DViewportUtils.h62 static LayoutDeviceRect DocumentRelativeLayoutToVisual(
63 const LayoutDeviceRect& aRect, PresShell* aShell);
64 static LayoutDeviceRect DocumentRelativeLayoutToVisual(
84 static LayoutDeviceRect ToScreenRelativeVisual(const LayoutDeviceRect& aRect,
/dports/www/firefox/firefox-99.0/layout/base/
H A DViewportUtils.h62 static LayoutDeviceRect DocumentRelativeLayoutToVisual(
63 const LayoutDeviceRect& aRect, PresShell* aShell);
64 static LayoutDeviceRect DocumentRelativeLayoutToVisual(
84 static LayoutDeviceRect ToScreenRelativeVisual(const LayoutDeviceRect& aRect,
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DViewportUtils.h62 static LayoutDeviceRect DocumentRelativeLayoutToVisual(
63 const LayoutDeviceRect& aRect, PresShell* aShell);
64 static LayoutDeviceRect DocumentRelativeLayoutToVisual(
84 static LayoutDeviceRect ToScreenRelativeVisual(const LayoutDeviceRect& aRect,
/dports/www/firefox/firefox-99.0/gfx/layers/wr/
H A DWebRenderCommandBuilder.h70 gfx::IntSize& aSize, const Maybe<LayoutDeviceRect>& aAsyncImageBounds);
85 const LayoutDeviceRect& aRect, const LayoutDeviceRect& aClip);
92 const LayoutDeviceRect& aRect,
93 const LayoutDeviceRect& aClip);
100 const LayoutDeviceRect& aAsyncImageBounds);
106 const LayoutDeviceRect& aBounds);
130 nsDisplayListBuilder* aDisplayListBuilder, LayoutDeviceRect& aImageRect);
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DTextDrawTarget.h61 LayoutDeviceRect layoutBoundsRect = in TextDrawTarget()
62 LayoutDeviceRect::FromAppUnits(aBounds, appUnitsPerDevPixel); in TextDrawTarget()
63 LayoutDeviceRect layoutClipRect = layoutBoundsRect; in TextDrawTarget()
185 LayoutDeviceRect rect = LayoutDeviceRect::FromUnknownRect(aRect); in PushClipRect()
240 decoration.bounds = mSc.ToRelativeLayoutRect(LayoutDeviceRect(pos, size)); in AppendDecoration()
275 mSc.ToRelativeLayoutRect(LayoutDeviceRect::FromUnknownRect(aBounds)); in AppendWavyDecoration()
310 nsTArray<LayoutDeviceRect> mClipStack;
385 mSc.ToRelativeLayoutRect(LayoutDeviceRect::FromUnknownRect(aRect));
406 line.bounds = mSc.ToRelativeLayoutRect(LayoutDeviceRect(top, horiSize)); in StrokeRect()
421 line.bounds = mSc.ToRelativeLayoutRect(LayoutDeviceRect(left, vertSize)); in StrokeRect()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/wr/
H A DWebRenderCommandBuilder.h67 gfx::IntSize& aSize, const Maybe<LayoutDeviceRect>& aAsyncImageBounds);
81 const LayoutDeviceRect& aRect, const LayoutDeviceRect& aClip);
86 const LayoutDeviceRect& aRect,
87 const LayoutDeviceRect& aClip);
93 const LayoutDeviceRect& aBounds);
117 nsDisplayListBuilder* aDisplayListBuilder, LayoutDeviceRect& aImageRect);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/wr/
H A DWebRenderCommandBuilder.h67 gfx::IntSize& aSize, const Maybe<LayoutDeviceRect>& aAsyncImageBounds);
81 const LayoutDeviceRect& aRect, const LayoutDeviceRect& aClip);
86 const LayoutDeviceRect& aRect,
87 const LayoutDeviceRect& aClip);
93 const LayoutDeviceRect& aBounds);
117 nsDisplayListBuilder* aDisplayListBuilder, LayoutDeviceRect& aImageRect);
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DTextDrawTarget.h84 LayoutDeviceRect layoutBoundsRect = in Reinitialize()
85 LayoutDeviceRect::FromAppUnits(aBounds, appUnitsPerDevPixel); in Reinitialize()
86 LayoutDeviceRect layoutClipRect = layoutBoundsRect; in Reinitialize()
220 LayoutDeviceRect rect = LayoutDeviceRect::FromUnknownRect(aRect); in PushClipRect()
242 void AppendSelectionRect(const LayoutDeviceRect& aRect, in AppendSelectionRect()
277 decoration.bounds = wr::ToLayoutRect(LayoutDeviceRect(pos, size)); in AppendDecoration()
312 wr::ToLayoutRect(LayoutDeviceRect::FromUnknownRect(aBounds)); in AppendWavyDecoration()
351 LayoutDeviceRect GeckoClipRect() { return mClipStack.LastElement(); } in GeckoClipRect()
393 AutoTArray<LayoutDeviceRect, 3> mClipStack;
465 auto rect = wr::ToLayoutRect(LayoutDeviceRect::FromUnknownRect(aRect));
[all …]
/dports/www/firefox/firefox-99.0/layout/generic/
H A DTextDrawTarget.h84 LayoutDeviceRect layoutBoundsRect = in Reinitialize()
85 LayoutDeviceRect::FromAppUnits(aBounds, appUnitsPerDevPixel); in Reinitialize()
86 LayoutDeviceRect layoutClipRect = layoutBoundsRect; in Reinitialize()
220 LayoutDeviceRect rect = LayoutDeviceRect::FromUnknownRect(aRect); in PushClipRect()
242 void AppendSelectionRect(const LayoutDeviceRect& aRect, in AppendSelectionRect()
277 decoration.bounds = wr::ToLayoutRect(LayoutDeviceRect(pos, size)); in AppendDecoration()
312 wr::ToLayoutRect(LayoutDeviceRect::FromUnknownRect(aBounds)); in AppendWavyDecoration()
351 LayoutDeviceRect GeckoClipRect() { return mClipStack.LastElement(); } in GeckoClipRect()
393 AutoTArray<LayoutDeviceRect, 3> mClipStack;
459 auto rect = wr::ToLayoutRect(LayoutDeviceRect::FromUnknownRect(aRect));
[all …]

12345678910>>...13