Home
last modified time | relevance | path

Searched defs:isTopLayer (Results 1 – 4 of 4) sorted by relevance

/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/graphics/
H A Dgraphicslayer.cpp97 bool GraphicsLayer::isTopLayer(const QString& name) noexcept { in isTopLayer() function in librepcb::GraphicsLayer
H A Dgraphicslayer.h165 bool isTopLayer() const noexcept { return isTopLayer(mName); } in isTopLayer() function
/dports/graphics/tiled/tiled-1.7.2/src/plugins/defoldcollection/
H A Ddefoldcollectionplugin.cpp175 static float zIndexForLayer(const Tiled::Map &map, const Tiled::Layer &inLayer, bool isTopLayer)
/dports/games/blobwars/blobwars-2.00/src/
H A DCMap.cpp183 bool Map::isTopLayer(int x, int y) in isTopLayer() function in Map