Home
last modified time | relevance | path

Searched refs:clipBox (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/graphicObject/
H A DClippableProperty.java56 private double[] clipBox; field in ClippableProperty
64 clipBox = new double[4]; in ClippableProperty()
75 clipBox = new double[4]; in ClippableProperty()
77 for (int i = 0; i < clipBox.length; i++) { in ClippableProperty()
78 clipBox[i] = clippableProperty.clipBox[i]; in ClippableProperty()
90 for (int i = 0; i < clipBox.length; i++) { in getClipBox()
91 retClipBox[i] = clipBox[i]; in getClipBox()
100 public UpdateStatus setClipBox(Double[] clipBox) { in setClipBox() argument
109 this.clipBox[i] = clipBox[i]; in setClipBox()
113 if (this.clipBox[i] != clipBox[i]) { in setClipBox()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/
H A Dquartz-fallback.patch19 CGRect clipBox = CGContextGetClipBoundingBox (surface->cgContext);
30 if (clipBox.size.width == 0.0f ||
31 clipBox.size.height == 0.0f)
34 - // the clipBox is in userspace, so:
37 - clipBox = CGRectApplyAffineTransform (clipBox, ctm);
40 - clipBox.origin.y = surface->extents.height - (clipBox.origin.y + clipBox.size.height);
42 x0 = floor(clipBox.origin.x);
43 y0 = floor(clipBox.origin.y);
44 w = ceil(clipBox.origin.x + clipBox.size.width) - x0;
45 h = ceil(clipBox.origin.y + clipBox.size.height) - y0;
/dports/www/firefox/firefox-99.0/gfx/cairo/
H A Dquartz-fallback.patch19 CGRect clipBox = CGContextGetClipBoundingBox (surface->cgContext);
30 if (clipBox.size.width == 0.0f ||
31 clipBox.size.height == 0.0f)
34 - // the clipBox is in userspace, so:
37 - clipBox = CGRectApplyAffineTransform (clipBox, ctm);
40 - clipBox.origin.y = surface->extents.height - (clipBox.origin.y + clipBox.size.height);
42 x0 = floor(clipBox.origin.x);
43 y0 = floor(clipBox.origin.y);
44 w = ceil(clipBox.origin.x + clipBox.size.width) - x0;
45 h = ceil(clipBox.origin.y + clipBox.size.height) - y0;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/
H A Dquartz-fallback.patch19 CGRect clipBox = CGContextGetClipBoundingBox (surface->cgContext);
30 if (clipBox.size.width == 0.0f ||
31 clipBox.size.height == 0.0f)
34 - // the clipBox is in userspace, so:
37 - clipBox = CGRectApplyAffineTransform (clipBox, ctm);
40 - clipBox.origin.y = surface->extents.height - (clipBox.origin.y + clipBox.size.height);
42 x0 = floor(clipBox.origin.x);
43 y0 = floor(clipBox.origin.y);
44 w = ceil(clipBox.origin.x + clipBox.size.width) - x0;
45 h = ceil(clipBox.origin.y + clipBox.size.height) - y0;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/
H A Dquartz-fallback.patch19 CGRect clipBox = CGContextGetClipBoundingBox (surface->cgContext);
30 if (clipBox.size.width == 0.0f ||
31 clipBox.size.height == 0.0f)
34 - // the clipBox is in userspace, so:
37 - clipBox = CGRectApplyAffineTransform (clipBox, ctm);
40 - clipBox.origin.y = surface->extents.height - (clipBox.origin.y + clipBox.size.height);
42 x0 = floor(clipBox.origin.x);
43 y0 = floor(clipBox.origin.y);
44 w = ceil(clipBox.origin.x + clipBox.size.width) - x0;
45 h = ceil(clipBox.origin.y + clipBox.size.height) - y0;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/
H A Dquartz-fallback.patch19 CGRect clipBox = CGContextGetClipBoundingBox (surface->cgContext);
30 if (clipBox.size.width == 0.0f ||
31 clipBox.size.height == 0.0f)
34 - // the clipBox is in userspace, so:
37 - clipBox = CGRectApplyAffineTransform (clipBox, ctm);
40 - clipBox.origin.y = surface->extents.height - (clipBox.origin.y + clipBox.size.height);
42 x0 = floor(clipBox.origin.x);
43 y0 = floor(clipBox.origin.y);
44 w = ceil(clipBox.origin.x + clipBox.size.width) - x0;
45 h = ceil(clipBox.origin.y + clipBox.size.height) - y0;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/
H A Dquartz-fallback.patch19 CGRect clipBox = CGContextGetClipBoundingBox (surface->cgContext);
30 if (clipBox.size.width == 0.0f ||
31 clipBox.size.height == 0.0f)
34 - // the clipBox is in userspace, so:
37 - clipBox = CGRectApplyAffineTransform (clipBox, ctm);
40 - clipBox.origin.y = surface->extents.height - (clipBox.origin.y + clipBox.size.height);
42 x0 = floor(clipBox.origin.x);
43 y0 = floor(clipBox.origin.y);
44 w = ceil(clipBox.origin.x + clipBox.size.width) - x0;
45 h = ceil(clipBox.origin.y + clipBox.size.height) - y0;
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/tests/nonreg_tests/
H A Dbug_1491.dia.ref20 clipBox = [0.1,0.9,0.8,0.8] ;
24 xrect( clipBox(1), clipBox(2), clipBox(3), clipBox(4) ) ;
26 a.clip_box = clipBox ;
33 checkR2 = ( r2.clip_state == 'on' ) & ( r2.clip_box == clipBox ) ;
34 checkP1 = ( p1.clip_state == 'on' ) & ( p1.clip_box == clipBox ) ;
H A Dbug_1491.tst23 clipBox = [0.1,0.9,0.8,0.8] ;
28 xrect( clipBox(1), clipBox(2), clipBox(3), clipBox(4) ) ;
30 a.clip_box = clipBox ;
40 checkR2 = ( r2.clip_state == 'on' ) & ( r2.clip_box == clipBox ) ;
41 checkP1 = ( p1.clip_state == 'on' ) & ( p1.clip_box == clipBox ) ;
H A Dbug_313.tst19 clipBox = [150, 460, 100, 150];
30 xrect(clipBox(1), clipBox(2), clipBox(3), clipBox(4));
32 axes.clip_box = clipBox;
39 if (segs.clip_box <> clipBox) then pause; end
H A Dbug_313.dia.ref16 clipBox = [150, 460, 100, 150];
26 xrect(clipBox(1), clipBox(2), clipBox(3), clipBox(4));
28 axes.clip_box = clipBox;
34 if (segs.clip_box <> clipBox) then bugmes();quit;end
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dviewport3d.c289 clipBox[i].inside = ((clipBox[i].pointsPtr[2]->px - in drawPreViewport()
297 if (clipBox[i].inside) { in drawPreViewport()
433 if (!(clipBox[i].inside)) { in drawTheViewport()
802 clipBox[0].pointsPtr[0] = &(clipCorners[0]); in postMakeViewport()
803 clipBox[0].pointsPtr[1] = &(clipCorners[1]); in postMakeViewport()
804 clipBox[0].pointsPtr[2] = &(clipCorners[2]); in postMakeViewport()
805 clipBox[0].pointsPtr[3] = &(clipCorners[3]); in postMakeViewport()
807 clipBox[1].pointsPtr[0] = &(clipCorners[1]); in postMakeViewport()
808 clipBox[1].pointsPtr[1] = &(clipCorners[5]); in postMakeViewport()
809 clipBox[1].pointsPtr[2] = &(clipCorners[6]); in postMakeViewport()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/c/getHandleProperty/
H A Dget_clip_box_property.c40 double* clipBox = NULL; in get_clip_box_property() local
54 getGraphicObjectProperty(iObjUID, __GO_CLIP_BOX__, jni_double_vector, (void **)&clipBox); in get_clip_box_property()
56 if (clipBox == NULL) in get_clip_box_property()
62 return sciReturnRowVector(clipBox, 4); in get_clip_box_property()
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dregion.h184 …lip(const BLPointI& pt, const BLBoxI& clipBox) noexcept { return blRegionTranslateAndClip(this, th… in translateAndClip() argument
186 …Clip(const BLRegion& r, const BLBoxI& clipBox) noexcept { return blRegionIntersectAndClip(this, th… in intersectAndClip() argument
208 …& r, const BLPointI& pt, const BLBoxI& clipBox) noexcept { return blRegionTranslateAndClip(&dst, &… in translateAndClip() argument
209 …n& a, const BLRegion& b, const BLBoxI& clipBox) noexcept { return blRegionIntersectAndClip(&dst, &… in intersectAndClip() argument
/dports/devel/rkcommon/rkcommon-1.8.0/rkcommon/array3D/
H A DArray3D.h184 const box3i &clipBox) in SubBoxArray3D()
185 : clipBox(clipBox), actual(actual) in SubBoxArray3D()
188 assert(clipBox.upper.x <= actual->size().x); in SubBoxArray3D()
189 assert(clipBox.upper.y <= actual->size().y); in SubBoxArray3D()
190 assert(clipBox.upper.z <= actual->size().z); in SubBoxArray3D()
196 return clipBox.size(); in size()
204 return actual->get(where + clipBox.lower); in get()
218 vec3i dims = clipBox.size(); in numElements()
222 const box3i clipBox; member
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/he/moonbase/
H A Dmoonbase.cpp88 …oonbase::blitT14WizImage(uint8 *dst, int dstw, int dsth, int dstPitch, const Common::Rect *clipBox, in blitT14WizImage() argument
96 if (clipBox) { in blitT14WizImage()
97 Common::Rect clip(clipBox->left, clipBox->top, clipBox->right, clipBox->bottom); in blitT14WizImage()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/he/moonbase/
H A Dmoonbase.cpp93 …oonbase::blitT14WizImage(uint8 *dst, int dstw, int dsth, int dstPitch, const Common::Rect *clipBox, in blitT14WizImage() argument
101 if (clipBox) { in blitT14WizImage()
102 Common::Rect clip(clipBox->left, clipBox->top, clipBox->right, clipBox->bottom); in blitT14WizImage()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/font/
H A DossimFont.cpp65 ossimIrect clipBox;
66 getBoundingClipBox(clipBox);
68 return clipBox;
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Clip.cc531 openvdb::BBoxd clipBox; in cookVDBSop() local
574 clipBox.min()[0] = box.xmin(); in cookVDBSop()
575 clipBox.min()[1] = box.ymin(); in cookVDBSop()
576 clipBox.min()[2] = box.zmin(); in cookVDBSop()
577 clipBox.max()[0] = box.xmax(); in cookVDBSop()
578 clipBox.max()[1] = box.ymax(); in cookVDBSop()
579 clipBox.max()[2] = box.zmax(); in cookVDBSop()
581 clipBox.min() -= padding; in cookVDBSop()
582 clipBox.max() += padding; in cookVDBSop()
625 BBoxClipOp op{clipBox, inside}; in cookVDBSop()
[all …]
/dports/cad/magic/magic-8.3.245/utils/
H A Dgeometry.c870 GeoDisjoint(area, clipBox, func, cdarg) in GeoDisjoint() argument
872 Rect * clipBox;
882 if((clipBox==(Rect *) NULL)||(!GEO_OVERLAP(area, clipBox)))
900 if (clipBox->r_ytop < rArea.r_ytop)
903 rArea.r_ytop = ok.r_ybot = clipBox->r_ytop;
909 if (clipBox->r_ybot > rArea.r_ybot)
912 rArea.r_ybot = ok.r_ytop = clipBox->r_ybot;
918 if (clipBox->r_xtop < rArea.r_xtop)
921 rArea.r_xtop = ok.r_xbot = clipBox->r_xtop;
927 if (clipBox->r_xbot > rArea.r_xbot)
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Python/
H A DTestBoxPlaneIntersection.py59 clipBox = vtk.vtkBox() variable
71 numInts = clipBox.IntersectWithPlane(bds, origin, normal, xout)
94 numInts = clipBox.IntersectWithPlane(bds, origin, normal, xout)
117 numInts = clipBox.IntersectWithPlane(bds, origin, normal, xout)
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Python/
H A DTestBoxPlaneIntersection.py59 clipBox = vtk.vtkBox() variable
71 numInts = clipBox.IntersectWithPlane(bds, origin, normal, xout)
94 numInts = clipBox.IntersectWithPlane(bds, origin, normal, xout)
117 numInts = clipBox.IntersectWithPlane(bds, origin, normal, xout)
/dports/cad/magic/magic-8.3.245/router/
H A DrtrMain.c169 rtrMakeChannel(tile, clipBox) in rtrMakeChannel() argument
174 Rect *clipBox; /* If non-NULL, clip the channel area to this box */
188 GeoClip(&bbox, clipBox);
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Chart/
H A DPieChart.php300 $clipBox = new Canvas('clip', new LayoutBox(0, 0, 100, 100));
301 $clipBox->toClipPath();
302 $innerBox->addElement($clipBox);
304 $clipBox->addElement($rect);
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/kdecompat/
H A Dkdecompat.c323 BOX clipBox; in kdecompatPaintWindow() local
332 clipBox.x1 = w->attrib.x; in kdecompatPaintWindow()
333 clipBox.y1 = w->attrib.y; in kdecompatPaintWindow()
334 clipBox.x2 = clipBox.x1 + w->width; in kdecompatPaintWindow()
335 clipBox.y2 = clipBox.y1 + w->height; in kdecompatPaintWindow()
340 clipBox.x2 = data->start; in kdecompatPaintWindow()
344 clipBox.x1 = data->start; in kdecompatPaintWindow()
348 clipBox.y1 = data->start; in kdecompatPaintWindow()
353 clipBox.y2 = data->start; in kdecompatPaintWindow()
375 glScissor (clipBox.x1, s->height - clipBox.y2, in kdecompatPaintWindow()
[all …]

1234567