HomeSort by relevance Sort by last modified time
    Searched refs:mutableState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 118 void setStrokeThickness(float thickness) { mutableState()->setStrokeThickness(thickness); }
121 void setStrokeStyle(StrokeStyle style) { mutableState()->setStrokeStyle(style); }
124 void setStrokeColor(const Color& color) { mutableState()->setStrokeColor(color); }
133 void setLineCap(LineCap cap) { mutableState()->setLineCap(cap); }
134 void setLineDash(const DashArray& dashes, float dashOffset) { mutableState()->setLineDash(dashes, dashOffset); }
135 void setLineJoin(LineJoin join) { mutableState()->setLineJoin(join); }
136 void setMiterLimit(float limit) { mutableState()->setMiterLimit(limit); }
139 void setFillRule(WindRule fillRule) { mutableState()->setFillRule(fillRule); }
142 void setFillColor(const Color& color) { mutableState()->setFillColor(color); }
156 void setShouldAntialias(bool antialias) { mutableState()->setShouldAntialias(antialias);
    [all...]
GraphicsContext.cpp 255 mutableState()->setStrokePattern(pattern);
268 mutableState()->setStrokeGradient(gradient);
282 mutableState()->setFillPattern(pattern);
296 mutableState()->setFillGradient(gradient);
322 mutableState()->setDrawLooper(drawLooperBuilder->detachDrawLooper());
330 mutableState()->clearDrawLooper();
396 mutableState()->setCompositeOperation(compositeOperation, blendMode);
406 GraphicsContextState* stateToSet = mutableState();
    [all...]

Completed in 39 milliseconds