|
| bool | nw4hbm::lyt::detail::EqualsPaneName (const char *name1, const char *name2) |
| |
| bool | nw4hbm::lyt::detail::EqualsMaterialName (const char *name1, const char *name2) |
| |
| bool | nw4hbm::lyt::detail::TestFileHeader (const res::BinaryFileHeader &fileHeader) |
| |
| bool | nw4hbm::lyt::detail::TestFileHeader (const res::BinaryFileHeader &fileHeader, u32 testSig) |
| |
| bool | nw4hbm::lyt::detail::IsModulateVertexColor (ut::Color *vtxColors, u8 glbAlpha) |
| |
| ut::Color | nw4hbm::lyt::detail::MultipleAlpha (const ut::Color col, u8 alpha) |
| |
| void | nw4hbm::lyt::detail::MultipleAlpha (ut::Color *dst, const ut::Color *src, u8 alpha) |
| |
| void | nw4hbm::lyt::detail::SetVertexFormat (bool bModulate, u8 texCoordNum) |
| |
| void | nw4hbm::lyt::detail::DrawQuad (const math::VEC2 &basePt, const Size &size, u8 texCoordNum, const TexCoords *texCoords, const ut::Color *vtxColors) |
| |
| void | nw4hbm::lyt::detail::DrawQuad (const math::VEC2 &basePt, const Size &size, u8 texCoordNum, const TexCoords *texCoords, const ut::Color *vtxColors, u8 alpha) |
| |
| void | nw4hbm::lyt::detail::DrawLine (const math::VEC2 &pos, const Size &size, ut::Color color) |
| |
| void | nw4hbm::lyt::detail::InitGXTexObjFromTPL (GXTexObj *to, TPLPalette *pal, u32 id) |
| |
| s32 | nw4hbm::lyt::detail::GetSignatureInt (const char *sig) |
| |
| const char * | nw4hbm::lyt::detail::GetStrTableStr (const void *pStrTable, int index) |
| |
| u8 | nw4hbm::lyt::detail::GetVtxColorElement (const ut::Color *cols, u32 idx) |
| |
| void | nw4hbm::lyt::detail::SetVtxColorElement (ut::Color *cols, u32 idx, u8 value) |
| |
| u8 | nw4hbm::lyt::detail::GetHorizontalPosition (u8 var) |
| |
| u8 | nw4hbm::lyt::detail::GetVerticalPosition (u8 var) |
| |
| void | nw4hbm::lyt::detail::SetHorizontalPosition (u8 *pVar, u8 newVal) |
| |
| void | nw4hbm::lyt::detail::SetVerticalPosition (u8 *pVar, u8 newVal) |
| |