Home
last modified time | relevance | path

Searched refs:endShape (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/graphics/processing/processing-1.5.1/modes/android/examples/Basics/Form/Vertices/
H A DVertices.pde5 * for a shape and endShape() stops recording.
9 * To stop drawing the shape, call the endShape() functions.
24 endShape();
32 endShape();
38 endShape();
46 endShape();
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Basics/Form/Vertices/
H A DVertices.pde5 * for a shape and endShape() stops recording.
9 * To stop drawing the shape, call the endShape() functions.
24 endShape();
32 endShape();
38 endShape();
46 endShape();
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/selection/text/
H A DkpToolText_KeyboardEvents_HandleArrowKeys.cpp61 endShape (currentPoint (), normalizedRect ()); in handleUpKeyPress()
83 endShape (currentPoint (), normalizedRect ()); in handleDownKeyPress()
105 endShape (currentPoint (), normalizedRect ()); in handleLeftKeyPress()
142 endShape (currentPoint (), normalizedRect ()); in handleRightKeyPress()
180 endShape (currentPoint (), normalizedRect ()); in handleHomeKeyPress()
206 endShape (currentPoint (), normalizedRect ()); in handleEndKeyPress()
H A DkpToolText_Commands.cpp64 endShape (currentPoint (), normalizedRect ()); in addNewBackspaceCommand()
81 endShape (currentPoint (), normalizedRect ()); in addNewDeleteCommand()
98 endShape (currentPoint (), normalizedRect ()); in addNewEnterCommand()
115 endShape (currentPoint (), normalizedRect ()); in addNewInsertCommand()
/dports/graphics/processing/processing-1.5.1/modes/android/examples/Basics/Form/SimpleCurves/
H A DSimpleCurves.pde24 endShape();
31 endShape();
38 endShape();
45 endShape();
52 endShape();
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Basics/Form/SimpleCurves/
H A DSimpleCurves.pde24 endShape();
31 endShape();
38 endShape();
45 endShape();
52 endShape();
/dports/misc/mnn/MNN-1.2.0/source/shape/
H A DShapeStridedSlice.cpp131 int32_t endShape[MNN_MAX_TENSOR_DIM]; in onComputeSize() local
174 endShape[i] = inputDim; in onComputeSize()
176 endShape[i] = beginAndEndShapeLimit(ends[i], inputDim, true); in onComputeSize()
180 if (endShape[i] < beginShape[i]) { in onComputeSize()
182 beginShape[i] = endShape[i]; in onComputeSize()
183 endShape[i] = t; in onComputeSize()
191 beginShape[i] = endShape[i]; // TODO: temp solution in onComputeSize()
196 int size = (endShape[i] - beginShape[i] - 1) / stridedShape[i] + 1; in onComputeSize()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/
H A Dmorph_test1.c57 SWFShape startShape, endShape; in main() local
85 endShape = SWFMorph_getShape2(morph); in main()
86 make_shape(endShape, 700, 500, 100, 100, 0, 255 ,0); in main()
103 endShape = SWFMorph_getShape2(morph); in main()
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Synthesis/_02_waves/_03_waves/
H A D_03_waves.pde31 endShape();
42 endShape();
54 endShape();
65 endShape();
/dports/graphics/processing/processing-1.5.1/modes/java/examples/3D/Form/Icosahedra/
H A DIcosahedron.pde61 endShape(CLOSE);
75 endShape(CLOSE);
85 endShape(CLOSE);
91 endShape(CLOSE);
98 endShape(CLOSE);
104 endShape(CLOSE);
111 endShape(CLOSE);
117 endShape(CLOSE);
/dports/cad/sumo/sumo-1.2.0/src/netwrite/
H A DNWWriter_OpenDrive.cpp353 PositionVector endShape = getLeftLaneBorder(outEdge, cLeft.toLane); in writeInternalEdge() local
360 fallBackShape.push_back(endShape.front()); in writeInternalEdge()
373 endShape = getRightLaneBorder(outEdge, cLeft.toLane); in writeInternalEdge()
773 PositionVector endShape; in writeGeomSmooth() local
791 endShape = line; in writeGeomSmooth()
792 endShape.add(p1 - endShape.front()); in writeGeomSmooth()
795 endShape.push_back(p1); in writeGeomSmooth()
796 endShape.push_back(shape2[j + 2]); in writeGeomSmooth()
799 endShape.push_back(p0); in writeGeomSmooth()
800 endShape.push_back(shape2[j + 2]); in writeGeomSmooth()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/basicflakes/tools/
H A DKoPencilTool.cpp358 KoShape * endShape = 0; in addPathShape() local
369 endShape = m_existingEndPoint->parent(); in addPathShape()
381 if (endShape && startShape != endShape) in addPathShape()
382 canvas()->shapeController()->removeShape(endShape, cmd); in addPathShape()
484 KoPathShape * endShape = pointAtEnd ? pointAtEnd->parent() : 0; in connectPaths() local
496 endIndex = endShape->pathPointIndex(pointAtEnd); in connectPaths()
497 if (endShape != startShape) { in connectPaths()
499 pathShape->combine(endShape); in connectPaths()
503 bool connectToSingleSubpath = (startShape == endShape && startIndex.first == endIndex.first); in connectPaths()
H A DKoCreatePathTool_p.h306 KoPathShape * endShape = 0; in connectPaths() local
315 endShape = pointAtEnd.path; in connectPaths()
346 if (endShape && endPoint) { in connectPaths()
347 endIndex = endShape->pathPointIndex(endPoint); in connectPaths()
348 if (endShape != startShape) { in connectPaths()
350 pathShape->combine(endShape); in connectPaths()
354 … bool connectToSingleSubpath = (startShape == endShape && startIndex.first == endIndex.first); in connectPaths()
/dports/graphics/Coin/coin-Coin-4.0.0/src/misc/
H A DSoGenerate.cpp195 shape->endShape(); in generate_cone()
212 shape->endShape(); in generate_cone()
273 shape->endShape(); in generate_cylinder()
293 shape->endShape(); in generate_cylinder()
307 shape->endShape(); in generate_cylinder()
343 shape->endShape(); in generate_cube()
422 shape->endShape(); in generate_sphere()
449 shape->endShape(); in generate_sphere()
471 shape->endShape(); in generate_sphere()
/dports/graphics/krita/krita-4.4.8/libs/basicflakes/tools/
H A DKoPencilTool.cpp388 KoShape * endShape = 0; in addPathShape() local
399 endShape = m_existingEndPoint->parent(); in addPathShape()
411 if (endShape && startShape != endShape) in addPathShape()
412 canvas()->shapeController()->removeShape(endShape, cmd); in addPathShape()
519 KoPathShape * endShape = pointAtEnd ? pointAtEnd->parent() : 0; in connectPaths() local
531 endIndex = endShape->pathPointIndex(pointAtEnd); in connectPaths()
532 if (endShape != startShape) { in connectPaths()
534 pathShape->combine(endShape); in connectPaths()
538 bool connectToSingleSubpath = (startShape == endShape && startIndex.first == endIndex.first); in connectPaths()
H A DKoCreatePathTool_p.h296 KoPathShape * endShape = 0; in connectPaths() local
305 endShape = pointAtEnd.path; in connectPaths()
336 if (endShape && endPoint) { in connectPaths()
337 endIndex = endShape->pathPointIndex(endPoint); in connectPaths()
338 if (endShape != startShape) { in connectPaths()
340 pathShape->combine(endShape); in connectPaths()
344 … bool connectToSingleSubpath = (startShape == endShape && startIndex.first == endIndex.first); in connectPaths()
H A DKoCreatePathTool.cpp496 KoPathShape *endShape = 0; in addPathShapeImpl() local
508 endShape = d->existingEndPoint.path; in addPathShapeImpl()
512 if (tryMergeOnly && !startShape && !endShape) { in addPathShapeImpl()
530 } else if (endShape) { in addPathShapeImpl()
531 pathShape->setBackground(endShape->background()); in addPathShapeImpl()
532 pathShape->setStroke(endShape->stroke()); in addPathShapeImpl()
539 if (endShape && startShape != endShape) { in addPathShapeImpl()
540 canvas()->shapeController()->removeShape(endShape, cmd); in addPathShapeImpl()
/dports/graphics/processing/processing-1.5.1/modes/java/examples/3D/Form/Vertices/
H A DVertices.pde38 endShape();
51 endShape();
65 endShape();
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Extensions/3D/_03/
H A D_03.pde32 endShape();
45 endShape();
59 endShape();
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Getting Started/Chapter03/Ex_03_20/
H A DEx_03_20.pde18 endShape();
34 endShape();
/dports/misc/mnn/MNN-1.2.0/source/geometry/
H A DGeometryStridedSlice.cpp132 int32_t endShape[MNN_MAX_TENSOR_DIM] = { 0 }; in onCompute() local
165 endShape[shapeNum] = inputShape[shapeNum]; in onCompute()
167 endShape[shapeNum] = beginAndEndShapeLimit(ends[i], inputShape[shapeNum], true); in onCompute()
173 … int size = (endShape[shapeNum] - beginShape[shapeNum] - 1) / stridedShape[shapeNum] + 1; in onCompute()
176 … int size = (endShape[shapeNum] - beginShape[shapeNum] + 1) / stridedShape[shapeNum] + 1; in onCompute()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/
H A DCompositeView.java355 Shape endShape; in modelToView() local
357 endShape = v1.modelToView(v1.getStartOffset(), in modelToView()
362 endShape = v0.modelToView(p0, b0, v0.getEndOffset(), in modelToView()
365 if (endShape instanceof Rectangle) { in modelToView()
366 retRect.add((Rectangle)endShape); in modelToView()
369 retRect.add(endShape.getBounds()); in modelToView()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/text/
H A DCompositeView.java355 Shape endShape; in modelToView() local
357 endShape = v1.modelToView(v1.getStartOffset(), in modelToView()
362 endShape = v0.modelToView(p0, b0, v0.getEndOffset(), in modelToView()
365 if (endShape instanceof Rectangle) { in modelToView()
366 retRect.add((Rectangle)endShape); in modelToView()
369 retRect.add(endShape.getBounds()); in modelToView()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/
H A DCompositeView.java355 Shape endShape; in modelToView() local
357 endShape = v1.modelToView(v1.getStartOffset(), in modelToView()
362 endShape = v0.modelToView(p0, b0, v0.getEndOffset(), in modelToView()
365 if (endShape instanceof Rectangle) { in modelToView()
366 retRect.add((Rectangle)endShape); in modelToView()
369 retRect.add(endShape.getBounds()); in modelToView()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/
H A DCompositeView.java353 Shape endShape; in modelToView() local
355 endShape = v1.modelToView(v1.getStartOffset(), in modelToView()
360 endShape = v0.modelToView(p0, b0, v0.getEndOffset(), in modelToView()
363 if (endShape instanceof Rectangle) { in modelToView()
364 retRect.add((Rectangle)endShape); in modelToView()
367 retRect.add(endShape.getBounds()); in modelToView()

12345678910