Searched defs:GraphicsContextState (Results 1 – 1 of 1) sorted by relevance
36 struct GraphicsContextState { struct37 GraphicsContextState() in GraphicsContextState() function56 int textDrawingMode;58 StrokeStyle strokeStyle;59 float strokeThickness;61 float globalAlpha;63 TransformationMatrix pathTransform;65 ColorSpace strokeColorSpace;66 Color strokeColor;67 RefPtr<Gradient> strokeGradient;[all …]