Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Window.h302 Material* GetFrameMaterial(WindowFrame frameIdx) const;
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Window.cpp863 return idx == 0 ? GetContentMaterial(): GetFrameMaterial(WindowFrame(idx - 1)); in GetMaterial()
867 Window::GetFrameMaterial(WindowFrame frameIdx) const in GetFrameMaterial() function in nw::lyt::Window