Home
last modified time | relevance | path

Searched refs:getPointStyle (Results 1 – 22 of 22) sorted by relevance

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sheets/
H A DBasicSeriesDataPointStyleOverride.php74 public function getPointStyle() function in Google_Service_Sheets_BasicSeriesDataPointStyleOverride
H A DBasicChartSeries.php104 public function getPointStyle() function in Google_Service_Sheets_BasicChartSeries
/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/
H A DDrawable.cxx87 String Drawable::getPointStyle() const in getPointStyle() function in Drawable
89 return getImplementation()->getPointStyle(); in getPointStyle()
H A DGraphImplementation.cxx367 …if(it->getPointStyle().size() == 0 || it->getFillStyle().size() != 0) //cannot merge fill and poin… in makeRLegendCommand()
369 else points << it->getPointCode(it->getPointStyle()) << ","; in makeRLegendCommand()
H A DDrawableImplementation.cxx1322 String DrawableImplementation::getPointStyle() const in getPointStyle() function in DrawableImplementation
/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/openturns/
H A DDrawable.hxx65 String getPointStyle() const;
H A DDrawableImplementation.hxx85 virtual String getPointStyle() const;
/dports/math/openturns/openturns-1.18/python/src/
H A Dviewer.py313 drawable.getPointStyle()]
316 '-- Unknown marker: ' + drawable.getPointStyle())
351 …drawable.getLegend()) > 0) and ((drawableKind != 'Cloud') or (drawable.getPointStyle() != 'none')):
H A DDrawable_doc.i.in47 %feature("docstring") OT::Drawable::getPointStyle
H A DDrawableImplementation_doc.i.in471 >>> print(ot.Drawable().getPointStyle())
474 %feature("docstring") OT::DrawableImplementation::getPointStyle
/dports/devel/love07/love-HEAD/src/modules/graphics/opengl/
H A DGraphics.h392 PointStyle getPointStyle();
H A Dwrap_Graphics.cpp659 lua_pushinteger(L, instance->getPointStyle()); in w_getPointStyle()
H A DGraphics.cpp712 Graphics::PointStyle Graphics::getPointStyle() in getPointStyle() function in love::graphics::opengl::Graphics
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/annex/HardCopy/
H A DSoVectorizeAction.h115 virtual PointStyle getPointStyle(void) const;
/dports/devel/love08/love-0.8.0/src/modules/graphics/opengl/
H A DGraphics.h402 PointStyle getPointStyle();
H A DGraphics.cpp664 Graphics::PointStyle Graphics::getPointStyle() in getPointStyle() function in love::graphics::opengl::Graphics
H A Dwrap_Graphics.cpp703 lua_pushinteger(L, instance->getPointStyle()); in w_getPointStyle()
/dports/devel/love5/love-0.5-0/src/opengl/
H A Dlove_opengl.h379 int getPointStyle();
H A Dlove_opengl.cpp184 s.point_style = getPointStyle(); in save_display_state()
920 int getPointStyle() in getPointStyle() function
H A Dmod_opengl.cpp9439 result = (int)love_opengl::getPointStyle(); in _wrap_getPointStyle()
/dports/graphics/Coin/coin-Coin-4.0.0/src/hardcopy/
H A DVectorizeAction.cpp466 SoVectorizeAction::getPointStyle(void) const in getPointStyle() function in SoVectorizeAction
H A DVectorizePSAction.cpp592 switch (PUBLIC(this)->getPointStyle()) { in printPoint()