HomeSort by relevance Sort by last modified time
    Searched defs:Style (Results 1 - 14 of 14) sorted by null

  /external/skia/src/effects/
SkBlurMask.h 25 enum Style {
34 static bool Blur(SkMask* dst, const SkMask& src, SkScalar radius, Style);
  /frameworks/base/graphics/java/android/graphics/
PathDashPathEffect.java 21 public enum Style {
26 Style(int value) {
34 * applies to drawings when the paint's style is STROKE or STROKE_AND_FILL.
35 * If the paint's style is FILL, then this effect is ignored. The paint's
40 * @param style how to transform the shape at each position as it is stamped
43 Style style) {
45 style.native_style);
Paint.java 25 * The Paint class holds the style and color information about how to draw
43 private static final Style[] sStyleArray = {
44 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
79 * The Style specifies if the primitive being drawn is filled,
82 public enum Style {
84 * Geometry and text drawn with this style will be filled, ignoring all
89 * Geometry and text drawn with this style will be stroked, respecting
94 * Geometry and text drawn with this style will be both filled an
    [all...]
  /external/skia/include/core/
SkTypeface.h 27 The SkTypeface class specifies the typeface and intrinsic style of a font.
36 /** Style specifies the intrinsic style attributes of a given typeface
38 enum Style {
47 /** Returns the typeface's intrinsic style attributes
49 Style style() const { return fStyle; } function in class:SkTypeface
76 requested familyName and style. Pass null as the familyName to return
77 the default font for the requested style. Will never return null
80 @param style The style (normal, bold, italic) of the typeface
    [all...]
SkPaint.h 48 The SkPaint class holds the style and color information about how to draw
277 enum Style {
285 /** Return the paint's style, used for controlling how primitives'
288 @return the paint's Style
290 Style getStyle() const { return (Style)fStyle; }
292 /** Set the paint's style, used for controlling how primitives'
295 @param style The new style to set in the paint
297 void setStyle(Style style)
    [all...]
  /external/skia/include/effects/
Sk1DPathEffect.h 49 enum Style {
61 @param style how to transform path at each point (based on the current
64 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
83 Style fStyle; // copied from constructor
  /external/freetype/include/freetype/
tttables.h 447 FT_UShort Style;
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 178 milliseconds