|
Raylib C++
1.0.0
Encapsulates the raylib library
|
This is the complete list of members for raylib::image::ImageDrawHelper, including all inherited members.
| clearBackground(image::RlImage &dst, const RlColor &color) | raylib::image::ImageDrawHelper | static |
| drawCircle(image::RlImage &dst, int centerX, int centerY, int radius, const RlColor &color) | raylib::image::ImageDrawHelper | static |
| drawCircle(image::RlImage &dst, const Vector2f ¢er, int radius, const RlColor &color) | raylib::image::ImageDrawHelper | static |
| drawImage(image::RlImage &dst, const image::RlImage &src, const Rectangle &srcRec, const Rectangle &dstRec, const RlColor &tint) | raylib::image::ImageDrawHelper | static |
| drawImageText(image::RlImage &dst, const std::string &text, int posX, int posY, int fontSize, const RlColor &color) | raylib::image::ImageDrawHelper | static |
| drawImageText(image::RlImage &dst, const raylib::text::RlFont &font, const std::string &text, const Vector2f &position, float fontSize, float spacing, const RlColor &tint) | raylib::image::ImageDrawHelper | static |
| drawLine(image::RlImage &dst, int startPosX, int startPosY, int endPosX, int endPosY, const RlColor &color) | raylib::image::ImageDrawHelper | static |
| drawLine(image::RlImage &dst, const Vector2f &start, const Vector2f &end, const RlColor &color) | raylib::image::ImageDrawHelper | static |
| drawPixel(image::RlImage &dst, int posX, int posY, const RlColor &color) | raylib::image::ImageDrawHelper | static |
| drawPixel(image::RlImage &dst, const Vector2f &position, const RlColor &color) | raylib::image::ImageDrawHelper | static |
| drawRectangle(image::RlImage &dst, int posX, int posY, int width, int height, const RlColor &color) | raylib::image::ImageDrawHelper | static |
| drawRectangle(image::RlImage &dst, const Vector2f &position, const Vector2f &size, const RlColor &color) | raylib::image::ImageDrawHelper | static |
| drawRectangleLines(image::RlImage &dst, const Rectangle &rec, int thick, const RlColor &color) | raylib::image::ImageDrawHelper | static |
| drawRectangleRec(image::RlImage &dst, const Rectangle &rec, const RlColor &color) | raylib::image::ImageDrawHelper | static |
1.8.17