Home
last modified time | relevance | path

Searched refs:drawPen (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/tool/
H A Dpentool.cpp175 mScribbleArea->drawPen(point, in paintAt()
222 mScribbleArea->drawPen(point, in drawStroke()
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Dconductorproperties.h57 void drawPen(QPainter *, QET::ConductorSegmentType, QPointF, qreal);
H A Dconductorproperties.cpp99 drawPen(painter, direction, symbol_p2, symbol_width); in draw()
175 void SingleLineProperties::drawPen(QPainter *painter, QET::ConductorSegmentType direction, QPointF … in drawPen() function in SingleLineProperties
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dpicttoppm.c3054 drawPen(struct canvas * const canvasP, in drawPen() function
3103 drawPen(canvasP, x, y); in scanLine()
3117 drawPen(canvasP, x, y); in scanLine()
3269 drawPen(canvasP, x, rect.top); in doFrameRect()
3270 drawPen(canvasP, x, rect.bottom - pen_height); in doFrameRect()
3274 drawPen(canvasP, rect.left, y); in doFrameRect()
3275 drawPen(canvasP, rect.right - pen_width, y); in doFrameRect()
3402 drawPen(canvasP, px, py); in scanPoly()
3418 drawPen(canvasP, px,py); in scanPoly()
3438 drawPen(canvasP, j, coord[i].y); in scanPoly()
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/interface/
H A Dscribblearea.h185 void drawPen(QPointF thePoint, qreal brushWidth, QColor fillColor, bool useAA = true);
H A Dscribblearea.cpp1266 void ScribbleArea::drawPen(QPointF thePoint, qreal brushWidth, QColor fillColor, bool useAA) in drawPen() function in ScribbleArea