Home | History | Annotate | Download | only in context

Lines Matching full:platformgraphicscontext

26 #define LOG_TAG "PlatformGraphicsContext"
30 #include "PlatformGraphicsContext.h"
94 PlatformGraphicsContext::State::State()
112 PlatformGraphicsContext::State::State(const State& other)
134 PlatformGraphicsContext::State::~State()
141 void PlatformGraphicsContext::State::setShadow(int radius, int dx, int dy, SkColor c)
151 bool PlatformGraphicsContext::State::setupShadowPaint(SkPaint* paint, SkPoint* offset,
177 SkColor PlatformGraphicsContext::State::applyAlpha(SkColor c) const
190 PlatformGraphicsContext::State PlatformGraphicsContext::State::cloneInheritedProperties()
192 return PlatformGraphicsContext::State(*this);
196 // PlatformGraphicsContext
199 PlatformGraphicsContext::PlatformGraphicsContext()
205 PlatformGraphicsContext::~PlatformGraphicsContext()
213 void PlatformGraphicsContext::save()
219 void PlatformGraphicsContext::restore()
229 void PlatformGraphicsContext::setAlpha(float alpha)
234 int PlatformGraphicsContext::getNormalizedAlpha() const
244 void PlatformGraphicsContext::setCompositeOperation(CompositeOperator op)
249 bool PlatformGraphicsContext::setFillColor(const Color& c)
259 bool PlatformGraphicsContext::setFillShader(SkShader* fillShader)
276 void PlatformGraphicsContext::setLineCap(LineCap cap)
294 void PlatformGraphicsContext::setLineDash(const DashArray& dashes, float dashOffset)
312 void PlatformGraphicsContext::setLineJoin(LineJoin join)
330 void PlatformGraphicsContext::setMiterLimit(float limit)
335 void PlatformGraphicsContext::setShadow(int radius, int dx, int dy, SkColor c)
340 void PlatformGraphicsContext::setShouldAntialias(bool useAA)
345 bool PlatformGraphicsContext::setStrokeColor(const Color& c)
355 bool PlatformGraphicsContext::setStrokeShader(SkShader* strokeShader)
372 void PlatformGraphicsContext::setStrokeStyle(StrokeStyle style)
377 void PlatformGraphicsContext::setStrokeThickness(float f)
386 void PlatformGraphicsContext::setupPaintCommon(SkPaint* paint) const
415 void PlatformGraphicsContext::setupPaintFill(SkPaint* paint) const
422 bool PlatformGraphicsContext::setupPaintShadow(SkPaint* paint, SkPoint* offset) const
427 bool PlatformGraphicsContext::setupPaintStroke(SkPaint* paint, SkRect* rect,