Home | History | Annotate | Download | only in effects

Lines Matching refs:Style

5  * Use of this source code is governed by a BSD-style license that can be
36 SkScalar phase, Style style) : fPath(path)
61 if ((unsigned)style > kMorph_Style) {
62 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style));
64 fStyle = style;
155 Style style = (Style)buffer.readUInt();
156 return SkPath1DPathEffect::Create(path, advance, phase, style);
189 SkDEBUGFAIL("unknown Style enum");
199 // TODO: add path and style
208 Style style) {
212 return new SkPath1DPathEffect(path, advance, phase, style);