Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_Font.h79 void SetName(u32 texName) in SetName() function
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Material.h247 void SetName(const char* name);
Dlyt_Pane.h141 void SetName(const char* name);
/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFontBase.cpp553 texObjs[i].SetName(0); // テクスチャ名を未割り当て状態にしておく in DeleteTextureNames()
Dfont_CharWriter.cpp449 const_cast<internal::TextureObject*>(glyph.pTextureObject)->SetName(texName); in LoadTexture()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Pane.cpp324 SetName(pBlock->name); in Pane()
369 Pane::SetName(const char* name) in SetName() function in nw::lyt::Pane
Dlyt_Material.cpp168 SetName(pRes->name); in Material()
464 Material::SetName(const char* name) in SetName() function in nw::lyt::Material