Home | History | Annotate | Download | only in cg

Lines Matching full:graphicscontext

29 #include "GraphicsContext.h"
145 GraphicsContext::GraphicsContext(CGContextRef cgContext)
157 GraphicsContext::~GraphicsContext()
163 CGContextRef GraphicsContext::platformContext() const
170 void GraphicsContext::savePlatformState()
178 void GraphicsContext::restorePlatformState()
188 void GraphicsContext::drawRect(const IntRect& rect)
217 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2)
335 void GraphicsContext::drawEllipse(const IntRect& rect)
355 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
443 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool antialiased)
468 void GraphicsContext::applyStrokePattern()
483 void GraphicsContext::applyFillPattern()
525 void GraphicsContext::drawPath()
558 void GraphicsContext::fillPath()
585 void GraphicsContext::strokePath()
610 void GraphicsContext::fillRect(const FloatRect& rect)
634 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace)
651 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
670 void GraphicsContext::clip(const FloatRect& rect)
678 void GraphicsContext::clipOut(const IntRect& rect)
689 void GraphicsContext::clipOutEllipseInRect(const IntRect& rect)
700 void GraphicsContext::clipPath(WindRule clipRule)
715 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness)
732 void GraphicsContext::clipToImageBuffer(const FloatRect& rect, const ImageBuffer* imageBuffer)
744 void GraphicsContext::beginTransparencyLayer(float opacity)
756 void GraphicsContext::endTransparencyLayer()
767 void GraphicsContext::setPlatformShadow(const IntSize& offset, int blur, const Color& color, ColorSpace colorSpace)
821 void GraphicsContext::clearPlatformShadow()
828 void GraphicsContext::setMiterLimit(float limit)
835 void GraphicsContext::setAlpha(float alpha)
842 void GraphicsContext::clearRect(const FloatRect& r)
849 void GraphicsContext::strokeRect(const FloatRect& r, float lineWidth)
875 void GraphicsContext::setLineCap(LineCap cap)
892 void GraphicsContext::setLineDash(const DashArray& dashes, float dashOffset)
897 void GraphicsContext::setLineJoin(LineJoin join)
914 void GraphicsContext::beginPath()
919 void GraphicsContext::addPath(const Path& path)
924 void GraphicsContext::clip(const Path& path)
935 void GraphicsContext::canvasClip(const Path& path)
940 void GraphicsContext::clipOut(const Path& path)
951 void GraphicsContext::scale(const FloatSize& size)
960 void GraphicsContext::rotate(float angle)
969 void GraphicsContext::translate(float x, float y)
978 void GraphicsContext::concatCTM(const AffineTransform& transform)
987 AffineTransform GraphicsContext::getCTM() const
993 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect)
1032 void GraphicsContext::drawLineForText(const IntPoint& point, int width, bool printing)
1081 void GraphicsContext::setURLForRect(const KURL& link, const IntRect& destRect)
1103 void GraphicsContext::setImageInterpolationQuality(InterpolationQuality mode)
1133 InterpolationQuality GraphicsContext::imageInterpolationQuality() const
1162 void GraphicsContext::setPlatformTextDrawingMode(int mode)
1199 void GraphicsContext::setPlatformStrokeColor(const Color& color, ColorSpace colorSpace)
1206 void GraphicsContext::setPlatformStrokeThickness(float thickness)
1213 void GraphicsContext::setPlatformFillColor(const Color& color, ColorSpace colorSpace)
1220 void GraphicsContext::setPlatformShouldAntialias(bool enable)
1228 void GraphicsContext::setCompositeOperation(CompositeOperator mode)