/dports/editors/ted/Ted-2.23/appFrame/ |
H A D | appDocMetricRuler.c | 50 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 D | appDocument.c | 841 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 D | appScrollDocument.c | 102 geoShiftRectangle( &drScreen, -ox, -oy ); in appDocScrollVertically() 200 geoShiftRectangle( &drScreen, -ox, -oy ); in appDocScrollHorizontally()
|
H A D | appMetricRuler.c | 750 geoShiftRectangle( &drExpose, -ox, -oy ); in appMetricRulerExposeValue() 846 geoShiftRectangle( &drExpose, -ox, -oy ); in appHorizontalRulerSetValue() 1176 geoShiftRectangle( &drExpose, -ox, -oy ); in appVerticalRulerSetValue()
|
H A D | appRuler.c | 328 geoShiftRectangle( &drTarget, x- drSrc->drX0, y- drSrc->drY0 ); in appShowCopy()
|
/dports/editors/ted/Ted-2.23/Ted/ |
H A D | tedDraw.c | 141 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 D | tedDrawOrnaments.c | 196 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 D | tedDrawRuler.c | 377 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 D | tedDrawTextLines.c | 58 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 D | tedRuler.c | 152 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 D | tedObjectDrag.c | 147 geoShiftRectangle( &drExp, -ox, -oy ); in tedObjectHandleMove() 441 geoShiftRectangle( &drExp, -ox, -oy ); in tedObjectDrag()
|
H A D | tedBottomRuler.c | 268 geoShiftRectangle( &drClip, ox, oy ); in APP_EVENT_HANDLER_H()
|
H A D | tedObjects.c | 79 geoShiftRectangle( &drClipSrc, -x0, -y0 ); in tedDrawObjectPixmap() 173 geoShiftRectangle( &drObject, -lc->lcOx, -lc->lcOy ); in tedDrawObject()
|
H A D | tedDrawShape.c | 419 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 D | geo2DInteger.h | 75 # define geoShiftRectangle( dr, ox, oy ) \ macro
|