Home
last modified time | relevance | path

Searched refs:clipBounds (Results 1 – 25 of 554) sorted by relevance

12345678910>>...23

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DDataGridViewRowPostPaintEventArgs.cs35 private Rectangle clipBounds; field in System.Windows.Forms.DataGridViewRowPostPaintEventArgs
47 this.clipBounds = clipBounds; in DataGridViewRowPostPaintEventArgs()
58 get { return clipBounds; }
59 set { clipBounds = value; }
104 public void PaintCells (Rectangle clipBounds, DataGridViewPaintParts paintParts) in PaintCells() argument
111 …row.PaintCells (graphics, clipBounds, rowBounds, rowIndex, rowState, isFirstDisplayedRow, isLastVi… in PaintCells()
114 public void PaintCellsBackground (Rectangle clipBounds, bool cellsPaintSelectionBackground) in PaintCellsBackground() argument
117 PaintCells (clipBounds, DataGridViewPaintParts.All); in PaintCellsBackground()
119 … PaintCells (clipBounds, DataGridViewPaintParts.All & ~DataGridViewPaintParts.SelectionBackground); in PaintCellsBackground()
122 public void PaintCellsContent (Rectangle clipBounds) in PaintCellsContent() argument
[all …]
H A DDataGridViewRowPrePaintEventArgs.cs35 private Rectangle clipBounds; field in System.Windows.Forms.DataGridViewRowPrePaintEventArgs
48 this.clipBounds = clipBounds; in DataGridViewRowPrePaintEventArgs()
59 get { return clipBounds; }
60 set { clipBounds = value; }
109 public void PaintCells (Rectangle clipBounds, DataGridViewPaintParts paintParts) in PaintCells() argument
116 …row.PaintCells (graphics, clipBounds, rowBounds, rowIndex, rowState, isFirstDisplayedRow, isLastVi… in PaintCells()
119 public void PaintCellsBackground (Rectangle clipBounds, bool cellsPaintSelectionBackground) in PaintCellsBackground() argument
122 PaintCells (clipBounds, DataGridViewPaintParts.All); in PaintCellsBackground()
124 … PaintCells (clipBounds, DataGridViewPaintParts.All & ~DataGridViewPaintParts.SelectionBackground); in PaintCellsBackground()
127 public void PaintCellsContent (Rectangle clipBounds) in PaintCellsContent() argument
[all …]
H A DDataGridViewCellPaintingEventArgs.cs36 private Rectangle clipBounds; field in System.Windows.Forms.DataGridViewCellPaintingEventArgs
48 …tingEventArgs (DataGridView dataGridView, Graphics graphics, Rectangle clipBounds, Rectangle cellB… in DataGridViewCellPaintingEventArgs() argument
51 this.clipBounds = clipBounds; in DataGridViewCellPaintingEventArgs()
77 get { return clipBounds; }
112 public void Paint (Rectangle clipBounds, DataGridViewPaintParts paintParts) { in Paint() argument
129 …cell.PaintInternal (graphics, clipBounds, cellBounds, rowIndex, cellState, Value, formattedValue, … in Paint()
132 public void PaintBackground (Rectangle clipBounds, bool cellsPaintSelectionBackground) in PaintBackground() argument
134 Paint (clipBounds, DataGridViewPaintParts.Background | DataGridViewPaintParts.Border); in PaintBackground()
138 public void PaintContent (Rectangle clipBounds) in PaintContent() argument
140 …Paint (clipBounds, DataGridViewPaintParts.ContentBackground | DataGridViewPaintParts.ContentForegr… in PaintContent()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/widget/
H A DImageCanvas.java295 if (clipBounds == null) { in paint()
308 txmin = XtoTileX(clipBounds.x); in paint()
312 txmax = XtoTileX(clipBounds.x + clipBounds.width - 1); in paint()
316 tymin = YtoTileY(clipBounds.y); in paint()
320 tymax = YtoTileY(clipBounds.y + clipBounds.height - 1); in paint()
335 int screenX = clipBounds.x + clipBounds.width; in paint()
336 int screenY = clipBounds.y + clipBounds.height; in paint()
339 if (xmin > clipBounds.x) { in paint()
343 clipBounds.height); in paint()
351 clipBounds.height); in paint()
[all …]
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/application/util/plaf/
H A DJaLingoListUI.java58 Rectangle clipBounds = g.getClipBounds(); in update() local
62 g2D.fill( clipBounds ); in update()
73 … KunststoffUtilities.drawGradient( g, colorBackground, colorShadow, rect, clipBounds, false ); in update()
76 g2D.fill( clipBounds ); in update()
82 … g2D.fill( new Rectangle( clipBounds.x, clipBounds.y, clipBounds.width, 20 ) ); in update()
86 … g2D.fill( new Rectangle( clipBounds.x, clipBounds.y, 20, clipBounds.height ) ); in update()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalTreeUI.java208 Rectangle clipBounds = g.getClipBounds(); in paintHorizontalSeparators() local
211 (tree, 0, clipBounds.y)); in paintHorizontalSeparators()
213 (tree, 0, clipBounds.y + clipBounds.height - 1)); in paintHorizontalSeparators()
228 g.drawLine(clipBounds.x, rowBounds.y, in paintHorizontalSeparators()
229 clipBounds.x + clipBounds.width, rowBounds.y); in paintHorizontalSeparators()
235 protected void paintVerticalPartOfLeg(Graphics g, Rectangle clipBounds, in paintVerticalPartOfLeg() argument
238 super.paintVerticalPartOfLeg(g, clipBounds, insets, path); in paintVerticalPartOfLeg()
242 protected void paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, in paintHorizontalPartOfLeg() argument
249 super.paintHorizontalPartOfLeg(g, clipBounds, insets, bounds, in paintHorizontalPartOfLeg()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalTreeUI.java208 Rectangle clipBounds = g.getClipBounds(); in paintHorizontalSeparators() local
211 (tree, 0, clipBounds.y)); in paintHorizontalSeparators()
213 (tree, 0, clipBounds.y + clipBounds.height - 1)); in paintHorizontalSeparators()
228 g.drawLine(clipBounds.x, rowBounds.y, in paintHorizontalSeparators()
229 clipBounds.x + clipBounds.width, rowBounds.y); in paintHorizontalSeparators()
235 protected void paintVerticalPartOfLeg(Graphics g, Rectangle clipBounds, in paintVerticalPartOfLeg() argument
238 super.paintVerticalPartOfLeg(g, clipBounds, insets, path); in paintVerticalPartOfLeg()
242 protected void paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, in paintHorizontalPartOfLeg() argument
249 super.paintHorizontalPartOfLeg(g, clipBounds, insets, bounds, in paintHorizontalPartOfLeg()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalTreeUI.java208 Rectangle clipBounds = g.getClipBounds(); in paintHorizontalSeparators() local
211 (tree, 0, clipBounds.y)); in paintHorizontalSeparators()
213 (tree, 0, clipBounds.y + clipBounds.height - 1)); in paintHorizontalSeparators()
228 g.drawLine(clipBounds.x, rowBounds.y, in paintHorizontalSeparators()
229 clipBounds.x + clipBounds.width, rowBounds.y); in paintHorizontalSeparators()
235 protected void paintVerticalPartOfLeg(Graphics g, Rectangle clipBounds, in paintVerticalPartOfLeg() argument
238 super.paintVerticalPartOfLeg(g, clipBounds, insets, path); in paintVerticalPartOfLeg()
242 protected void paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, in paintHorizontalPartOfLeg() argument
249 super.paintHorizontalPartOfLeg(g, clipBounds, insets, bounds, in paintHorizontalPartOfLeg()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTreeUI.java181 Rectangle clipBounds = g.getClipBounds(); in paintHorizontalSeparators() local
184 (tree, 0, clipBounds.y)); in paintHorizontalSeparators()
186 (tree, 0, clipBounds.y + clipBounds.height - 1)); in paintHorizontalSeparators()
201 g.drawLine(clipBounds.x, rowBounds.y, in paintHorizontalSeparators()
202 clipBounds.x + clipBounds.width, rowBounds.y); in paintHorizontalSeparators()
208 protected void paintVerticalPartOfLeg(Graphics g, Rectangle clipBounds, in paintVerticalPartOfLeg() argument
211 super.paintVerticalPartOfLeg(g, clipBounds, insets, path); in paintVerticalPartOfLeg()
215 protected void paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, in paintHorizontalPartOfLeg() argument
222 super.paintHorizontalPartOfLeg(g, clipBounds, insets, bounds, in paintHorizontalPartOfLeg()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalTreeUI.java208 Rectangle clipBounds = g.getClipBounds(); in paintHorizontalSeparators() local
211 (tree, 0, clipBounds.y)); in paintHorizontalSeparators()
213 (tree, 0, clipBounds.y + clipBounds.height - 1)); in paintHorizontalSeparators()
228 g.drawLine(clipBounds.x, rowBounds.y, in paintHorizontalSeparators()
229 clipBounds.x + clipBounds.width, rowBounds.y); in paintHorizontalSeparators()
235 protected void paintVerticalPartOfLeg(Graphics g, Rectangle clipBounds, in paintVerticalPartOfLeg() argument
238 super.paintVerticalPartOfLeg(g, clipBounds, insets, path); in paintVerticalPartOfLeg()
242 protected void paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, in paintHorizontalPartOfLeg() argument
249 super.paintHorizontalPartOfLeg(g, clipBounds, insets, bounds, in paintHorizontalPartOfLeg()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalTreeUI.java208 Rectangle clipBounds = g.getClipBounds(); in paintHorizontalSeparators() local
211 (tree, 0, clipBounds.y)); in paintHorizontalSeparators()
213 (tree, 0, clipBounds.y + clipBounds.height - 1)); in paintHorizontalSeparators()
228 g.drawLine(clipBounds.x, rowBounds.y, in paintHorizontalSeparators()
229 clipBounds.x + clipBounds.width, rowBounds.y); in paintHorizontalSeparators()
235 protected void paintVerticalPartOfLeg(Graphics g, Rectangle clipBounds, in paintVerticalPartOfLeg() argument
238 super.paintVerticalPartOfLeg(g, clipBounds, insets, path); in paintVerticalPartOfLeg()
242 protected void paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, in paintHorizontalPartOfLeg() argument
249 super.paintHorizontalPartOfLeg(g, clipBounds, insets, bounds, in paintHorizontalPartOfLeg()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalTreeUI.java208 Rectangle clipBounds = g.getClipBounds(); in paintHorizontalSeparators() local
211 (tree, 0, clipBounds.y)); in paintHorizontalSeparators()
213 (tree, 0, clipBounds.y + clipBounds.height - 1)); in paintHorizontalSeparators()
228 g.drawLine(clipBounds.x, rowBounds.y, in paintHorizontalSeparators()
229 clipBounds.x + clipBounds.width, rowBounds.y); in paintHorizontalSeparators()
235 protected void paintVerticalPartOfLeg(Graphics g, Rectangle clipBounds, in paintVerticalPartOfLeg() argument
238 super.paintVerticalPartOfLeg(g, clipBounds, insets, path); in paintVerticalPartOfLeg()
242 protected void paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, in paintHorizontalPartOfLeg() argument
249 super.paintHorizontalPartOfLeg(g, clipBounds, insets, bounds, in paintHorizontalPartOfLeg()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalTreeUI.java208 Rectangle clipBounds = g.getClipBounds(); in paintHorizontalSeparators() local
211 (tree, 0, clipBounds.y)); in paintHorizontalSeparators()
213 (tree, 0, clipBounds.y + clipBounds.height - 1)); in paintHorizontalSeparators()
228 g.drawLine(clipBounds.x, rowBounds.y, in paintHorizontalSeparators()
229 clipBounds.x + clipBounds.width, rowBounds.y); in paintHorizontalSeparators()
235 protected void paintVerticalPartOfLeg(Graphics g, Rectangle clipBounds, in paintVerticalPartOfLeg() argument
238 super.paintVerticalPartOfLeg(g, clipBounds, insets, path); in paintVerticalPartOfLeg()
242 protected void paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, in paintHorizontalPartOfLeg() argument
249 super.paintHorizontalPartOfLeg(g, clipBounds, insets, bounds, in paintHorizontalPartOfLeg()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalTreeUI.java208 Rectangle clipBounds = g.getClipBounds(); in paintHorizontalSeparators() local
211 (tree, 0, clipBounds.y)); in paintHorizontalSeparators()
213 (tree, 0, clipBounds.y + clipBounds.height - 1)); in paintHorizontalSeparators()
228 g.drawLine(clipBounds.x, rowBounds.y, in paintHorizontalSeparators()
229 clipBounds.x + clipBounds.width, rowBounds.y); in paintHorizontalSeparators()
235 protected void paintVerticalPartOfLeg(Graphics g, Rectangle clipBounds, in paintVerticalPartOfLeg() argument
238 super.paintVerticalPartOfLeg(g, clipBounds, insets, path); in paintVerticalPartOfLeg()
242 protected void paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, in paintHorizontalPartOfLeg() argument
249 super.paintHorizontalPartOfLeg(g, clipBounds, insets, bounds, in paintHorizontalPartOfLeg()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTreeUI.java181 Rectangle clipBounds = g.getClipBounds(); in paintHorizontalSeparators() local
184 (tree, 0, clipBounds.y)); in paintHorizontalSeparators()
186 (tree, 0, clipBounds.y + clipBounds.height - 1)); in paintHorizontalSeparators()
201 g.drawLine(clipBounds.x, rowBounds.y, in paintHorizontalSeparators()
202 clipBounds.x + clipBounds.width, rowBounds.y); in paintHorizontalSeparators()
208 protected void paintVerticalPartOfLeg(Graphics g, Rectangle clipBounds, in paintVerticalPartOfLeg() argument
211 super.paintVerticalPartOfLeg(g, clipBounds, insets, path); in paintVerticalPartOfLeg()
215 protected void paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, in paintHorizontalPartOfLeg() argument
222 super.paintHorizontalPartOfLeg(g, clipBounds, insets, bounds, in paintHorizontalPartOfLeg()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkRasterizer.cpp16 const SkIRect* clipBounds, SkMaskFilter* filter, in rasterize() argument
20 if (clipBounds && filter && SkMask::kJustRenderImage_CreateMode != mode) { in rasterize()
29 storage = clipBounds->makeOutset(margin.fX, margin.fY); in rasterize()
30 clipBounds = &storage; in rasterize()
33 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode); in rasterize()
39 const SkIRect* clipBounds, in onRasterize() argument
44 return SkDraw::DrawToMask(devPath, clipBounds, nullptr, nullptr, mask, mode, in onRasterize()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/awt/xlib/
H A DXGraphics.java43 Rectangle clipBounds; field in XGraphics
69 clipBounds = null; in dispose()
133 if ((clipBounds != null) && !clipBounds.contains(newClipBounds)) in setClip()
135 System.err.println("warning: old clip ("+ clipBounds +") does " + in setClip()
139 clipBounds = newClipBounds; in setClip()
140 Rectangle[] rects = { clipBounds }; in setClip()
213 if (clipBounds == null) in drawImage()
244 int iLeft = Math.max(x, clipBounds.x); in drawImage()
245 int iTop = Math.max(y, clipBounds.y); in drawImage()
247 clipBounds.x + clipBounds.width); in drawImage()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/awt/xlib/
H A DXGraphics.java43 Rectangle clipBounds; field in XGraphics
69 clipBounds = null; in dispose()
133 if ((clipBounds != null) && !clipBounds.contains(newClipBounds)) in setClip()
135 System.err.println("warning: old clip ("+ clipBounds +") does " + in setClip()
139 clipBounds = newClipBounds; in setClip()
140 Rectangle[] rects = { clipBounds }; in setClip()
213 if (clipBounds == null) in drawImage()
244 int iLeft = Math.max(x, clipBounds.x); in drawImage()
245 int iTop = Math.max(y, clipBounds.y); in drawImage()
247 clipBounds.x + clipBounds.width); in drawImage()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrBlurUtils.cpp23 static bool clip_bounds_quick_reject(const SkIRect& clipBounds, const SkIRect& rect) { in clip_bounds_quick_reject() argument
24 return clipBounds.isEmpty() || rect.isEmpty() || !SkIRect::Intersects(clipBounds, rect); in clip_bounds_quick_reject()
57 const SkIRect& clipBounds, in sw_draw_with_mask_filter() argument
61 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
73 if (clip_bounds_quick_reject(clipBounds, dstM.fBounds)) { in sw_draw_with_mask_filter()
145 SkIRect clipBounds; in draw_path_with_mask_filter() local
146 clip.getConservativeBounds(drawContext->width(), drawContext->height(), &clipBounds); in draw_path_with_mask_filter()
184 clipBounds, in draw_path_with_mask_filter()
192 if (clip_bounds_quick_reject(clipBounds, finalIRect)) { in draw_path_with_mask_filter()
231 maskFilter, clipBounds, paint, fillOrHairline); in draw_path_with_mask_filter()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrBlurUtils.cpp24 static bool clip_bounds_quick_reject(const SkIRect& clipBounds, const SkIRect& rect) { in clip_bounds_quick_reject() argument
25 return clipBounds.isEmpty() || rect.isEmpty() || !SkIRect::Intersects(clipBounds, rect); in clip_bounds_quick_reject()
58 const SkIRect& clipBounds, in sw_draw_with_mask_filter() argument
62 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
74 if (clip_bounds_quick_reject(clipBounds, dstM.fBounds)) { in sw_draw_with_mask_filter()
153 SkIRect clipBounds; in draw_path_with_mask_filter() local
156 &clipBounds); in draw_path_with_mask_filter()
194 clipBounds, in draw_path_with_mask_filter()
202 if (clip_bounds_quick_reject(clipBounds, finalIRect)) { in draw_path_with_mask_filter()
241 clipBounds, std::move(paint), fillOrHairline); in draw_path_with_mask_filter()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/awt/xlib/
H A DXGraphics.java43 Rectangle clipBounds; field in XGraphics
69 clipBounds = null; in dispose()
146 clipBounds = newClipBounds; in setClip()
147 Rectangle[] rects = { clipBounds }; in setClip()
219 if (clipBounds == null) in drawImage()
250 int iLeft = Math.max(x, clipBounds.x); in drawImage()
251 int iTop = Math.max(y, clipBounds.y); in drawImage()
253 clipBounds.x + clipBounds.width); in drawImage()
255 clipBounds.y + clipBounds.height); in drawImage()
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/awt/xlib/
H A DXGraphics.java43 Rectangle clipBounds; field in XGraphics
69 clipBounds = null; in dispose()
146 clipBounds = newClipBounds; in setClip()
147 Rectangle[] rects = { clipBounds }; in setClip()
219 if (clipBounds == null) in drawImage()
250 int iLeft = Math.max(x, clipBounds.x); in drawImage()
251 int iTop = Math.max(y, clipBounds.y); in drawImage()
253 clipBounds.x + clipBounds.width); in drawImage()
255 clipBounds.y + clipBounds.height); in drawImage()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/awt/xlib/
H A DXGraphics.java43 Rectangle clipBounds; field in XGraphics
69 clipBounds = null; in dispose()
146 clipBounds = newClipBounds; in setClip()
147 Rectangle[] rects = { clipBounds }; in setClip()
219 if (clipBounds == null) in drawImage()
250 int iLeft = Math.max(x, clipBounds.x); in drawImage()
251 int iTop = Math.max(y, clipBounds.y); in drawImage()
253 clipBounds.x + clipBounds.width); in drawImage()
255 clipBounds.y + clipBounds.height); in drawImage()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/awt/xlib/
H A DXGraphics.java43 Rectangle clipBounds; field in XGraphics
69 clipBounds = null; in dispose()
146 clipBounds = newClipBounds; in setClip()
147 Rectangle[] rects = { clipBounds }; in setClip()
219 if (clipBounds == null) in drawImage()
250 int iLeft = Math.max(x, clipBounds.x); in drawImage()
251 int iTop = Math.max(y, clipBounds.y); in drawImage()
253 clipBounds.x + clipBounds.width); in drawImage()
255 clipBounds.y + clipBounds.height); in drawImage()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/awt/xlib/
H A DXGraphics.java43 Rectangle clipBounds; field in XGraphics
69 clipBounds = null; in dispose()
146 clipBounds = newClipBounds; in setClip()
147 Rectangle[] rects = { clipBounds }; in setClip()
219 if (clipBounds == null) in drawImage()
250 int iLeft = Math.max(x, clipBounds.x); in drawImage()
251 int iTop = Math.max(y, clipBounds.y); in drawImage()
253 clipBounds.x + clipBounds.width); in drawImage()
255 clipBounds.y + clipBounds.height); in drawImage()

12345678910>>...23