Home
last modified time | relevance | path

Searched refs:FindLayer (Results 1 – 25 of 56) sorted by relevance

123

/dports/databases/postgis32/postgis-3.2.0/topology/sql/manage/
H A DFindLayer.sql.in14 -- FindLayer(TopoGeometry)
18 CREATE OR REPLACE FUNCTION topology.FindLayer(tg TopoGeometry) function
28 -- FindLayer(layerRegclass, layerColumn)
32 CREATE OR REPLACE FUNCTION topology.FindLayer(layer_table regclass, feature_column name) function
46 -- FindLayer(layerSchema, layerTable, layerColumn)
50 CREATE OR REPLACE FUNCTION topology.FindLayer(schema_name name, table_name name, feature_column nam… function
61 -- FindLayer(topoName)
65 CREATE OR REPLACE FUNCTION topology.FindLayer(topology_id integer, layer_id integer) function
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/nvflinger/
H A Dnvflinger.cpp144 const auto* const layer = FindLayer(display_id, layer_id); in FindBufferQueueId()
203 VI::Layer* NVFlinger::FindLayer(u64 display_id, u64 layer_id) { in FindLayer() function in Service::NVFlinger::NVFlinger
210 return display->FindLayer(layer_id); in FindLayer()
213 const VI::Layer* NVFlinger::FindLayer(u64 display_id, u64 layer_id) const { in FindLayer() function in Service::NVFlinger::NVFlinger
220 return display->FindLayer(layer_id); in FindLayer()
H A Dnvflinger.h101 [[nodiscard]] VI::Layer* FindLayer(u64 display_id, u64 layer_id);
104 [[nodiscard]] const VI::Layer* FindLayer(u64 display_id, u64 layer_id) const;
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/sdts/
H A Dsdts2shp.cpp157 if( oTransfer.FindLayer( pszMODN ) == -1 ) in main()
223 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WriteLineShapefile()
353 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WritePointShapefile()
465 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WriteAttributeDBF()
543 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WritePolygonShapefile()
555 poPolyReader->AssembleRings( poTransfer, poTransfer->FindLayer(pszMODN) ); in WritePolygonShapefile()
662 poTransfer->FindLayer( papszModuleList[iModule] ) ); in AddPrimaryAttrToDBFSchema()
H A Dsdtslinereader.cpp313 iPolyLayer = poTransfer->FindLayer(poLine->oLeftPoly.szModule); in AttachToPolygons()
317 iPolyLayer = poTransfer->FindLayer(poLine->oRightPoly.szModule); in AttachToPolygons()
H A Dsdtstransfer.cpp501 int SDTSTransfer::FindLayer( const char * pszModule ) in FindLayer() function in SDTSTransfer
531 int iLayer = FindLayer( poModId->szModule ); in GetIndexedFeatureRef()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/sdts/
H A Dsdts2shp.cpp155 if( oTransfer.FindLayer( pszMODN ) == -1 ) in main()
219 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WriteLineShapefile()
344 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WritePointShapefile()
451 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WriteAttributeDBF()
528 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WritePolygonShapefile()
540 poPolyReader->AssembleRings( poTransfer, poTransfer->FindLayer(pszMODN) ); in WritePolygonShapefile()
642 poTransfer->FindLayer( papszModuleList[iModule] ) ); in AddPrimaryAttrToDBFSchema()
H A Dsdtslinereader.cpp317 iPolyLayer = poTransfer->FindLayer(poLine->oLeftPoly.szModule); in AttachToPolygons()
321 iPolyLayer = poTransfer->FindLayer(poLine->oRightPoly.szModule); in AttachToPolygons()
H A Dsdtstransfer.cpp472 int SDTSTransfer::FindLayer( const char * pszModule ) in FindLayer() function in SDTSTransfer
500 const int iLayer = FindLayer( poModId->szModule ); in GetIndexedFeatureRef()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/sdts/
H A Dsdts2shp.cpp155 if( oTransfer.FindLayer( pszMODN ) == -1 ) in main()
219 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WriteLineShapefile()
344 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WritePointShapefile()
451 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WriteAttributeDBF()
528 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WritePolygonShapefile()
540 poPolyReader->AssembleRings( poTransfer, poTransfer->FindLayer(pszMODN) ); in WritePolygonShapefile()
642 poTransfer->FindLayer( papszModuleList[iModule] ) ); in AddPrimaryAttrToDBFSchema()
H A Dsdtslinereader.cpp317 iPolyLayer = poTransfer->FindLayer(poLine->oLeftPoly.szModule); in AttachToPolygons()
321 iPolyLayer = poTransfer->FindLayer(poLine->oRightPoly.szModule); in AttachToPolygons()
H A Dsdtstransfer.cpp472 int SDTSTransfer::FindLayer( const char * pszModule )
500 const int iLayer = FindLayer( poModId->szModule );
/dports/graphics/gdal/gdal-3.3.3/frmts/sdts/
H A Dsdts2shp.cpp155 if( oTransfer.FindLayer( pszMODN ) == -1 ) in main()
219 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WriteLineShapefile()
344 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WritePointShapefile()
451 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WriteAttributeDBF()
528 poTransfer->GetLayerIndexedReader( poTransfer->FindLayer( pszMODN ) ); in WritePolygonShapefile()
540 poPolyReader->AssembleRings( poTransfer, poTransfer->FindLayer(pszMODN) ); in WritePolygonShapefile()
642 poTransfer->FindLayer( papszModuleList[iModule] ) ); in AddPrimaryAttrToDBFSchema()
H A Dsdtslinereader.cpp317 iPolyLayer = poTransfer->FindLayer(poLine->oLeftPoly.szModule); in AttachToPolygons()
321 iPolyLayer = poTransfer->FindLayer(poLine->oRightPoly.szModule); in AttachToPolygons()
H A Dsdtstransfer.cpp472 int SDTSTransfer::FindLayer( const char * pszModule ) in FindLayer() function in SDTSTransfer
500 const int iLayer = FindLayer( poModId->szModule ); in GetIndexedFeatureRef()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/vi/display/
H A Dvi_display.h86 Layer* FindLayer(u64 id);
95 const Layer* FindLayer(u64 id) const;
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/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
140 lab = FindLayer(aLayer); in FindLayer()
150 TDF_Label XCAFDoc_LayerTool::FindLayer(const TCollection_ExtendedString& aLayer, in FindLayer() function in XCAFDoc_LayerTool
178 if ( FindLayer(theLayer, lab) ) in AddLayer()
195 TDF_Label lab = FindLayer(theLayer, Standard_True, theToFindVisible); in AddLayer()
301 if ( !FindLayer(aLayer, alab) ) return Standard_False; in UnSetOneLayer()
H A DXCAFDoc_LayerTool.hxx74 …Standard_EXPORT Standard_Boolean FindLayer (const TCollection_ExtendedString& aLayer, TDF_Label& l…
80 …Standard_EXPORT TDF_Label FindLayer (const TCollection_ExtendedString& aLayer, const Standard_Bool…
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DXCAFDoc_LayerTool.hxx74 …Standard_EXPORT Standard_Boolean FindLayer (const TCollection_ExtendedString& aLayer, TDF_Label& l…
80 …Standard_EXPORT TDF_Label FindLayer (const TCollection_ExtendedString& aLayer, const Standard_Bool…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DXCAFDoc_LayerTool.hxx74 …Standard_EXPORT Standard_Boolean FindLayer (const TCollection_ExtendedString& aLayer, TDF_Label& l…
78 Standard_EXPORT TDF_Label FindLayer (const TCollection_ExtendedString& aLayer) const;
/dports/cad/opencascade/opencascade-7.6.0/src/XCAFPrs/
H A DXCAFPrs.cxx125 TDF_Label aLayer = aLayerTool->FindLayer (aLayerNames->First()); in CollectStyleSettings()
175 if (!aLayerTool->IsVisible (aLayerTool->FindLayer (aLayerName))) in CollectStyleSettings()
194 TDF_Label aLayer = aLayerTool->FindLayer (aLayerNames->First()); in CollectStyleSettings()
/dports/cad/opencascade/opencascade-7.6.0/src/XDEDRAW/
H A DXDEDRAW_Layers.cxx68 TDF_Label aLabel = localLayerTool->FindLayer(aLayer); in findLayer()
90 aLabel = localLayerTool->FindLayer(aLayer); in removeLayer()
365 aLabel = localLayerTool->FindLayer(aLayer); in setVisibility()
388 aLabel = localLayerTool->FindLayer(aLayer); in isVisible()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/pcad/
H A Dpcb.h80 int FindLayer( const wxString& aLayerName ) const;
/dports/databases/postgis32/postgis-3.2.0/topology/
H A DMakefile.in125 sql/manage/FindLayer.sql.in \

123