Searched refs:immutableState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h117 float strokeThickness() const { return immutableState()->strokeData().thickness(); }
120 StrokeStyle strokeStyle() const { return immutableState()->strokeData().style(); }
123 Color strokeColor() const { return immutableState()->strokeColor(); }
125 SkColor effectiveStrokeColor() const { return immutableState()->effectiveStrokeColor(); }
127 Pattern* strokePattern() const { return immutableState()->strokePattern(); }
130 Gradient* strokeGradient() const { return immutableState()->strokeGradient(); }
138 WindRule fillRule() const { return immutableState()->fillRule(); }
141 Color fillColor() const { return immutableState()->fillColor(); }
143 SkColor effectiveFillColor() const { return immutableState()->effectiveFillColor(); }
146 Pattern* fillPattern() const { return immutableState()
424 const GraphicsContextState* immutableState() const { return m_paintState; } function in class:blink::GraphicsContext
[all...]
H A DGraphicsContext.cpp335 return !!immutableState()->drawLooper();
401 return immutableState()->colorFilter();
450 beginLayer(opacity, immutableState()->compositeOperator(), bounds);
593 SkPaint paint(immutableState()->fillPaint());
598 drawPath(path, immutableState()->strokePaint());
775 SkPaint paint(immutableState()->strokePaint(length));
958 paint = immutableState()->fillPaint();
986 int fillcolorNotTransparent = immutableState()->fillColor().rgb() & 0xFF000000;
988 drawRect(skRect, immutableState()->fillPaint());
990 if (immutableState()
[all...]

Completed in 140 milliseconds