Searched defs:immutableState (Results 1 - 1 of 1) 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...]

Completed in 502 milliseconds