Home
last modified time | relevance | path

Searched refs:cellPoint (Results 1 – 17 of 17) sorted by relevance

/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/private/canvas/braille/
H A Dbraille.go135 cp, err := c.cellPoint(p)
164 cp, err := c.cellPoint(p)
190 cp, err := c.cellPoint(p)
209 func (c *Canvas) SetCellOpts(cellPoint image.Point, opts ...cell.Option) error {
210 curCell, err := c.regular.Cell(cellPoint)
222 if _, err := c.regular.SetCell(cellPoint, curCell.Rune, opts...); err != nil {
260 func (c *Canvas) cellPoint(p image.Point) (image.Point, error) { func
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderTableRow.cpp200 …IntPoint cellPoint = flipForWritingMode(toRenderTableCell(child), IntPoint(tx, ty), ParentToChildF… in nodeAtPoint() local
201 if (child->nodeAtPoint(request, result, x, y, cellPoint.x(), cellPoint.y(), action)) { in nodeAtPoint()
202 updateHitTestResult(result, IntPoint(x - cellPoint.x(), y - cellPoint.y())); in nodeAtPoint()
H A DRenderTableSection.cpp971 … IntPoint cellPoint = flipForWritingMode(cell, IntPoint(tx, ty), ParentToChildFlippingAdjustment); in paintCell() local
988 cell->paintBackgroundsBehindCell(paintInfo, cellPoint.x(), cellPoint.y(), colGroup); in paintCell()
989 cell->paintBackgroundsBehindCell(paintInfo, cellPoint.x(), cellPoint.y(), col); in paintCell()
992 cell->paintBackgroundsBehindCell(paintInfo, cellPoint.x(), cellPoint.y(), this); in paintCell()
997 cell->paintBackgroundsBehindCell(paintInfo, cellPoint.x(), cellPoint.y(), row); in paintCell()
1000 cell->paint(paintInfo, cellPoint.x(), cellPoint.y()); in paintCell()
1262 … IntPoint cellPoint = flipForWritingMode(cell, IntPoint(tx, ty), ParentToChildFlippingAdjustment); in nodeAtPoint() local
1263 …<RenderObject*>(cell)->nodeAtPoint(request, result, xPos, yPos, cellPoint.x(), cellPoint.y(), acti… in nodeAtPoint()
1264 updateHitTestResult(result, IntPoint(xPos - cellPoint.x(), yPos - cellPoint.y())); in nodeAtPoint()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkDataSetGradient.cxx154 vtkIdType cellPoint = 0; in RequestData() local
163 cqsArray->GetTuple( cellPoint++ , cqs ); in RequestData()
187 vtkIdType cellPoint = 0; in RequestData() local
198 cqsArray->GetTuple( cellPoint++ , cqs ); in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkDataSetGradient.cxx164 vtkIdType cellPoint = 0; in RequestData() local
173 cqsArray->GetTuple(cellPoint++, cqs); in RequestData()
197 vtkIdType cellPoint = 0; in RequestData() local
208 cqsArray->GetTuple(cellPoint++, cqs); in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkDataSetGradient.cxx154 vtkIdType cellPoint = 0; in RequestData() local
163 cqsArray->GetTuple( cellPoint++ , cqs ); in RequestData()
187 vtkIdType cellPoint = 0; in RequestData() local
198 cqsArray->GetTuple( cellPoint++ , cqs ); in RequestData()
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dconrouter.cpp251 QPoint cellPoint = fromCanvas(*it); in setPoints() local
253 while ( prevCellPoint != cellPoint ) in setPoints()
257 if ( prevCellPoint.x() < cellPoint.x() ) prevCellPoint.setX( prevCellPoint.x()+1 ); in setPoints()
258 else if ( prevCellPoint.x() > cellPoint.x() ) prevCellPoint.setX( prevCellPoint.x()-1 ); in setPoints()
259 if ( prevCellPoint.y() < cellPoint.y() ) prevCellPoint.setY( prevCellPoint.y()+1 ); in setPoints()
260 else if ( prevCellPoint.y() > cellPoint.y() ) prevCellPoint.setY( prevCellPoint.y()-1 ); in setPoints()
263 prevCellPoint = cellPoint; in setPoints()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/
H A Dcdatabrowser.cpp983 CPoint cellPoint (data.pos); in onDrop() local
988 cellPoint.x -= r.left; in onDrop()
989 cellPoint.y -= r.top; in onDrop()
991 return db->dbOnDropInCell (cell.row, cell.column, cellPoint, data.drag, browser); in onDrop()
1005 CPoint cellPoint (data.pos); in onDragEnter() local
1006 cellPoint.x -= r.left; in onDragEnter()
1007 cellPoint.y -= r.top; in onDragEnter()
1038 CPoint cellPoint (data.pos); in onDragMove() local
1039 cellPoint.x -= r.left; in onDragMove()
1040 cellPoint.y -= r.top; in onDragMove()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/
H A Dcdatabrowser.cpp981 CPoint cellPoint (data.pos); in onDrop() local
986 cellPoint.x -= r.left; in onDrop()
987 cellPoint.y -= r.top; in onDrop()
989 return db->dbOnDropInCell (cell.row, cell.column, cellPoint, data.drag, browser); in onDrop()
1003 CPoint cellPoint (data.pos); in onDragEnter() local
1004 cellPoint.x -= r.left; in onDragEnter()
1005 cellPoint.y -= r.top; in onDragEnter()
1036 CPoint cellPoint (data.pos); in onDragMove() local
1037 cellPoint.x -= r.left; in onDragMove()
1038 cellPoint.y -= r.top; in onDragMove()
[all …]
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/private/canvas/braille/testbraille/
H A Dtestbraille.go66 func MustSetCellOpts(bc *braille.Canvas, cellPoint image.Point, opts ...cell.Option) {
67 if err := bc.SetCellOpts(cellPoint, opts...); err != nil {
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DTestCellIterators.cxx83 double cellPoint[3]; in testCellIterator() local
85 cell->Points->GetPoint(pointInd, cellPoint); in testCellIterator()
86 if (iterPoint[0] != cellPoint[0] || iterPoint[1] != cellPoint[1] || in testCellIterator()
87 iterPoint[2] != cellPoint[2]) in testCellIterator()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DTestCellIterators.cxx84 double cellPoint[3]; in testCellIterator() local
86 cell->Points->GetPoint(pointInd, cellPoint); in testCellIterator()
87 if (iterPoint[0] != cellPoint[0] || in testCellIterator()
88 iterPoint[1] != cellPoint[1] || in testCellIterator()
89 iterPoint[2] != cellPoint[2] ) in testCellIterator()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/Testing/Cxx/
H A DTestCellIterators.cxx84 double cellPoint[3]; in testCellIterator() local
86 cell->Points->GetPoint(pointInd, cellPoint); in testCellIterator()
87 if (iterPoint[0] != cellPoint[0] || in testCellIterator()
88 iterPoint[1] != cellPoint[1] || in testCellIterator()
89 iterPoint[2] != cellPoint[2] ) in testCellIterator()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/workflow_designer/parameters_validation/
H A DGTTestsWorkflowParameterValidation.cpp118 QPoint cellPoint = GTTableView::getCellPosition(os, table, 1, 1); in GUI_TEST_CLASS_DEFINITION() local
119 GTMouseDriver::moveTo(cellPoint); in GUI_TEST_CLASS_DEFINITION()
/dports/math/vtk8/VTK-8.2.0/Filters/FlowPaths/
H A DvtkEvenlySpacedStreamlines2D.cxx460 for (auto cellPoint : this->AllPoints[cellId]) in IsTooClose()
462 double distance2 = vtkMath::Distance2BetweenPoints(point, &cellPoint[0]); in IsTooClose()
/dports/math/vtk9/VTK-9.1.0/Filters/FlowPaths/
H A DvtkEvenlySpacedStreamlines2D.cxx455 for (auto cellPoint : this->AllPoints[cellId]) in IsTooClose()
457 double distance2 = vtkMath::Distance2BetweenPoints(point, &cellPoint[0]); in IsTooClose()
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/utils/
H A DBlockAutoPositionUtils.java558 mxPoint cellPoint = getPortPosition(cell); in adjustCell() local
561 if (Math.abs(cellPoint.getX() - cellBasePoint.getX()) <= error) { in adjustCell()
564 if (Math.abs(cellPoint.getY() - cellBasePoint.getY()) <= error) { in adjustCell()