Home | History | Annotate | Download | only in haiku

Lines Matching refs:GraphicsContext

29 #include "GraphicsContext.h"
64 void GraphicsContext::platformInit(PlatformGraphicsContext* context)
70 void GraphicsContext::platformDestroy()
75 PlatformGraphicsContext* GraphicsContext::platformContext() const
80 void GraphicsContext::savePlatformState()
85 void GraphicsContext::restorePlatformState()
91 void GraphicsContext::drawRect(const IntRect& rect)
102 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2)
114 void GraphicsContext::drawEllipse(const IntRect& rect)
124 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
132 void GraphicsContext::strokePath(const Path&)
137 void GraphicsContext::drawConvexPolygon(size_t pointsLength, const FloatPoint* points, bool shouldAntialias)
152 void GraphicsContext::clipConvexPolygon(size_t numPoints, const FloatPoint* points, bool antialiased)
163 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace)
174 void GraphicsContext::fillRect(const FloatRect& rect)
180 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
191 void GraphicsContext::fillPath(const Path&)
196 void GraphicsContext::clip(const FloatRect& rect)
205 void GraphicsContext::drawFocusRing(const Path& path, int width, int offset, const Color& color)
210 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int /* width */, int /* offset */, const Color& color)
229 void GraphicsContext::drawLineForText(const IntPoint& origin, int width, bool printing)
238 void GraphicsContext::drawLineForTextChecking(const IntPoint&, int width, TextCheckingLineStyle)
246 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect)
252 void GraphicsContext::beginTransparencyLayer(float opacity)
260 void GraphicsContext::endTransparencyLayer()
268 void GraphicsContext::clearRect(const FloatRect& rect)
276 void GraphicsContext::strokeRect(const FloatRect& rect, float width)
287 void GraphicsContext::setLineCap(LineCap lineCap)
308 void GraphicsContext::setLineJoin(LineJoin lineJoin)
329 void GraphicsContext::setMiterLimit(float limit)
337 void GraphicsContext::setAlpha(float opacity)
345 void GraphicsContext::setPlatformCompositeOperation(CompositeOperator op)
360 printf("GraphicsContext::setPlatformCompositeOperation: Unsupported composite operation %s\n",
366 void GraphicsContext::clip(const Path& path)
374 void GraphicsContext::canvasClip(const Path& path)
379 void GraphicsContext::clipOut(const Path& path)
387 void GraphicsContext::clipToImageBuffer(const FloatRect&, const ImageBuffer*)
392 AffineTransform GraphicsContext::getCTM() const
398 void GraphicsContext::translate(float x, float y)
406 void GraphicsContext::rotate(float radians)
414 void GraphicsContext::scale(const FloatSize& size)
422 void GraphicsContext::clipOut(const IntRect& rect)
430 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness)
438 void GraphicsContext::concatCTM(const AffineTransform& transform)
446 void GraphicsContext::setCTM(const AffineTransform& transform)
454 void GraphicsContext::setPlatformShouldAntialias(bool enable)
462 void GraphicsContext::setImageInterpolationQuality(InterpolationQuality)
466 InterpolationQuality GraphicsContext::imageInterpolationQuality() const
472 void GraphicsContext::setURLForRect(const KURL& link, const IntRect& destRect)
477 void GraphicsContext::setPlatformFont(const Font& font)
482 void GraphicsContext::setPlatformStrokeColor(const Color& color, ColorSpace colorSpace)
490 pattern GraphicsContext::getHaikuStrokeStyle()
510 void GraphicsContext::setPlatformStrokeStyle(StrokeStyle strokeStyle)
516 void GraphicsContext::setPlatformStrokeThickness(float thickness)
524 void GraphicsContext::setPlatformFillColor(const Color& color, ColorSpace colorSpace)
532 void GraphicsContext::clearPlatformShadow()
537 void GraphicsContext::setPlatformShadow(FloatSize const&, float, Color const&, ColorSpace)