Home
last modified time | relevance | path

Searched refs:theRect (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/graphics/libpano13/libpano13-2.9.20/
H A Dseamer_.c49 for(y=theRect->top; y<theRect->bottom; y++) in _SetDistance()
53 for(x=theRect->left; x<theRect->right; x++, idata+=bpp, adata+=bppa) in _SetDistance()
68 for(y=theRect->top; y<theRect->bottom; y++) in _SetDistance()
72 for(x=theRect->left; x<theRect->right; x++, idata+=bpp, adata+=bppa) in _SetDistance()
165 for(y=theRect->top; y<theRect->bottom; y++) in _SetDistanceImage()
169 for(x=theRect->left; x<theRect->right; x++, idata+=bpp, adata+=bppa) in _SetDistanceImage()
184 for(y=theRect->top; y<theRect->bottom; y++) in _SetDistanceImage()
188 for(x=theRect->left; x<theRect->right; x++, idata+=bpp, adata+=bppa) in _SetDistanceImage()
273 theRect.left = 0; in _merge()
275 theRect.top = 0; in _merge()
[all …]
H A Dfile.c1019 …channelLength = ((int64_t)theRect.right-theRect.left) * (theRect.bottom-theRect.top) * (BitsPerCha… in writeLayerAndMask()
1182 …count = ((size_t)theRect->right - theRect->left) * (theRect->bottom - theRect->top) * (BitsPerChan… in writeChannelData()
1209 for(y=theRect->top; y<theRect->bottom;y++) in writeChannelData()
1228 for(y=theRect->top; y<theRect->bottom;y++) in writeChannelData()
1278 for(y=theRect->top; y<theRect->bottom;y++) in writeTransparentAlpha()
1409 im->width, im->height, theRect->top, theRect->bottom, theRect->left, theRect->right); in getImageRectangle()
1473 …channelLength = ((size_t)theRect.right-theRect.left) * (theRect.bottom-theRect.top) * (BitsPerCha… in addLayer()
2114 …channelLength = ((size_t)theRect.right-theRect.left) * (theRect.bottom-theRect.top) * (BitsPerCha… in panoCreateLayeredPSD()
2305 w = (theRect->right - theRect->left); in orAlpha()
2309 for(y=theRect->top; y<theRect->bottom; y++) in orAlpha()
[all …]
H A Dseamer.c3 void SetDistance8( Image* im, Image* pano, PTRect *theRect, int showprogress );
4 void SetDistanceImage8 ( Image* im, Image* pano, PTRect *theRect, int showprogress, int feather );
6 void mergeAlpha8 ( Image *im, unsigned char *alpha, int feather, PTRect *theRect );
8 void SetDistance16( Image* im, Image* pano, PTRect *theRect, int showprogress );
9 void SetDistanceImage16 ( Image* im, Image* pano, PTRect *theRect, int showprogress, int feather );
11 void mergeAlpha16 ( Image *im, unsigned char *alpha, int feather, PTRect *theRect );
53 void mergeAlpha ( Image *im, unsigned char *alpha, int feather, PTRect *theRect ) in mergeAlpha() argument
56 mergeAlpha16 ( im, alpha, feather, theRect ); in mergeAlpha()
58 mergeAlpha8 ( im, alpha, feather, theRect ); in mergeAlpha()
/dports/mail/gnumail/GNUMail-1.3.0/Framework/GNUMail/
H A DNSBezierPath+Extensions.m30 - (void) appendBezierPathWithRoundedRectangle: (NSRect) theRect
33 NSPoint topMid = NSMakePoint(NSMidX(theRect), NSMaxY(theRect));
34 NSPoint topLeft = NSMakePoint(NSMinX(theRect), NSMaxY(theRect));
35 NSPoint topRight = NSMakePoint(NSMaxX(theRect), NSMaxY(theRect));
36 NSPoint bottomRight = NSMakePoint(NSMaxX(theRect), NSMinY(theRect));
40 toPoint: theRect.origin
42 [self appendBezierPathWithArcFromPoint: theRect.origin
H A DStripeTableView.m30 // Highlights the region of the receiver in theRect.
33 - (void) highlightSelectionInClipRect: (NSRect) theRect
35 [self drawStripesInRect: theRect];
36 [super highlightSelectionInClipRect: theRect];
42 // Draws the grid lines within theRect, using the grid color set with setGridColor:.
46 - (void) drawGridInClipRect: (NSRect) theRect
71 - (void) drawStripesInRect: (NSRect) theRect
78 yClip = NSMaxY(theRect);
79 firstStripe = theRect.origin.y / fullRowHeight;
86 stripeRect.origin.x = theRect.origin.x;
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkxmac.c200 Rect theRect; in XFillRectangles() local
238 theRect.right = (short) (theRect.left + rectangles[i].width); in XFillRectangles()
239 theRect.bottom = (short) (theRect.top + rectangles[i].height); in XFillRectangles()
416 theRect.right = (short) (theRect.left + width); in XFillArc()
417 theRect.bottom = (short) (theRect.top + height); in XFillArc()
422 boxWidth = theRect.right - theRect.left; in XFillArc()
423 boxHeight = theRect.bottom - theRect.top; in XFillArc()
430 vertex[0] = (theRect.left + theRect.right)/2.0; in XFillArc()
431 vertex[1] = (theRect.top + theRect.bottom)/2.0; in XFillArc()
438 MoveTo((short) ((theRect.left + theRect.right)/2), in XFillArc()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dgl_rsurf.c792 theRect->h += theRect->t - fa->light_t; in R_RenderBrushPoly()
798 theRect->w += theRect->l - fa->light_s; in R_RenderBrushPoly()
803 if ((theRect->w + theRect->l) < (fa->light_s + smax)) in R_RenderBrushPoly()
804 theRect->w = (fa->light_s-theRect->l)+smax; in R_RenderBrushPoly()
805 if ((theRect->h + theRect->t) < (fa->light_t + tmax)) in R_RenderBrushPoly()
806 theRect->h = (fa->light_t-theRect->t)+tmax; in R_RenderBrushPoly()
939 theRect->h += theRect->t - fa->light_t; in R_RenderBrushPolyMTex()
945 theRect->w += theRect->l - fa->light_s; in R_RenderBrushPolyMTex()
950 if ((theRect->w + theRect->l) < (fa->light_s + smax)) in R_RenderBrushPolyMTex()
951 theRect->w = (fa->light_s-theRect->l)+smax; in R_RenderBrushPolyMTex()
[all …]
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dgl_rsurf.c759 theRect->h += theRect->t - fa->light_t; in R_RenderBrushPoly()
764 theRect->w += theRect->l - fa->light_s; in R_RenderBrushPoly()
769 if ((theRect->w + theRect->l) < (fa->light_s + smax)) in R_RenderBrushPoly()
770 theRect->w = (fa->light_s-theRect->l)+smax; in R_RenderBrushPoly()
771 if ((theRect->h + theRect->t) < (fa->light_t + tmax)) in R_RenderBrushPoly()
772 theRect->h = (fa->light_t-theRect->t)+tmax; in R_RenderBrushPoly()
818 theRect->h += theRect->t - fa->light_t; in R_RenderDynamicLightmaps()
823 theRect->w += theRect->l - fa->light_s; in R_RenderDynamicLightmaps()
828 if ((theRect->w + theRect->l) < (fa->light_s + smax)) in R_RenderDynamicLightmaps()
829 theRect->w = (fa->light_s-theRect->l)+smax; in R_RenderDynamicLightmaps()
[all …]
/dports/graphics/quesa/quesa-1.8/Source/Core/Support/
H A DE3Utils.c84 Q3_REQUIRE_OR_RESULT(Q3_VALID_PTR(theRect), kClipAccept); in e3clip_calc_opcode()
91 if (y < theRect->min.y) in e3clip_calc_opcode()
93 else if (y > theRect->max.y) in e3clip_calc_opcode()
96 if (x < theRect->min.x) in e3clip_calc_opcode()
98 else if (x > theRect->max.x) in e3clip_calc_opcode()
429 y = theRect->min.y; in E3Rect_ClipLine()
434 y = theRect->max.y; in E3Rect_ClipLine()
439 x = theRect->max.x; in E3Rect_ClipLine()
444 x = theRect->min.x; in E3Rect_ClipLine()
453 code0 = e3clip_calc_opcode(theRect, x, y); in E3Rect_ClipLine()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dpickrgbutils.cpp79 QRect theRect(QPoint(left, top), QPoint(right, bottom)); in pickScreenRGB() local
83 const QRect &theRect = rect; in pickScreenRGB() local
87 QImage img(QPixmap::grabWindow(widget->winId(), theRect.x(), theRect.y(), in pickScreenRGB()
88 theRect.width(), theRect.height()) in pickScreenRGB()
91 img, QRect(rect.left() - theRect.left(), rect.top() - theRect.top(), in pickScreenRGB()
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfmsampletextview.cpp57 theRect = 0; in FMSampleTextView()
118 theRect->setRect ( QRectF() ); in mouseReleaseEvent()
126 fitInView ( theRect->sceneBoundingRect(), Qt::KeepAspectRatio ); in mouseReleaseEvent()
127 theRect->setRect ( QRectF() ); in mouseReleaseEvent()
149 theRect->setRect ( r ); in mouseMoveEvent()
154 if ( theRect ) in ensureTheRect()
156 theRect = scene()->addRect ( QRectF(),QPen ( QColor ( 10,10,200 ) ), QColor ( 10,10,200,100 ) ); in ensureTheRect()
157 theRect->setZValue ( 1000.0 ); in ensureTheRect()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativesmoothedanimation/
H A Dtst_qdeclarativesmoothedanimation.cpp161 QDeclarativeRectangle *theRect = rect->findChild<QDeclarativeRectangle*>("theRect"); in valueSource() local
162 QVERIFY(theRect); in valueSource()
178 QTRY_COMPARE(theRect->x(), qreal(200)); in valueSource()
179 QTRY_COMPARE(theRect->y(), qreal(200)); in valueSource()
191 QDeclarativeRectangle *theRect = rect->findChild<QDeclarativeRectangle*>("theRect"); in behavior() local
192 QVERIFY(theRect); in behavior()
206 QTRY_COMPARE(theRect->x(), qreal(200)); in behavior()
207 QTRY_COMPARE(theRect->y(), qreal(200)); in behavior()
/dports/games/galaxyhack/galaxyhack/src/
H A DStuff.cpp312 theRect.x += letterJump; in NextLetter()
316 theRect.x = 2; in NextLine()
317 theRect.y += lineJump; in NextLine()
493 tempRect.x = theRect.x - 1; in DrawRectBorder()
494 tempRect.y = theRect.y - 1; in DrawRectBorder()
500 tempRect.x = theRect.x; in DrawRectBorder()
502 tempRect.w = theRect.w; in DrawRectBorder()
507 tempRect.x = theRect.x + theRect.w; in DrawRectBorder()
514 tempRect.x = theRect.x; in DrawRectBorder()
515 tempRect.y = theRect.y + theRect.h; in DrawRectBorder()
[all …]
/dports/graphics/spectacle/spectacle-21.12.3/src/Platforms/
H A DPlatformXcb.cpp322 QPixmap PlatformXcb::blendCursorImage(QPixmap &thePixmap, const QRect theRect) in blendCursorImage() argument
327 if (!theRect.contains(lCursorPos)) { in blendCursorImage()
351 lCursorPos -= QPoint(theRect.x(), theRect.y()); in blendCursorImage()
363 return blendCursorImage(thePixmap, theRect); in postProcessPixmap()
373 … lXcbImage(xcb_image_get(lXcbConn, theXcbDrawable, theRect.x(), theRect.y(), theRect.width(), theR… in getPixmapFromDrawable()
385 QPixmap PlatformXcb::getToplevelPixmap(QRect theRect, bool theBlendPointer) in getToplevelPixmap() argument
390 if (!theRect.isValid()) { in getToplevelPixmap()
391 theRect = getDrawableGeometry(lRootWindow); in getToplevelPixmap()
406 theRect = (lScreenRegion & theRect).boundingRect(); in getToplevelPixmap()
409 auto lPixmap = getPixmapFromDrawable(lRootWindow, theRect); in getToplevelPixmap()
[all …]
H A DPlatformXcb.h46 QPixmap blendCursorImage(QPixmap &thePixmap, const QRect theRect);
47 QPixmap postProcessPixmap(QPixmap &thePixmap, QRect theRect, bool theBlendPointer);
48 QPixmap getPixmapFromDrawable(xcb_drawable_t theXcbDrawable, const QRect &theRect);
49 QPixmap getToplevelPixmap(QRect theRect, bool theBlendPointer);
/dports/deskutils/plopfolio/plopfolio-0.1.0/
H A DPlopView.m103 - (void) drawRect: (NSRect) theRect
110 NSRectFill(theRect);
113 [reload compositeToPoint: NSMakePoint(theRect.size.width - 23, theRect.size.height - 11)
120 … [animationIcon compositeToPoint: NSMakePoint(theRect.size.width - 63, theRect.size.height - 11)
126 NSRectFill( NSMakeRect(0,0,theRect.size.width, theRect.size.height - 11) );
131 [icon compositeToPoint: NSMakePoint(4, theRect.size.height - 32)
136 [resize compositeToPoint: NSMakePoint(theRect.size.width - 14, 0)
154 theRect.size.height - 60)];
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/gl/
H A Dgl_rsurf.c272 glRect_t *theRect; in R_AddToLightmapChain() local
293 if (theRect->h) in R_AddToLightmapChain()
294 theRect->h += theRect->t - fa->light_t; in R_AddToLightmapChain()
295 theRect->t = fa->light_t; in R_AddToLightmapChain()
298 if (theRect->w) in R_AddToLightmapChain()
299 theRect->w += theRect->l - fa->light_s; in R_AddToLightmapChain()
300 theRect->l = fa->light_s; in R_AddToLightmapChain()
304 if ((theRect->w + theRect->l) < (fa->light_s + smax)) in R_AddToLightmapChain()
305 theRect->w = (fa->light_s - theRect->l) + smax; in R_AddToLightmapChain()
306 if ((theRect->h + theRect->t) < (fa->light_t + tmax)) in R_AddToLightmapChain()
[all …]
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSTableHeaderCell.m55 - (NSRect) drawingRectForBounds: (NSRect)theRect
57 return [[GSTheme theme] tableHeaderCellDrawingRectForBounds: theRect];
98 - (NSRect) sortIndicatorRectForBounds: (NSRect)theRect
103 theRect.origin.x = NSMaxX(theRect) - size.width;
104 theRect.size = size;
106 return theRect;
/dports/editors/lazarus/lazarus/lcl/
H A Dpostscriptcanvas.pas2522 MaxWidth := theRect.Right - theRect.Left;
2528 theRect.Bottom := theRect.Top + TM.Height;
2530 theRect.Right := theRect.Left + AP.cX
2537 (theRect.Bottom - theRect.Top)) div 2);
2543 (theRect.Bottom - theRect.Top));
2574 theRect.Right := theRect.Left + LineWidth;
2668 LeftPos := theRect.Left + (theRect.Right - theRect.Left) div
2701 LeftPos := theRect.Left + (theRect.Right - theRect.Left) div
2788 Result := theRect.Bottom - theRect.Top;
2823 if theRect.Top > theRect.Bottom then
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dpostscriptcanvas.pas2523 MaxWidth := theRect.Right - theRect.Left;
2529 theRect.Bottom := theRect.Top + TM.Height;
2531 theRect.Right := theRect.Left + AP.cX
2538 (theRect.Bottom - theRect.Top)) div 2);
2544 (theRect.Bottom - theRect.Top));
2575 theRect.Right := theRect.Left + LineWidth;
2669 LeftPos := theRect.Left + (theRect.Right - theRect.Left) div
2702 LeftPos := theRect.Left + (theRect.Right - theRect.Left) div
2785 Result := theRect.Bottom - theRect.Top;
2820 if theRect.Top > theRect.Bottom then
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dpostscriptcanvas.pas2522 MaxWidth := theRect.Right - theRect.Left;
2528 theRect.Bottom := theRect.Top + TM.Height;
2530 theRect.Right := theRect.Left + AP.cX
2537 (theRect.Bottom - theRect.Top)) div 2);
2543 (theRect.Bottom - theRect.Top));
2574 theRect.Right := theRect.Left + LineWidth;
2668 LeftPos := theRect.Left + (theRect.Right - theRect.Left) div
2701 LeftPos := theRect.Left + (theRect.Right - theRect.Left) div
2788 Result := theRect.Bottom - theRect.Top;
2823 if theRect.Top > theRect.Bottom then
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dpostscriptcanvas.pas2523 MaxWidth := theRect.Right - theRect.Left;
2529 theRect.Bottom := theRect.Top + TM.Height;
2531 theRect.Right := theRect.Left + AP.cX
2538 (theRect.Bottom - theRect.Top)) div 2);
2544 (theRect.Bottom - theRect.Top));
2575 theRect.Right := theRect.Left + LineWidth;
2669 LeftPos := theRect.Left + (theRect.Right - theRect.Left) div
2702 LeftPos := theRect.Left + (theRect.Right - theRect.Left) div
2785 Result := theRect.Bottom - theRect.Top;
2820 if theRect.Top > theRect.Bottom then
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativestates/data/
H A DreturnToBase.qml4 id: theRect
10 target: theRect
17 target: theRect
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativeanimations/data/
H A DpropertiesTransition5.qml7 id: theRect
17 target: theRect
22 NumberAnimation { targets: theRect; property: "x" }
H A DpropertiesTransition3.qml7 id: theRect
17 target: theRect
22 NumberAnimation { targets: theRect; properties: "y" }

123456789