Home
last modified time | relevance | path

Searched refs:plotPath (Results 1 – 25 of 27) sorted by relevance

12

/dports/cad/openroad/OpenROAD-2.0/src/replace/src/
H A Dplot.cpp66 std::unique_ptr<std::filesystem::path> PlotEnv::plotPath = nullptr; member in gpl::PlotEnv
140 *plotPath / pathArrow, in Init()
141 *plotPath / pathCell, in Init()
142 *plotPath / pathBin in Init()
613 std::filesystem::path saveName = *plotPath / pathCell; in SaveCellPlotAsJPEG()
632 std::filesystem::path saveName = *plotPath / pathBin; in SaveBinPlotAsJPEG()
650 std::filesystem::path saveName = *plotPath / pathArrow; in SaveArrowPlotAsJPEG()
660 if (path.empty()) PlotEnv::plotPath = nullptr; in setPlotPath()
661 else PlotEnv::plotPath = std::make_unique<std::filesystem::path>(path); in setPlotPath()
H A Dplot.h153 static bool isPlotEnabled() { return plotPath != nullptr; }; in isPlotEnabled()
160 static std::unique_ptr<std::filesystem::path> plotPath; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/samplecode/
H A DSampleChart.cpp124 SkPath plotPath; in onDrawContent() local
146 &plotPath, in onDrawContent()
154 canvas->drawPath(plotPath, plotPaint); in onDrawContent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/bench/
H A DChartBench.cpp135 SkPath plotPath; in onDraw() local
157 &plotPath, in onDraw()
165 canvas->drawPath(plotPath, plotPaint); in onDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/bench/
H A DChartBench.cpp135 SkPath plotPath; in onDraw() local
157 &plotPath, in onDraw()
165 canvas->drawPath(plotPath, plotPaint); in onDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/samplecode/
H A DSampleChart.cpp133 SkPathBuilder plotPath, fillPath; in onDrawContent() local
143 &plotPath, in onDrawContent()
151 canvas->drawPath(plotPath.detach(), plotPaint); in onDrawContent()
/dports/math/R/R-4.1.2/src/library/graphics/man/
H A Dpolypath.Rd76 plotPath <- function(x, y, col = "grey", rule = "winding") {
85 plotPath(x, y)
86 plotPath(x, y, rule = "evenodd")
88 plotPath(x, y, col = NA)
/dports/math/libRmath/R-4.1.1/src/library/graphics/man/
H A Dpolypath.Rd76 plotPath <- function(x, y, col = "grey", rule = "winding") {
85 plotPath(x, y)
86 plotPath(x, y, rule = "evenodd")
88 plotPath(x, y, col = NA)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionPlots.cpp132 FilePath plotPath = module_context::resolveAliasedPath(path); in savePlotAs() local
135 if (plotPath.exists() && !overwrite) in savePlotAs()
144 error = display.savePlotAsImage(plotPath, format, width, height); in savePlotAs()
175 FilePath plotPath = module_context::resolveAliasedPath(path); in savePlotAsPdf() local
178 if (plotPath.exists() && !overwrite) in savePlotAsPdf()
187 error = display.savePlotAsPdf(plotPath, width, height, useCairoPdf); in savePlotAsPdf()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/toon/
H A Dcharacter.h103 virtual void plotPath(Graphics::Surface& surface);
H A Dcharacter.cpp1008 void Character::plotPath(Graphics::Surface& surface) { in update() function in Toon::Character
/dports/games/scummvm/scummvm-2.5.1/engines/toon/
H A Dcharacter.h103 virtual void plotPath(Graphics::Surface& surface);
H A Dcharacter.cpp1008 void Character::plotPath(Graphics::Surface& surface) { in update() function in Toon::Character
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw3/
H A Dpathfinder.h148 void plotPath(char* filename);
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw2/
H A Dpathfinder.h148 void plotPath(char* filename);
H A Dpathfinder.cpp231 void Pathfinder::plotPath(char* filename) in plotPath() function in Pathfinder
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw/
H A Dpathfinder.h148 void plotPath(char* filename);
/dports/games/torcs/torcs-1.3.7/src/drivers/tita/
H A Dpathfinder.h237 void plotPath(char* filename);
H A Dpathfinder.cpp273 void Pathfinder::plotPath(char* filename) in plotPath() function in Pathfinder
/dports/games/torcs/torcs-1.3.7/src/drivers/inferno/
H A Dpathfinder.h237 void plotPath(char* filename);
H A Dpathfinder.cpp273 void Pathfinder::plotPath(char* filename) in plotPath() function in Pathfinder
/dports/games/torcs/torcs-1.3.7/src/drivers/lliaw/
H A Dpathfinder.h237 void plotPath(char* filename);
H A Dpathfinder.cpp273 void Pathfinder::plotPath(char* filename) in plotPath() function in Pathfinder
/dports/math/R/R-4.1.2/tests/Examples/
H A Dgraphics-Ex.Rout.save2337 > plotPath <- function(x, y, col = "grey", rule = "winding") {
2346 + plotPath(x, y)
2347 + plotPath(x, y, rule = "evenodd")
2349 + plotPath(x, y, col = NA)
/dports/math/libRmath/R-4.1.1/tests/Examples/
H A Dgraphics-Ex.Rout.save2337 > plotPath <- function(x, y, col = "grey", rule = "winding") {
2346 + plotPath(x, y)
2347 + plotPath(x, y, rule = "evenodd")
2349 + plotPath(x, y, col = NA)

12