Home
last modified time | relevance | path

Searched defs:FindLayer (Results 1 – 10 of 10) sorted by relevance

/dports/databases/postgis32/postgis-3.2.0/topology/sql/manage/
H A DFindLayer.sql.in18 CREATE OR REPLACE FUNCTION topology.FindLayer(tg TopoGeometry) function
32 CREATE OR REPLACE FUNCTION topology.FindLayer(layer_table regclass, feature_column name) function
50 CREATE OR REPLACE FUNCTION topology.FindLayer(schema_name name, table_name name, feature_column nam… function
65 CREATE OR REPLACE FUNCTION topology.FindLayer(topology_id integer, layer_id integer) function
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/vi/display/
H A Dvi_display.cpp56 Layer* Display::FindLayer(u64 id) { in FindLayer() function in Service::VI::Display
68 const Layer* Display::FindLayer(u64 id) const { in FindLayer() function in Service::VI::Display
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/nvflinger/
H A Dnvflinger.cpp203 VI::Layer* NVFlinger::FindLayer(u64 display_id, u64 layer_id) { in FindLayer() function in Service::NVFlinger::NVFlinger
213 const VI::Layer* NVFlinger::FindLayer(u64 display_id, u64 layer_id) const { in FindLayer() function in Service::NVFlinger::NVFlinger
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/sdts/
H A Dsdtstransfer.cpp501 int SDTSTransfer::FindLayer( const char * pszModule ) in FindLayer() function in SDTSTransfer
/dports/graphics/py-gdal/gdal-3.3.3/frmts/sdts/
H A Dsdtstransfer.cpp472 int SDTSTransfer::FindLayer( const char * pszModule ) in FindLayer() function in SDTSTransfer
/dports/graphics/gdal/gdal-3.3.3/frmts/sdts/
H A Dsdtstransfer.cpp472 int SDTSTransfer::FindLayer( const char * pszModule ) in FindLayer() function in SDTSTransfer
/dports/cad/opencascade/opencascade-7.6.0/src/XCAFDoc/
H A DXCAFDoc_LayerTool.cxx137 Standard_Boolean XCAFDoc_LayerTool::FindLayer(const TCollection_ExtendedString& aLayer, in FindLayer() function in XCAFDoc_LayerTool
150 TDF_Label XCAFDoc_LayerTool::FindLayer(const TCollection_ExtendedString& aLayer, in FindLayer() function in XCAFDoc_LayerTool
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDocument.cpp214 FCDLayer* FCDocument::FindLayer(const fm::string& name) { for (FCDLayerList::iterator itL = layers.… in FindLayer() function in FCDocument
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/pcad/
H A Dpcb.cpp456 int PCB::FindLayer( const wxString& aLayerName ) const in FindLayer() function in PCAD2KICAD::PCB
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/tests/framework/icd/
H A Dtest_icd.cpp59 LayerDefinition& FindLayer(std::vector<LayerDefinition>& layers, std::string layerName) { in FindLayer() function