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

1 2

  /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 27 * The Paint class holds the style and color information about how to draw
77 static final Style[] sStyleArray = {
78 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
231 * The Style specifies if the primitive being drawn is filled, stroked, or
234 public enum Style {
236 * Geometry and text drawn with this style will be filled, ignoring all
241 * Geometry and text drawn with this style will be stroked, respecting
246 * Geometry and text drawn with this style will be both filled an
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
bubble_window.h 2 // Use of this source code is governed by a BSD-style license that can be
26 enum Style {
27 STYLE_GENERIC = 0, // Default style.
35 Style style,
  /external/skia/include/effects/
Sk1DPathEffect.h 5 * Use of this source code is governed by a BSD-style license that can be
42 enum Style {
54 @param style how to transform path at each point (based on the current
57 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
82 Style fStyle; // copied from constructor
  /external/skia/src/effects/
SkBlurMask.h 5 * Use of this source code is governed by a BSD-style license that can be
17 enum Style {
32 SkScalar radius, Style style, Quality quality,
  /external/skia/include/core/
SkTypeface.h 5 * Use of this source code is governed by a BSD-style license that can be
24 The SkTypeface class specifies the typeface and intrinsic style of a font.
33 /** Style specifies the intrinsic style attributes of a given typeface
35 enum Style {
44 /** Returns the typeface's intrinsic style attributes
46 Style style() const { return fStyle; } function in class:SkTypeface
77 requested familyName and style. Pass null as the familyName to return
78 the default font for the requested style. Will never return nul
    [all...]
SkPaint.h 5 * Use of this source code is governed by a BSD-style license that can be
42 The SkPaint class holds the style and color information about how to draw
287 enum Style {
295 /** Return the paint's style, used for controlling how primitives'
298 @return the paint's Style
300 Style getStyle() const { return (Style)fStyle; }
302 /** Set the paint's style, used for controlling how primitives'
305 @param style The new style to set in the pain
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.h 2 // Use of this source code is governed by a BSD-style license that can be
34 enum Style {
43 Style style);
81 Style style_;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 2 // Use of this source code is governed by a BSD-style license that can be
46 enum Style {
53 ACMatchClassification(size_t offset, int style)
55 style(style) {
61 int style; member in struct:AutocompleteMatch::ACMatchClassification
110 // Fills in the classifications for |text|, using |style| as the base style
112 // will also not be dimmed, if |style| has DIM set.)
115 int style,
    [all...]
  /external/skia/samplecode/
SampleDraw.cpp 5 * Use of this source code is governed by a BSD-style license that can be
163 enum Style {
170 RDraw(const SkRect& r, Style s) : fRect(r), fStyle(s) {}
223 Style fStyle;
  /frameworks/base/graphics/java/android/renderscript/
Font.java 78 public enum Style {
135 static String getFontFileName(String familyName, Style style) {
138 switch(style) {
240 static public Font create(RenderScript rs, Resources res, String familyName, Style fontStyle, float pointSize) {
  /sdk/assetstudio/src/com/android/assetstudiolib/
GraphicGenerator.java 76 public static enum Style {
87 Style(String id) {
  /frameworks/base/libs/hwui/
FontRenderer.h 145 enum Style {
169 int flags, uint32_t italicStyle, uint32_t scaleX, SkPaint::Style style,
191 uint32_t scaleX, SkPaint::Style style, uint32_t strokeWidth);
228 SkPaint::Style mStyle;
  /frameworks/base/media/java/android/media/
TimedText.java 66 private static final int KEY_STRUCT_STYLE_LIST = 13; // List<Style>
102 private List<Style> mStyleList = null;
167 * Helper class to hold the style information to display the text.
171 public static final class Style {
173 * The offset of the start character which applys this style
178 * The offset of the end character which applys this style
216 * @param startChar the offset of the start character which applys this style
217 * @param endChar the offset of the end character which applys this style
225 public Style(int startChar, int endChar, int fontId,
529 * To parse and store the Style list
583 Style style = new Style(startChar, endChar, fontId, isBold, local
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 123 BigTextStyle style = (BigTextStyle) b.mStyle; local
124 jbBuilder.addBigTextStyle(style.mBigContentTitle,
125 style.mSummaryTextSet,
126 style.mSummaryText,
127 style.mBigText);
129 InboxStyle style = (InboxStyle) b.mStyle; local
130 jbBuilder.addInboxStyle(style.mBigContentTitle,
131 style.mSummaryTextSet,
132 style.mSummaryText,
133 style.mTexts)
135 BigPictureStyle style = (BigPictureStyle) b.mStyle; local
    [all...]
  /external/freetype/include/freetype/
tttables.h 447 FT_UShort Style;
    [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 33 enum Style {
59 /// PICStyle - Which PIC style to use
61 PICStyles::Style PICStyle;
188 PICStyles::Style getPICStyle() const { return PICStyle; }
189 void setPICStyle(PICStyles::Style Style) { PICStyle = Style; }
  /frameworks/base/core/java/android/app/
Notification.java 953 private Style mStyle;
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 848 milliseconds

1 2