Searched refs:textBuffer (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/ |
| D | demo_GraphicsDrawing.cpp | 447 static char textBuffer[tmpBufferSize]; in DrawText() local 456 vsnprintf(textBuffer, tmpBufferSize, format, va); in DrawText() 459 DrawTextBuffer(windowCoordinateX, windowCoordinateY, textBuffer); in DrawText() 465 const char* textBuffer) in DrawTextBuffer() argument 472 char* ch_ptr = const_cast<char*>(textBuffer); in DrawTextBuffer() 506 textBuffer, textLength, m_Depth); in DrawTextBuffer()
|
| D | demo_RenderSystemDrawing.cpp | 274 static char textBuffer[tmpBufferSize]; in DrawText() local 278 vsnprintf(textBuffer, tmpBufferSize, format, va); in DrawText() 281 m_GraphicsDrawing.DrawTextBuffer(windowCoordinateX, windowCoordinateY, textBuffer); in DrawText()
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/ |
| D | demo_GraphicsDrawing.h | 250 …d DrawTextBuffer(const f32 windowCoordinateX, const f32 windowCoordinateY, const char* textBuffer);
|