|
CeresEngine 0.2.0
A game development framework
|
This is the complete list of members for CeresEngine::GraphicsContext, including all inherited members.
| allocator | CeresEngine::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::GraphicsContext | inline |
| 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::GraphicsContext | explicit |
| GraphicsContext(GraphicsContext &parent, const AffineTransform &transform=AffineTransform()) | CeresEngine::GraphicsContext | explicit |
| mCommandBuffer | CeresEngine::GraphicsContext | |
| mParent | CeresEngine::GraphicsContext | |
| mState | CeresEngine::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 |