Home
last modified time | relevance | path

Searched refs:geoShiftRectangle (Results 1 – 15 of 15) sorted by relevance

/dports/editors/ted/Ted-2.23/appFrame/
H A DappDocMetricRuler.c50 geoShiftRectangle( &drMark, -ox, -oy ); in appDrawRectangleSelection()
59 geoShiftRectangle( &drMark, -ox, -oy ); in appDrawRectangleSelection()
68 geoShiftRectangle( &drMark, -ox, -oy ); in appDrawRectangleSelection()
77 geoShiftRectangle( &drMark, -ox, -oy ); in appDrawRectangleSelection()
88 geoShiftRectangle( &drMark, -ox, -oy ); in appDrawRectangleSelection()
97 geoShiftRectangle( &drMark, -ox, -oy ); in appDrawRectangleSelection()
106 geoShiftRectangle( &drMark, -ox, -oy ); in appDrawRectangleSelection()
115 geoShiftRectangle( &drMark, -ox, -oy ); in appDrawRectangleSelection()
H A DappDocument.c841 geoShiftRectangle( &drClip, ox, oy ); in APP_EVENT_HANDLER_H()
877 geoShiftRectangle( &drScrolled, -scrolledX, -scrolledY ); in appDocExposeRectangle()
897 geoShiftRectangle( &drExpose, -drVisible->drX0, -drVisible->drY0 ); in appDocExposeRectangle()
H A DappScrollDocument.c102 geoShiftRectangle( &drScreen, -ox, -oy ); in appDocScrollVertically()
200 geoShiftRectangle( &drScreen, -ox, -oy ); in appDocScrollHorizontally()
H A DappMetricRuler.c750 geoShiftRectangle( &drExpose, -ox, -oy ); in appMetricRulerExposeValue()
846 geoShiftRectangle( &drExpose, -ox, -oy ); in appHorizontalRulerSetValue()
1176 geoShiftRectangle( &drExpose, -ox, -oy ); in appVerticalRulerSetValue()
H A DappRuler.c328 geoShiftRectangle( &drTarget, x- drSrc->drX0, y- drSrc->drY0 ); in appShowCopy()
/dports/editors/ted/Ted-2.23/Ted/
H A DtedDraw.c141 geoShiftRectangle( &drPage, -lc->lcOx, -lc->lcOy ); in tedDrawPageRect()
163 geoShiftRectangle( &drRestore, -lc->lcOx, -lc->lcOy ); in tedOriginalClipping()
196 geoShiftRectangle( &drShifted, -lc->lcOx, -lc->lcOy ); in tedDrawIBar()
229 geoShiftRectangle( &drBox, -lc->lcOx, -lc->lcOy ); in tedDrawObjectBlocks()
242 geoShiftRectangle( &drBox, -lc->lcOx, -lc->lcOy ); in tedDrawObjectBlocks()
248 geoShiftRectangle( &drBox, -lc->lcOx, -lc->lcOy ); in tedDrawObjectBlocks()
542 geoShiftRectangle( &drFill, -ox, -oy ); in tedDrawRectangle()
722 geoShiftRectangle( &drHair, -ox, -oy ); in tedDrawRectangle()
740 geoShiftRectangle( &drHair, -ox, -oy ); in tedDrawRectangle()
H A DtedDrawOrnaments.c196 geoShiftRectangle( &drFill, -lc->lcOx, -lc->lcOy ); in tedDrawOrnaments()
218 geoShiftRectangle( &drBorder, -lc->lcOx, -lc->lcOy ); in tedDrawOrnaments()
241 geoShiftRectangle( &drBorder, -lc->lcOx, -lc->lcOy ); in tedDrawOrnaments()
269 geoShiftRectangle( &drBorder, -lc->lcOx, -lc->lcOy ); in tedDrawOrnaments()
295 geoShiftRectangle( &drBorder, -lc->lcOx, -lc->lcOy ); in tedDrawOrnaments()
H A DtedDrawRuler.c377 geoShiftRectangle( &dr, -ox, 0 ); in tedDrawTabSymbol()
390 geoShiftRectangle( &dr, -ox, 0 ); in tedDrawTabSymbol()
404 geoShiftRectangle( &dr, -ox, 0 ); in tedDrawTabSymbol()
418 geoShiftRectangle( &dr, -ox, 0 ); in tedDrawTabSymbol()
H A DtedDrawTextLines.c58 geoShiftRectangle( &drFill, -lc->lcOx, -lc->lcOy ); in tedDrawParticuleLine()
374 geoShiftRectangle( &drSpan, -lc->lcOx, -lc->lcOy ); in tedDrawChftnsep()
747 geoShiftRectangle( &drRedraw, -lc->lcOx, -lc->lcOy ); in tedDrawTextReverse()
781 geoShiftRectangle( &drRedraw, -lc->lcOx, -lc->lcOy ); in tedDrawTextSelected()
H A DtedRuler.c152 geoShiftRectangle( &drBack, -ox, 0 ); in tedDrawTopRuler()
161 geoShiftRectangle( &drWhite, -ox, 0 ); in tedDrawTopRuler()
305 geoShiftRectangle( &drClip, ox, oy ); in APP_EVENT_HANDLER_H()
385 geoShiftRectangle( &drRedraw, ox, oy ); in tedScrollTopRuler()
527 geoShiftRectangle( &drExpose, -ox, -oy ); in tedTopRulerSetValue()
H A DtedObjectDrag.c147 geoShiftRectangle( &drExp, -ox, -oy ); in tedObjectHandleMove()
441 geoShiftRectangle( &drExp, -ox, -oy ); in tedObjectDrag()
H A DtedBottomRuler.c268 geoShiftRectangle( &drClip, ox, oy ); in APP_EVENT_HANDLER_H()
H A DtedObjects.c79 geoShiftRectangle( &drClipSrc, -x0, -y0 ); in tedDrawObjectPixmap()
173 geoShiftRectangle( &drObject, -lc->lcOx, -lc->lcOy ); in tedDrawObject()
H A DtedDrawShape.c419 geoShiftRectangle( &drSrc, -drPixels->drX0, -drPixels->drY0 ); in tedDrawPictureFrame()
657 geoShiftRectangle( &drPixels, -lc->lcOx, -lc->lcOy ); in tedDrawDrawingShape()
/dports/editors/ted/Ted-2.23/appUtil/
H A Dgeo2DInteger.h75 # define geoShiftRectangle( dr, ox, oy ) \ macro