Home
last modified time | relevance | path

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

/dports/math/scilab/scilab-6.1.1/scilab/modules/graph/src/java/org/scilab/modules/graph/
H A DScilabComponent.java152 result = updateRectangle(result, view, child); in getChildrenBounds()
155 result = updateRectangle(result, view, parent); in getChildrenBounds()
174 …private mxRectangle updateRectangle(mxRectangle result, final mxGraphView view, final mxICell chil… in updateRectangle() method in ScilabComponent
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/tools/
H A Ddraw_rectangle_tool.cpp238 updateRectangle(); in updateHover()
378 updateRectangle(); in keyPressEvent()
383 updateRectangle(); in keyPressEvent()
408 updateRectangle(); in keyReleaseEvent()
412 updateRectangle(); in keyReleaseEvent()
550 updateRectangle(); in undoLastPoint()
592 void DrawRectangleTool::updateRectangle() in updateRectangle() function in OpenOrienteering::DrawRectangleTool
H A Ddraw_rectangle_tool.h122 void updateRectangle();
/dports/lang/smalltalk/smalltalk-3.2.5/packages/sdl/libsdl_gl/
H A DDisplay.st72 updateRectangle: aRect [
/dports/graphics/kxstitch/kxstitch-2.2.0/src/
H A DEditor.cpp1344 void Editor::renderBackgroundImages(QPainter &painter, const QRect &updateRectangle) in renderBackgroundImages() argument
1352 if (backgroundImage->location().intersects(updateRectangle)) { in renderBackgroundImages()
1353 …painter.setClipRect(updateRectangle.x(), updateRectangle.y(), updateRectangle.width(), updateRecta… in renderBackgroundImages()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/sdl/libsdl/
H A DDisplay.st406 updateRectangle: aRect [