Home
last modified time | relevance | path

Searched defs:isThreeD (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/yafaray/libYafaRay-3.5.1/include/textures/
H A Dimagetex.h51 virtual bool isThreeD() const { return false; } in isThreeD() function
/dports/graphics/yafaray/libYafaRay-3.5.1/include/core_api/
H A Dtexture.h23 virtual bool isThreeD() const { return true; } in isThreeD() function
/dports/editors/calligra/calligra-3.2.1/plugins/chartshape/
H A DPlotArea.cpp434 bool PlotArea::isThreeD() const in isThreeD() function in PlotArea
H A DChartShape.cpp593 bool ChartShape::isThreeD() const in isThreeD() function in KoChart::ChartShape
/dports/science/hypre/hypre-2.23.0/src/distributed_ls/Euclid/
H A DMatGenFD.c16 static bool isThreeD; variable