Home
last modified time | relevance | path

Searched refs:startShape (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/
H A Dmorph_test1.c57 SWFShape startShape, endShape; in main() local
83 startShape = SWFMorph_getShape1(morph); in main()
84 make_shape(startShape, 0, 0, 100, 100, 255, 0 ,0); in main()
102 startShape = SWFMorph_getShape1(morph); in main()
/dports/editors/calligra/calligra-3.2.1/libs/basicflakes/tools/
H A DKoPencilTool.cpp357 KoShape * startShape = 0; in addPathShape() local
367 startShape = m_existingStartPoint->parent(); in addPathShape()
379 if (startShape) in addPathShape()
380 canvas()->shapeController()->removeShape(startShape, cmd); in addPathShape()
381 if (endShape && startShape != endShape) in addPathShape()
483 KoPathShape * startShape = pointAtStart ? pointAtStart->parent() : 0; in connectPaths() local
489 startIndex = startShape->pathPointIndex(pointAtStart); in connectPaths()
490 pathShape->combine(startShape); in connectPaths()
497 if (endShape != startShape) { in connectPaths()
503 bool connectToSingleSubpath = (startShape == endShape && startIndex.first == endIndex.first); in connectPaths()
H A DKoCreatePathTool_p.h305 KoPathShape * startShape = 0; in connectPaths() local
311 startShape = pointAtStart.path; in connectPaths()
339 if (startShape && startPoint) { in connectPaths()
340 startIndex = startShape->pathPointIndex(startPoint); in connectPaths()
341 pathShape->combine(startShape); in connectPaths()
348 if (endShape != startShape) { in connectPaths()
354 … bool connectToSingleSubpath = (startShape == endShape && startIndex.first == endIndex.first); in connectPaths()
H A DKoCreatePathTool.cpp420 KoPathShape *startShape = 0; in addPathShape() local
431 startShape = d->existingStartPoint.path; in addPathShape()
441 if (startShape) in addPathShape()
442 canvas()->shapeController()->removeShape(startShape, cmd); in addPathShape()
443 if (endShape && startShape != endShape) in addPathShape()
/dports/graphics/krita/krita-4.4.8/libs/basicflakes/tools/
H A DKoPencilTool.cpp387 KoShape * startShape = 0; in addPathShape() local
397 startShape = m_existingStartPoint->parent(); in addPathShape()
409 if (startShape) in addPathShape()
410 canvas()->shapeController()->removeShape(startShape, cmd); in addPathShape()
411 if (endShape && startShape != endShape) in addPathShape()
518 KoPathShape * startShape = pointAtStart ? pointAtStart->parent() : 0; in connectPaths() local
524 startIndex = startShape->pathPointIndex(pointAtStart); in connectPaths()
525 pathShape->combine(startShape); in connectPaths()
532 if (endShape != startShape) { in connectPaths()
538 bool connectToSingleSubpath = (startShape == endShape && startIndex.first == endIndex.first); in connectPaths()
H A DKoCreatePathTool_p.h295 KoPathShape * startShape = 0; in connectPaths() local
301 startShape = pointAtStart.path; in connectPaths()
329 if (startShape && startPoint) { in connectPaths()
330 startIndex = startShape->pathPointIndex(startPoint); in connectPaths()
331 pathShape->combine(startShape); in connectPaths()
338 if (endShape != startShape) { in connectPaths()
344 … bool connectToSingleSubpath = (startShape == endShape && startIndex.first == endIndex.first); in connectPaths()
H A DKoCreatePathTool.cpp495 KoPathShape *startShape = 0; in addPathShapeImpl() local
505 startShape = d->existingStartPoint.path; in addPathShapeImpl()
512 if (tryMergeOnly && !startShape && !endShape) { in addPathShapeImpl()
527 if (startShape) { in addPathShapeImpl()
528 pathShape->setBackground(startShape->background()); in addPathShapeImpl()
529 pathShape->setStroke(startShape->stroke()); in addPathShapeImpl()
536 if (startShape) { in addPathShapeImpl()
537 canvas()->shapeController()->removeShape(startShape, cmd); in addPathShapeImpl()
539 if (endShape && startShape != endShape) { in addPathShapeImpl()
/dports/editors/calligra/calligra-3.2.1/libs/pageapp/
H A DKoPAView.cpp1105 KoShape * startShape = 0; in findDocumentSetNext() local
1108 startShape = lay->shapes().value( 0 ); in findDocumentSetNext()
1110 page = d->doc->pageByShape( startShape ); in findDocumentSetNext()
1118 startShape = page; in findDocumentSetNext()
1121 KoShape * shape = startShape; in findDocumentSetNext()
1151 } while ( page != startShape ); in findDocumentSetNext()
1157 KoShape * startShape = 0; in findDocumentSetPrevious() local
1160 startShape = lay->shapes().value( 0 ); in findDocumentSetPrevious()
1162 page = d->doc->pageByShape( startShape ); in findDocumentSetPrevious()
1175 KoShape * shape = startShape; in findDocumentSetPrevious()
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapkml.cpp187 renderer->startShape(img, shape); in msStartShapeKml()
243 renderer->startShape=&msStartShapeKml; in msPopulateRendererVTableKML()
H A Dmapkmlrenderer.h157 void startShape(imageObj *img, shapeObj *shape);
H A Dmapdummyrenderer.c280 renderer->startShape = NULL; in msInitializeDummyRenderer()
H A Dmaputfgrid.cpp846 renderer->startShape = &utfgridStartShape; in msPopulateRendererVTableUTFGrid()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/inc/dmapper/
H A Dresourcemodel.hxx230 virtual void startShape(css::uno::Reference<css::drawing::XShape> const& xShape) = 0;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/inc/dmapper/
H A Dresourcemodel.hxx232 virtual void startShape(css::uno::Reference<css::drawing::XShape> const& xShape) = 0;
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DLoggedResources.hxx61 void startShape(css::uno::Reference<css::drawing::XShape> const& xShape) override;
H A DLoggedResources.cxx132 void LoggedStream::startShape(uno::Reference<drawing::XShape> const& xShape) in startShape() function in writerfilter::LoggedStream
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DLoggedResources.hxx61 void startShape(css::uno::Reference<css::drawing::XShape> const& xShape) override;
H A DLoggedResources.cxx145 void LoggedStream::startShape(uno::Reference<drawing::XShape> const& xShape) in startShape() function in writerfilter::LoggedStream
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Dkyra_mr.cpp722 static const uint8 startShape[] = { 0x32, 0x58, 0x78, 0x98, 0xB8, 0xD8 }; in loadCharacterShapes() local
754 for (int j = startShape[i]; j <= endShape[i]; ++j) { in loadCharacterShapes()
757 addShapeToPool(_screenBuffer, j, j-startShape[i]); in loadCharacterShapes()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Dkyra_mr.cpp739 static const uint8 startShape[] = { 0x32, 0x58, 0x78, 0x98, 0xB8, 0xD8 }; in loadCharacterShapes() local
771 for (int j = startShape[i]; j <= endShape[i]; ++j) { in loadCharacterShapes()
774 addShapeToPool(_screenBuffer, j, j-startShape[i]); in loadCharacterShapes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/rtftok/
H A Drtfdispatchflag.cxx993 Mapper().startShape(m_aStates.top().getDrawingObject().getShape()); in dispatchFlag()
H A Drtfsdrimport.cxx1126 m_rImport.Mapper().startShape(xShape); in resolve()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/rtftok/
H A Drtfsdrimport.cxx1118 m_rImport.Mapper().startShape(xShape); in resolve()
H A Drtfdispatchflag.cxx998 Mapper().startShape(m_aStates.top().getDrawingObject().getShape()); in dispatchFlag()
H A Drtfdocumentimpl.cxx1000 Mapper().startShape(xShape); in resolvePict()
2687 Mapper().startShape(xShape); in beforePopState()
2822 Mapper().startShape(xShape); in beforePopState()

12