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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 117 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()->fillPattern();
    [all...]
GraphicsContext.cpp 335 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()->strokeData().style() != NoStrok
    [all...]

Completed in 36 milliseconds