Home
last modified time | relevance | path

Searched refs:GetTextureObjectsBufferPtr (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/font/
Dfont_ResFontBase.h275 GetTextureObjectsBufferPtr() in GetTextureObjectsBufferPtr() function
285 GetTextureObjectsBufferPtr() const in GetTextureObjectsBufferPtr() function
308 NN_POINTER_ASSERT(GetTextureObjectsBufferPtr()); in GetTextureObject()
309 return &GetTextureObjectsBufferPtr()[index]; in GetTextureObject()
Dfont_ResFont.h86 return GetTextureObjectsBufferPtr(); in GetDrawBuffer()
/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFontBase.cpp519 internal::TextureObject* texObjs = GetTextureObjectsBufferPtr(); in GenTextureNames()
543 internal::TextureObject* texObjs = GetTextureObjectsBufferPtr(); in DeleteTextureNames()
Dfont_ResFont.cpp131 void *const prevBuffer = GetTextureObjectsBufferPtr(); in SetDrawBuffer()