Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Picture.cpp193 m_TexCoordAry.Reserve(num); in ReserveTexCoord()
Dlyt_Common.cpp137 TexCoordAry::Reserve(u8 num) in Reserve() function in nw::lyt::internal::TexCoordAry
Dlyt_Window.cpp492 m_Content.texCoordAry.Reserve(num); in ReserveTexCoord()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Common.h120 void Reserve(u8 num);
/NW4C-2.0.3/include/nw/ut/
Dut_MoveArray.h561 bool Reserve(int reserveSize) { return this->reserve( reserveSize ); } in Reserve() function