Home | History | Annotate | Download | only in context

Lines Matching defs:PlatformGraphicsContextSkia

1 #define LOG_TAG "PlatformGraphicsContextSkia"
5 #include "PlatformGraphicsContextSkia.h"
66 // PlatformGraphicsContextSkia
69 PlatformGraphicsContextSkia::PlatformGraphicsContextSkia(SkCanvas* canvas,
78 PlatformGraphicsContextSkia::~PlatformGraphicsContextSkia()
84 bool PlatformGraphicsContextSkia::isPaintingDisabled()
93 void PlatformGraphicsContextSkia::beginTransparencyLayer(float opacity)
99 void PlatformGraphicsContextSkia::endTransparencyLayer()
106 void PlatformGraphicsContextSkia::save()
113 void PlatformGraphicsContextSkia::restore()
124 void PlatformGraphicsContextSkia::concatCTM(const AffineTransform& affine)
129 void PlatformGraphicsContextSkia::rotate(float angleInRadians)
135 void PlatformGraphicsContextSkia::scale(const FloatSize& size)
140 void PlatformGraphicsContextSkia::translate(float x, float y)
145 const SkMatrix& PlatformGraphicsContextSkia::getTotalMatrix()
154 void PlatformGraphicsContextSkia::addInnerRoundedRectClip(const IntRect& rect,
172 void PlatformGraphicsContextSkia::canvasClip(const Path& path)
177 bool PlatformGraphicsContextSkia::clip(const FloatRect& rect)
182 bool PlatformGraphicsContextSkia::clip(const Path& path)
187 bool PlatformGraphicsContextSkia::clipConvexPolygon(size_t numPoints,
198 bool PlatformGraphicsContextSkia::clipOut(const IntRect& r)
203 bool PlatformGraphicsContextSkia::clipOut(const Path& path)
208 bool PlatformGraphicsContextSkia::clipPath(const Path& pathToClip, WindRule clipRule)
216 void PlatformGraphicsContextSkia::clearRect(const FloatRect& rect)
230 void PlatformGraphicsContextSkia::drawBitmapPattern(
247 void PlatformGraphicsContextSkia::drawBitmapRect(const SkBitmap& bitmap,
260 void PlatformGraphicsContextSkia::drawConvexPolygon(size_t numPoints,
294 void PlatformGraphicsContextSkia::drawEllipse(const IntRect& rect)
310 void PlatformGraphicsContextSkia::drawFocusRing(const Vector<IntRect>& rects,
338 void PlatformGraphicsContextSkia::drawHighlightForText(
357 void PlatformGraphicsContextSkia::drawLine(const IntPoint& point1,
431 void PlatformGraphicsContextSkia::drawLineForText(const FloatPoint& pt, float width)
443 void PlatformGraphicsContextSkia::drawLineForTextChecking(const FloatPoint& pt,
457 void PlatformGraphicsContextSkia::drawRect(const IntRect& rect)
479 void PlatformGraphicsContextSkia::fillPath(const Path& pathToFill, WindRule fillRule)
500 void PlatformGraphicsContextSkia::fillRect(const FloatRect& rect)
507 void PlatformGraphicsContextSkia::fillRect(const FloatRect& rect,
543 void PlatformGraphicsContextSkia::fillRoundedRect(
567 void PlatformGraphicsContextSkia::strokeArc(const IntRect& r, int startAngle,
589 void PlatformGraphicsContextSkia::strokePath(const Path& pathToStroke)
601 void PlatformGraphicsContextSkia::strokeRect(const FloatRect& rect, float lineWidth)
610 void PlatformGraphicsContextSkia::drawPosText(const void* text, size_t byteLength,
616 void PlatformGraphicsContextSkia::drawMediaButton(const IntRect& rect, RenderSkinMediaButton::MediaButton buttonType,