Searched defs:Style (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/effects/
H A DSkBlurMask.h25 enum Style { enum in class:SkBlurMask
34 static bool Blur(SkMask* dst, const SkMask& src, SkScalar radius, Style);
/external/skia/include/core/
H A DSkTypeface.h36 /** Style specifies the intrinsic style attributes of a given typeface
38 enum Style { enum in class:SkTypeface
49 Style style() const { return fStyle; }
84 static SkTypeface* CreateFromName(const char familyName[], Style style);
87 requested typeface and specified Style. Use this call if you want to
96 static SkTypeface* CreateFromTypeface(const SkTypeface* family, Style s);
124 SkTypeface(Style style, uint32_t uniqueID)
129 Style fStyle;
H A DSkPaint.h277 enum Style { enum in class:SkPaint
288 @return the paint's Style
290 Style getStyle() const { return (Style)fStyle; }
297 void setStyle(Style style);
873 SkStrokePathEffect(SkScalar width, SkPaint::Style, SkPaint::Join,
/external/skia/include/effects/
H A DSk1DPathEffect.h49 enum Style { enum in class:SkPath1DPathEffect
64 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
83 Style fStyle; // copied from constructor
/external/freetype/include/freetype/
H A Dtttables.h447 FT_UShort Style; member in struct:TT_PCLT_

Completed in 37 milliseconds