Home
last modified time | relevance | path

Searched refs:bfShape (Results 1 – 3 of 3) sorted by relevance

/dports/editors/ted/Ted-2.23/docLayout/
H A DdocLayoutShapes.c44 BlockFrame * bfShape, in docShapePageY() argument
64 docLayoutFrameY( bfShape, in docShapePageY()
69 lpShapeTop->lpPageYTwips= bfShape->bfContentRect.drY0; in docShapePageY()
93 BlockFrame bfShape; in docShapePageRectangle() local
95 docLayoutInitBlockFrame( &bfShape ); in docShapePageRectangle()
100 docShapePageY( lpShapeTop, lpBelowShape, &bfShape, in docShapePageRectangle()
106 docLayoutFrameX( &bfShape, in docShapePageRectangle()
111 *pX0= bfShape.bfContentRect.drX0; in docShapePageRectangle()
112 *pX1= bfShape.bfContentRect.drX0+ shapeWide; in docShapePageRectangle()
114 docLayoutCleanBlockFrame( &bfShape ); in docShapePageRectangle()
H A DdocLayoutLines.c175 BlockFrame bfShape; in docPlaceShapeY() local
177 docLayoutInitBlockFrame( &bfShape ); in docPlaceShapeY()
179 docShapePageY( &(io->ioY0Position), &lpBelowShape, &bfShape, in docPlaceShapeY()
184 docLayoutCleanBlockFrame( &bfShape ); in docPlaceShapeY()
H A DdocLayout.h302 BlockFrame * bfShape,