Graphics::DrawArc ( int xcp, int ycp, int rxp, int ryp, double start_angle, double end_angle )This method is from 'Graphics' class.
Graphics::DrawBevelRectangle ( int x, int y, int w, int h, int dx, int dy )This method is from 'Graphics' class.
Graphics::DrawBezierCurve ( jpoint_t* points, int n_points )This method is from 'Graphics' class.
Graphics::DrawCircle ( int xp, int yp, int raio )This method is from 'Graphics' class.
Graphics::DrawGlyph ( int symbol, int xp, int yp )This method is from 'Graphics' class.
Graphics::DrawImage ( OffScreenImage* img, int x, int y, int alpha )This method is from 'Graphics' class.
Graphics::DrawImage ( OffScreenImage* img, int x, int y, int w, int h, int alpha )This method is from 'Graphics' class.
Graphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int alpha )This method is from 'Graphics' class.
Graphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int w, int h, int alpha )This method is from 'Graphics' class.
Graphics::DrawImage ( std::string img, int x, int y, int alpha )This method is from 'Graphics' class.
Graphics::DrawImage ( std::string img, int x, int y, int w, int h, int alpha )This method is from 'Graphics' class.
Graphics::DrawImage ( std::string img, int sx, int sy, int sw, int sh, int x, int y, int alpha )This method is from 'Graphics' class.
Graphics::DrawImage ( std::string img, int sx, int sy, int sw, int sh, int x, int y, int w, int h, int alpha )This method is from 'Graphics' class.
Graphics::DrawLine ( int xp, int yp, int xf, int yf )This method is from 'Graphics' class.
Graphics::DrawPolygon ( int x, int y, jpoint_t* p, int num, bool close )This method is from 'Graphics' class.
Graphics::DrawRectangle ( int x, int y, int w, int h )This method is from 'Graphics' class.
Graphics::DrawRoundRectangle ( int x, int y, int w, int h, int raio )This method is from 'Graphics' class.
Graphics::DrawString ( std::string s, int x, int y )This method is from 'Graphics' class.
Graphics::DrawString ( std::string full_text, int x, int y, int width, int height, jhorizontal_align_t halign, jvertical_align_t valign )This method is from 'Graphics' class.
Graphics::DrawTriangle ( int x1, int y1, int x2, int y2, int x3, int y3 )This method is from 'Graphics' class.
Graphics::FillArc ( int xcp, int ycp, int rxp, int ryp, double start_angle, double end_angle )This method is from 'Graphics' class.
Graphics::FillBevelRectangle ( int x, int y, int w, int h, int dx, int dy )This method is from 'Graphics' class.
Graphics::FillCircle ( int xp, int yp, int raio )This method is from 'Graphics' class.
Graphics::FillGradientRectangle ( int x, int y, int w, int h, jcolor_t scolor, jcolor_t dcolor, bool horizontal )This method is from 'Graphics' class.
Graphics::FillPolygon ( int x, int y, jpoint_t* p, int num )This method is from 'Graphics' class.
Graphics::FillRectangle ( int x, int y, int w, int h )This method is from 'Graphics' class.
Graphics::FillRoundRectangle ( int x, int y, int w, int h, int raio )This method is from 'Graphics' class.
Graphics::FillTriangle ( int x1, int y1, int x2, int y2, int x3, int y3 )This method is from 'Graphics' class.
Graphics::GetLineStyle ( )This method is from 'Graphics' class.
Graphics::GetLineType ( )This method is from 'Graphics' class.
Graphics::GetLineWidth ( )This method is from 'Graphics' class.
Graphics::GetPixel ( int xp, int yp )This method is from 'Graphics' class.
Graphics::GetRGB ( int xp, int yp, uint32_t pixel )This method is from 'Graphics' class.
Graphics::GetRGBArray ( int startxp, int startyp, int widthp, int heightp, uint32_t** rgb, int offset, int scansize )This method is from 'Graphics' class.
Graphics::Lock ( )This method is from 'Graphics' class.
Graphics::Reset ( )This method is from 'Graphics' class.
Graphics::SetBlittingFlags ( jblitting_flags_t t )This method is from 'Graphics' class.
Graphics::SetDrawingFlags ( jdrawing_flags_t t )This method is from 'Graphics' class.
Graphics::SetLineStyle ( jline_style_t t )This method is from 'Graphics' class.
Graphics::SetLineType ( jline_type_t t )This method is from 'Graphics' class.
Graphics::SetLineWidth ( int size )This method is from 'Graphics' class.
Graphics::SetPixel ( int xp, int yp, uint32_t pixel )This method is from 'Graphics' class.
Graphics::SetPorterDuffFlags ( jporter_duff_flags_t t )This method is from 'Graphics' class.
Graphics::SetRGB ( int xp, int yp, uint32_t rgb )This method is from 'Graphics' class.
Graphics::SetRGB ( uint32_t* rgb, int xp, int yp, int wp, int hp, int scanline )This method is from 'Graphics' class.
Graphics::Unlock ( )This method is from 'Graphics' class.
NullGraphics::DrawArc ( int xcp, int ycp, int rxp, int ryp, double start_angle, double end_angle )This method is from derived class 'NullGraphics'.
NullGraphics::DrawBevelRectangle ( int x, int y, int w, int h, int dx, int dy )This method is from derived class 'NullGraphics'.
NullGraphics::DrawBezierCurve ( jpoint_t* points, int n_points )This method is from derived class 'NullGraphics'.
NullGraphics::DrawCircle ( int xp, int yp, int raio )This method is from derived class 'NullGraphics'.
NullGraphics::DrawGlyph ( int symbol, int xp, int yp )This method is from derived class 'NullGraphics'.
NullGraphics::DrawImage ( OffScreenImage* img, int x, int y, int w, int h, int alpha )This method is from derived class 'NullGraphics'.
NullGraphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int alpha )This method is from derived class 'NullGraphics'.
NullGraphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int w, int h, int alpha )This method is from derived class 'NullGraphics'.
NullGraphics::DrawImage ( std::string img, int x, int y, int alpha )This method is from derived class 'NullGraphics'.
NullGraphics::DrawImage ( std::string img, int x, int y, int w, int h, int alpha )This method is from derived class 'NullGraphics'.
NullGraphics::DrawImage ( std::string img, int sx, int sy, int sw, int sh, int x, int y, int alpha )This method is from derived class 'NullGraphics'.
NullGraphics::DrawImage ( std::string img, int sx, int sy, int sw, int sh, int x, int y, int w, int h, int alpha )This method is from derived class 'NullGraphics'.
NullGraphics::DrawLine ( int xp, int yp, int xf, int yf )This method is from derived class 'NullGraphics'.
NullGraphics::DrawPolygon ( int x, int y, jpoint_t* p, int num, bool close )This method is from derived class 'NullGraphics'.
NullGraphics::DrawRectangle ( int x, int y, int w, int h )This method is from derived class 'NullGraphics'.
NullGraphics::DrawRoundRectangle ( int x, int y, int w, int h, int raio )This method is from derived class 'NullGraphics'.
NullGraphics::DrawString ( std::string s, int x, int y )This method is from derived class 'NullGraphics'.
NullGraphics::DrawString ( std::string full_text, int x, int y, int width, int height, jhorizontal_align_t halign, jvertical_align_t valign )This method is from derived class 'NullGraphics'.
NullGraphics::DrawTriangle ( int x1, int y1, int x2, int y2, int x3, int y3 )This method is from derived class 'NullGraphics'.
NullGraphics::FillArc ( int xcp, int ycp, int rxp, int ryp, double start_angle, double end_angle )This method is from derived class 'NullGraphics'.
NullGraphics::FillBevelRectangle ( int x, int y, int w, int h, int dx, int dy )This method is from derived class 'NullGraphics'.
NullGraphics::FillCircle ( int xp, int yp, int raio )This method is from derived class 'NullGraphics'.
NullGraphics::FillGradientRectangle ( int x, int y, int w, int h, int sr, int sg, int sb, int sa, int dr, int dg, int db, int da, bool horizontal )This method is from derived class 'NullGraphics'.
NullGraphics::FillPolygon ( int x, int y, jpoint_t* p, int num )This method is from derived class 'NullGraphics'.
NullGraphics::FillRectangle ( int x, int y, int w, int h )This method is from derived class 'NullGraphics'.
NullGraphics::FillRoundRectangle ( int x, int y, int w, int h, int raio )This method is from derived class 'NullGraphics'.
NullGraphics::FillTriangle ( int x1, int y1, int x2, int y2, int x3, int y3 )This method is from derived class 'NullGraphics'.
NullGraphics::GetClipBounds ( )This method is from derived class 'NullGraphics'.
NullGraphics::GetClipHeight ( )This method is from derived class 'NullGraphics'.
NullGraphics::GetClipWidth ( )This method is from derived class 'NullGraphics'.
NullGraphics::GetClipX ( )This method is from derived class 'NullGraphics'.
NullGraphics::GetClipY ( )This method is from derived class 'NullGraphics'.
NullGraphics::GetLineStyle ( )This method is from derived class 'NullGraphics'.
NullGraphics::GetLineType ( )This method is from derived class 'NullGraphics'.
NullGraphics::GetLineWidth ( )This method is from derived class 'NullGraphics'.
NullGraphics::GetPixel ( int xp, int yp )This method is from derived class 'NullGraphics'.
NullGraphics::GetRGB ( int xp, int yp, uint32_t pixel )This method is from derived class 'NullGraphics'.
NullGraphics::GetRGBArray ( int startxp, int startyp, int widthp, int heightp, uint32_t** rgb, int offset, int scansize )This method is from derived class 'NullGraphics'.
NullGraphics::Reset ( )This method is from derived class 'NullGraphics'.
NullGraphics::SetBlittingFlags ( jblitting_flags_t t )This method is from derived class 'NullGraphics'.
NullGraphics::SetDrawingFlags ( jdrawing_flags_t t )This method is from derived class 'NullGraphics'.
NullGraphics::SetLineStyle ( jline_style_t t )This method is from derived class 'NullGraphics'.
NullGraphics::SetLineType ( jline_type_t t )This method is from derived class 'NullGraphics'.
NullGraphics::SetLineWidth ( int size )This method is from derived class 'NullGraphics'.
NullGraphics::SetPixel ( int xp, int yp, uint32_t pixel )This method is from derived class 'NullGraphics'.
NullGraphics::SetPorterDuffFlags ( jporter_duff_flags_t t )This method is from derived class 'NullGraphics'.
NullGraphics::SetRGB ( int xp, int yp, int rgb )This method is from derived class 'NullGraphics'.
NullGraphics::SetRGB ( uint32_t* rgb, int x, int y, int w, int h, int scanline )This method is from derived class 'NullGraphics'.