Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw.cxx157 const TCollection_AsciiString& theResName, in searchResources() argument
162 TCollection_AsciiString("/share/opencascade-" OCC_VERSION_STRING_EXT "/") + theResName, in searchResources()
163 TCollection_AsciiString("/share/opencascade-" OCC_VERSION_COMPLETE "/") + theResName, in searchResources()
164 TCollection_AsciiString("/share/opencascade-" OCC_VERSION_STRING "/") + theResName, in searchResources()
165 TCollection_AsciiString("/share/opencascade/") + theResName, in searchResources()
166 TCollection_AsciiString("/share/occt-" OCC_VERSION_STRING_EXT "/") + theResName, in searchResources()
167 TCollection_AsciiString("/share/occt-" OCC_VERSION_COMPLETE "/") + theResName, in searchResources()
168 TCollection_AsciiString("/share/occt-" OCC_VERSION_STRING "/") + theResName, in searchResources()
169 TCollection_AsciiString("/share/occt/") + theResName, in searchResources()
170 TCollection_AsciiString("/") + theResName, in searchResources()