Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw.cxx155 static bool searchResources (TCollection_AsciiString& theCasRoot, in searchResources() argument
185 theCasRoot = anExeDir; in searchResources()
186 theResRoot = theCasRoot + aResLayout; in searchResources()
192 theCasRoot = anExeDir + ".."; in searchResources()
193 theResRoot = theCasRoot + aResLayout; in searchResources()
199 theCasRoot = anExeDir + "../.."; in searchResources()
200 theResRoot = theCasRoot + aResLayout; in searchResources()
206 theCasRoot = anExeDir + "../../.."; in searchResources()
207 theResRoot = theCasRoot + aResLayout; in searchResources()