Home | History | Annotate | Download | only in core

Lines Matching refs:Style

4  * Use of this source code is governed by a BSD-style license that can be
21 SkStrokeRec(InitStyle style);
26 enum Style {
33 Style getStyle() const;
52 * strokeAndFill==true -> new style will be Fill
53 * strokeAndFill==false -> new style will be Hairline
68 Style style = this->getStyle();
69 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
76 * If there was no change (i.e. style == hairline or fill) this returns