Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Window.h300 Material* GetFrameMaterial(WindowFrame frameIdx) const;
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Window.cpp861 return idx == 0 ? GetContentMaterial(): GetFrameMaterial(WindowFrame(idx - 1)); in GetMaterial()
865 Window::GetFrameMaterial(WindowFrame frameIdx) const in GetFrameMaterial() function in nw::lyt::Window