Home
last modified time | relevance | path

Searched refs:edDrawingSurface (Results 1 – 7 of 7) sorted by relevance

/dports/editors/ted/Ted-2.23/appFrame/
H A DappDocument.c337 if ( ed->edDrawingSurface ) in appCleanDocument()
338 { drawFreeDrawingSurface( ed->edDrawingSurface ); } in appCleanDocument()
398 ed->edDrawingSurface= (DrawingSurface)0; in appInitEditDocument()
505 ed->edDrawingSurface= guiDrawingSurfaceForNativeWidget( in appSetupDocument()
508 if ( ! ed->edDrawingSurface ) in appSetupDocument()
509 { PDEB(ed->edDrawingSurface); appFreeDocument( ea, ed ); return -1; } in appSetupDocument()
514 ed->edDrawingSurface, in appSetupDocument()
839 drawSetClipRect( ed->edDrawingSurface, &drClip ); in APP_EVENT_HANDLER_H()
846 drawNoClipping( ed->edDrawingSurface ); in APP_EVENT_HANDLER_H()
944 if ( (*ea->eaSaveDocument)( ea, ed->edDrawingSurface, in appDocSaveDocument()
H A DappMetricRuler.c702 drawSetForegroundColorBlack( ed->edDrawingSurface ); in appMetricRulerDrawHair()
703 drawFillRectangle( ed->edDrawingSurface, &drBlack ); in appMetricRulerDrawHair()
705 drawSetForegroundColorWhite( ed->edDrawingSurface ); in appMetricRulerDrawHair()
706 drawFillRectangle( ed->edDrawingSurface, &drWhite ); in appMetricRulerDrawHair()
H A DappScrollDocument.c33 DrawingSurface ds= ed->edDrawingSurface; in appDocScrollVertically()
137 DrawingSurface ds= ed->edDrawingSurface; in appDocScrollHorizontally()
H A DappPrintDocument.c206 pj->pjDrawingSurface= ed->edDrawingSurface; in appPrintJobForEditDocument()
H A DappFrame.h157 struct DrawingSurface * edDrawingSurface; member
/dports/editors/ted/Ted-2.23/Ted/
H A DtedLayout.c97 tedSetDocumentLayoutContext( lc, ed->edDrawingSurface, in tedSetScreenLayoutContext()
100 lc->lcDrawingSurface= ed->edDrawingSurface; in tedSetScreenLayoutContext()
H A DtedDraw.c478 DrawingSurface drsf= ed->edDrawingSurface; in tedDrawRectangle()