Home
last modified time | relevance | path

Searched defs:SkPaintFields (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tools/viewer/
DViewer.h60 struct SkPaintFields { struct
61 bool fPathEffect = false;
62 bool fShader = false;
63 bool fMaskFilter = false;
64 bool fColorFilter = false;
65 bool fDrawLooper = false;
66 bool fImageFilter = false;
68 bool fColor = false;
69 bool fWidth = false;
70 bool fMiterLimit = false;
[all …]
/third_party/skia/tools/viewer/
DViewer.h82 struct SkPaintFields { struct
83 bool overridesSomething() const { in overridesSomething()
101 bool fPathEffect = false;
102 bool fShader = false;
103 bool fMaskFilter = false;
104 bool fColorFilter = false;
105 bool fImageFilter = false;
107 bool fColor = false;
108 bool fStrokeWidth = false;
109 bool fMiterLimit = false;
[all …]