Lines Matching defs:style
4 * Use of this source code is governed by a BSD-style license that can be
201 Has no effect if style is not a legal SkPaint::Style value.
206 void setStyle(Style style);
209 * Set paint's style to kStroke if true, or kFill if false.
390 @return true if the path represents style fill, or false if it represents hairline
400 Replaces dst with the src path modified by SkPathEffect and style stroke.
405 @return true if the path represents style fill, or false if it represents hairline
655 SkPaint::Style style = this->getStyle();
657 if (kFill_Style == style) {
667 return this->doComputeFastBounds(orig, storage, style);
688 @param style overrides SkPaint::Style
692 Style style) const;