Lines Matching refs:GraphicsDrawing
25 GraphicsDrawing::GraphicsDrawing(void) : in GraphicsDrawing() function in demo::GraphicsDrawing
40 GraphicsDrawing::~GraphicsDrawing(void) in ~GraphicsDrawing()
45 void GraphicsDrawing::Initialize(void) in Initialize()
76 void GraphicsDrawing::Finalize(void) in Finalize()
93 …void GraphicsDrawing::InitializeTriangles(const u32 maxTrianglesNum) … in InitializeTriangles()
117 void GraphicsDrawing::InitializeSquares(const u32 maxSquaresNum) in InitializeSquares()
142 void GraphicsDrawing::InitializeTexts(const u32 maxLength) in InitializeTexts()
164 void GraphicsDrawing::SetWindowSize(const f32 windowWidth, const f32 windowHeight) in SetWindowSize()
174 void GraphicsDrawing::GetWindowSize(f32& windowWidth, f32& windowHeight) in GetWindowSize()
180 void GraphicsDrawing::SetColor(const f32 red, const f32 green, const f32 blue) in SetColor()
188 void GraphicsDrawing::SetColor(const f32 red, const f32 green, const f32 blue, const f32 alpha) in SetColor()
196 void GraphicsDrawing::SetDepth(const f32 depth) in SetDepth()
201 void GraphicsDrawing::SetAutoDepth(const bool enableAutoDepth) in SetAutoDepth()
206 void GraphicsDrawing::DecrementDepth(void) in DecrementDepth()
219 void GraphicsDrawing::SetPointSize(const f32 pointSize) in SetPointSize()
224 void GraphicsDrawing::DrawPoint(const f32 windowCoordinateX, const f32 windowCoordinateY) in DrawPoint()
239 void GraphicsDrawing::SetLineWidth(const f32 lineWidth) in SetLineWidth()
244 void GraphicsDrawing::DrawLine(const f32 windowCoordinateX0, const f32 windowCoordinateY0, in DrawLine()
288 void GraphicsDrawing::FillSquare(const f32 windowCoordinateX0, const f32 windowCoordinateY0, in FillSquare()
358 void GraphicsDrawing::FillRectangle(const f32 windowCoordinateX, in FillRectangle()
376 void GraphicsDrawing::FillTriangle(const f32 windowCoordinateX0, const f32 windowCoordinateY0, in FillTriangle()
437 void GraphicsDrawing::SetFontSize(const f32 fontSize) in SetFontSize()
443 void GraphicsDrawing::DrawText(const f32 windowCoordinateX, const f32 windowCoordinateY, in DrawText()
464 void GraphicsDrawing::DrawTextBuffer(const f32 windowCoordinateX, const f32 windowCoordinateY, in DrawTextBuffer()
515 void GraphicsDrawing::Flush(void) in Flush()
524 void GraphicsDrawing::FlushColorFillPrimitives(void) in FlushColorFillPrimitives()
549 void GraphicsDrawing::FlushTexts(void) in FlushTexts()