/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Arcs.java | 58 mPaints[0].setStyle(Paint.Style.FILL); 67 mPaints[2].setStyle(Paint.Style.STROKE); 85 mFramePaint.setStyle(Paint.Style.STROKE);
|
PolyToPoly.java | 47 mPaint.setStyle(Paint.Style.STROKE); 53 mPaint.setStyle(Paint.Style.FILL); 67 // for when the style is STROKE
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPaint.java | 19 private Paint.Style style; field in class:ShadowPaint 79 public void setStyle(Paint.Style style) { 80 this.style = style; 84 public Paint.Style getStyle() { 85 return style;
|
/external/skia/src/core/ |
SkStrokeRec.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { 31 void SkStrokeRec::init(const SkPaint& paint, SkPaint::Style style, SkScalar resScale) { 34 switch (style) { 54 SkDEBUGFAIL("unknown paint style"); 61 // copy these from the paint, regardless of our "style" 67 SkStrokeRec::Style SkStrokeRec::getStyle() const {
|
/frameworks/base/core/jni/android/graphics/ |
Typeface.cpp | 29 static jlong Typeface_createFromTypeface(JNIEnv* env, jobject, jlong familyHandle, jint style) { 31 Typeface* face = Typeface::createFromTypeface(family, (SkTypeface::Style)style); 35 face = Typeface::createFromTypeface(family, (SkTypeface::Style)(style ^ SkTypeface::kItalic)); 38 face = Typeface::createFromTypeface(family, (SkTypeface::Style)i);
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
PathDestructionActivity.java | 53 strokePaint.setStyle(Paint.Style.STROKE); 54 fillPaint.setStyle(Paint.Style.FILL); 55 fillAndStrokePaint.setStyle(Paint.Style.FILL_AND_STROKE);
|
ScaledPathsActivity.java | 49 mPathPaint.setStyle(Paint.Style.FILL); 66 mPathPaint.setStyle(Paint.Style.FILL); 75 mPathPaint.setStyle(Paint.Style.STROKE);
|
TextActivity.java | 89 mMediumPaint.setStyle(Paint.Style.FILL_AND_STROKE); 93 mMediumPaint.setStyle(Paint.Style.FILL); 97 mMediumPaint.setStyle(Paint.Style.STROKE); 102 mMediumPaint.setStyle(Paint.Style.FILL);
|
/external/clang/lib/Format/ |
TokenAnnotator.h | 143 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) 144 : Style(Style), Keywords(Keywords) {} 174 const FormatStyle &Style;
|
UnwrappedLineParser.h | 63 UnwrappedLineParser(const FormatStyle &Style, 160 const FormatStyle &Style;
|
FormatToken.h | 415 bool opensBlockOrBlockTypeList(const FormatStyle &Style) const { 419 (!Style.Cpp11BracedListStyle && NestingLevel == 0))); 423 bool closesBlockOrBlockTypeList(const FormatStyle &Style) const { 424 return MatchingParen && MatchingParen->opensBlockOrBlockTypeList(Style); 438 TokenRole(const FormatStyle &Style) : Style(Style) {} 469 const FormatStyle &Style; 474 CommaSeparatedList(const FormatStyle &Style) 475 : TokenRole(Style), HasNestedBracedList(false) { [all...] |
BreakableToken.cpp | 141 Style.TabWidth, Encoding); 147 encoding::Encoding Encoding, const FormatStyle &Style) 148 : BreakableToken(Tok, IndentLevel, InPPDirective, Encoding, Style), 158 encoding::Encoding Encoding, const FormatStyle &Style) 160 InPPDirective, Encoding, Style) {} 167 ColumnLimit, Style.TabWidth, Encoding); 202 bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) 205 InPPDirective, Encoding, Style) { 222 ColumnLimit, Style.TabWidth, Encoding); 255 encoding::Encoding Encoding, const FormatStyle &Style) [all...] |
/external/skia/src/animator/ |
SkPaintPart.h | 4 * Use of this source code is governed by a BSD-style license that can be 66 return SkTypeface::CreateFromName(fontName.c_str(), style); } 70 SkTypeface::Style style; member in class:SkDrawTypeface
|
/frameworks/support/v4/java/android/support/v4/media/ |
RatingCompat.java | 30 * A rating is defined by its rating style (see {@link #RATING_HEART}, 45 public @interface Style {} 55 * Indicates a rating style is not supported. A Rating will never have this 62 * A rating style with a single degree of rating, "heart" vs "no heart". Can be used to 68 * A rating style for "thumb up" vs "thumb down". 73 * A rating style with 0 to 3 stars. 78 * A rating style with 0 to 4 stars. 83 * A rating style with 0 to 5 stars. 88 * A rating style expressed as a percentage. 99 private RatingCompat(@Style int ratingStyle, float rating) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
CategorySelected.java | 25 mPaint.setStyle(Paint.Style.STROKE);
|
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
ArcShapeTest.java | 26 import android.graphics.Paint.Style; 55 paint.setStyle(Style.FILL);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
LivePointerIconButton.java | 56 paint.setStyle(Paint.Style.STROKE); 77 paint.setStyle(Paint.Style.FILL);
|
/external/skia/include/core/ |
SkMaskFilter.h | 5 * Use of this source code is governed by a BSD-style license that can be 231 SkPaint::Style) const; 238 SkBlitter*, SkPaint::Style style) const;
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
TextViewWithCircularIndicator.java | 24 import android.graphics.Paint.Style; 60 mCirclePaint.setStyle(Style.FILL);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImagePoint.java | 24 import android.graphics.Paint.Style; 64 paint.setStyle(Style.STROKE);
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
NotificationState.java | 63 public NotificationCompat.Style mNotificationStyle; 93 * @return The style of the notification. 95 protected abstract NotificationCompat.Style build(NotificationCompat.Builder builder);
|
/external/llvm/lib/Target/X86/ |
X86Subtarget.h | 37 enum Style { 64 /// Which PIC style to use 65 PICStyles::Style PICStyle; 336 PICStyles::Style getPICStyle() const { return PICStyle; } 337 void setPICStyle(PICStyles::Style Style) { PICStyle = Style; }
|
/external/clang/include/clang/Format/ |
Format.h | 179 /// \brief The function definition return type breaking style to use. This 183 /// \brief The function declaration return type breaking style to use. 206 /// \brief The style of breaking before or after binary operators. 243 /// \brief The brace breaking style to use. 384 /// (http://llvm.org/docs/CodingStandards.html#include-style). However, you 433 /// \brief Language, this format style is targeted at. 488 /// \brief The & and * alignment style. 498 /// \brief Pointer and reference alignment style. 507 /// \brief If \c true, a space may be inserted after C style casts. 522 /// when determined by other style rules (after unary operators, openin [all...] |
/libcore/luni/src/main/java/libcore/icu/ |
RelativeDateTimeFormatter.java | 120 android.icu.text.RelativeDateTimeFormatter.Style style; local 122 style = android.icu.text.RelativeDateTimeFormatter.Style.SHORT; 124 style = android.icu.text.RelativeDateTimeFormatter.Style.LONG; 168 str = getFormatter(icuLocale, style, displayContext) 175 str = getFormatter(icuLocale, style, displayContext) 222 getFormatter(icuLocale, style, displayContext); 277 android.icu.text.RelativeDateTimeFormatter.Style style local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
SimpleDateFormat.java | 33 import android.icu.text.TimeZoneFormat.Style; 77 * <th style="text-align: center">Sym.</th> 78 * <th style="text-align: center">No.</th> 84 * <td style="text-align: center" rowspan="3">G</td> 85 * <td style="text-align: center">1..3</td> 91 * <td style="text-align: center">4</td> 95 * <td style="text-align: center">5</td> 100 * <td style="text-align: center">y</td> 101 * <td style="text-align: center">1..n</td> 104 * length. Example:<div style="text-align: center" 3146 Style style = (count < 4) ? Style.SPECIFIC_SHORT : Style.SPECIFIC_LONG; local 3156 Style style = (count < 4) ? Style.ISO_BASIC_LOCAL_FULL : ((count == 5) ? Style.ISO_EXTENDED_FULL : Style.LOCALIZED_GMT); local 3167 Style style = (count < 4) ? Style.GENERIC_SHORT : Style.GENERIC_LONG; local 3177 Style style = null; local 3201 Style style = (count < 4) ? Style.LOCALIZED_GMT_SHORT : Style.LOCALIZED_GMT; local 3211 Style style; local 3238 Style style; local [all...] |