CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::GraphicsContext Member List

This is the complete list of members for CeresEngine::GraphicsContext, including all inherited members.

allocatorCeresEngine::GraphicsContext
clear(const Rect2 &target, const Color &color=Color::zero)CeresEngine::GraphicsContext
draw(const HTexture &texture, const Rect2 &rect, const Color &tintColor=Color::white)CeresEngine::GraphicsContextinline
draw(const TexturePtr &texture, const Rect2 &rect, const Color &tintColor=Color::white)CeresEngine::GraphicsContext
draw(const Shape &shape)CeresEngine::GraphicsContext
draw(Shape &&shape)CeresEngine::GraphicsContext
draw(TextLayoutManager &layoutManager, Vector2 offset=Vector2(0.0), const Color &tintColor=Color::white)CeresEngine::GraphicsContext
draw(RawGraphicsCommand::Command &&command)CeresEngine::GraphicsContext
drawOverlay(const Rect2 &area)CeresEngine::GraphicsContext
fill(BezierPath &&path, const Paint &paint, Shape::BlendMode blendMode=Shape::BlendMode::Normal)CeresEngine::GraphicsContext
fill(const BezierPath &path, const Paint &paint, Shape::BlendMode blendMode=Shape::BlendMode::Normal)CeresEngine::GraphicsContext
GraphicsContext(GraphicsCommandBuffer &commandBuffer, const AffineTransform &transform=AffineTransform())CeresEngine::GraphicsContextexplicit
GraphicsContext(GraphicsContext &parent, const AffineTransform &transform=AffineTransform())CeresEngine::GraphicsContextexplicit
mCommandBufferCeresEngine::GraphicsContext
mParentCeresEngine::GraphicsContext
mStateCeresEngine::GraphicsContext
resetClipRect()CeresEngine::GraphicsContext
setClipRect(const Rect2 &area)CeresEngine::GraphicsContext
stroke(BezierPath &&path, const Paint &paint, double lineWidth=1.0, Shape::BlendMode blendMode=Shape::BlendMode::Normal, Shape::LineCapStyle lineCapStyle=Shape::LineCapStyle::Butt, Shape::LineJoinStyle lineJoinStyle=Shape::LineJoinStyle::Miter, double miterLimit=10.0)CeresEngine::GraphicsContext
stroke(const BezierPath &path, const Paint &paint, double lineWidth=1.0, Shape::BlendMode blendMode=Shape::BlendMode::Normal, Shape::LineCapStyle lineCapStyle=Shape::LineCapStyle::Butt, Shape::LineJoinStyle lineJoinStyle=Shape::LineJoinStyle::Miter, double miterLimit=10.0)CeresEngine::GraphicsContext