HomeSort by relevance Sort by last modified time
    Searched refs:Style (Results 76 - 100 of 394) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/
RoundRectShapeTest.java 25 import android.graphics.Paint.Style;
69 paint.setStyle(Style.FILL);
PathShapeTest.java 25 import android.graphics.Paint.Style;
58 paint.setStyle(Style.FILL);
RectShapeTest.java 25 import android.graphics.Paint.Style;
54 paint.setStyle(Style.FILL);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PolyToPoly.java 47 mPaint.setStyle(Paint.Style.STROKE);
53 mPaint.setStyle(Paint.Style.FILL);
67 // for when the style is STROKE
Regions.java 50 mPaint.setStyle(Paint.Style.STROKE);
58 // restore style
59 mPaint.setStyle(Paint.Style.FILL);
102 mPaint.setStyle(Paint.Style.FILL);
PathEffects.java 49 PathDashPathEffect.Style.ROTATE);
60 mPaint.setStyle(Paint.Style.STROKE);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
TextTest.java 89 Font.Style.NORMAL, 8.0f / metrics.density));
91 Font.Style.NORMAL, 8.0f / metrics.density));
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
TextViewWithCircularIndicator.java 24 import android.graphics.Paint.Style;
62 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);
  /external/llvm/lib/Target/X86/
X86Subtarget.h 33 enum Style {
59 /// PICStyle - Which PIC style to use
61 PICStyles::Style PICStyle;
248 PICStyles::Style getPICStyle() const { return PICStyle; }
249 void setPICStyle(PICStyles::Style Style) { PICStyle = Style; }
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 181 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style,
185 CurrentLines(&Lines), StructuralError(false), Style(Style), Tokens(NULL),
239 Line->Level += Style.IndentCaseLabels;
596 if (Style.BreakBeforeBraces == FormatStyle::BS_Linux ||
597 Style.BreakBeforeBraces == FormatStyle::BS_Stroustrup ||
598 Style.BreakBeforeBraces == FormatStyle::BS_Allman)
763 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman)
766 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman)
779 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman
    [all...]
WhitespaceManager.cpp 124 unsigned ChangeMaxColumn = Style.ColumnLimit - Changes[i].TokenLength;
145 if (!Style.AlignTrailingComments || FollowsRBraceInColumn0) {
194 if (Style.AlignEscapedNewlinesLeft)
197 MaxEndOfLine = Style.ColumnLimit;
274 if (!Style.UseTab)
277 return std::string(Spaces / Style.IndentWidth, '\t') +
278 std::string(Spaces % Style.IndentWidth, ' ');
BreakableToken.h 147 BreakableBlockComment(const FormatStyle &Style, const FormatToken &Token,
175 void adjustWhitespace(const FormatStyle &Style, unsigned LineIndex,
  /frameworks/base/core/jni/android/graphics/
Typeface.cpp 31 SkTypeface::Style style) {
36 face = SkTypeface::CreateFromName(str.c_str(), style);
39 // return the default font at the best style if no exact match exists
41 face = SkTypeface::CreateFromName(NULL, style);
46 static SkTypeface* Typeface_createFromTypeface(JNIEnv* env, jobject, SkTypeface* family, int style) {
47 SkTypeface* face = SkTypeface::CreateFromTypeface(family, (SkTypeface::Style)style);
48 // return the default font at the best style if the requested style does no
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Font.java 79 public enum Style {
136 static String getFontFileName(String familyName, Style style) {
139 switch(style) {
241 static public Font create(RenderScript rs, Resources res, String familyName, Style fontStyle, float pointSize) {
  /packages/apps/Camera/src/com/android/camera/
PanoProgressBar.java 53 mDoneAreaPaint.setStyle(Paint.Style.FILL);
56 mBackgroundPaint.setStyle(Paint.Style.FILL);
59 mIndicatorPaint.setStyle(Paint.Style.FILL);
  /packages/apps/Camera2/src/com/android/camera/
PanoProgressBar.java 53 mDoneAreaPaint.setStyle(Paint.Style.FILL);
56 mBackgroundPaint.setStyle(Paint.Style.FILL);
59 mIndicatorPaint.setStyle(Paint.Style.FILL);
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java 52 mDoneAreaPaint.setStyle(Paint.Style.FILL);
55 mBackgroundPaint.setStyle(Paint.Style.FILL);
58 mIndicatorPaint.setStyle(Paint.Style.FILL);
  /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...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
DashPathEffectTest.java 27 import android.graphics.Paint.Style;
53 paint.setStyle(Style.STROKE);
PictureTest.java 29 import android.graphics.Paint.Style;
80 paint.setStyle(Style.FILL);
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ShadowLayout.java 26 import android.graphics.Paint.Style;
67 mShadowPaint.setStyle(Style.FILL);
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.cc 2 // Use of this source code is governed by a BSD-style license that can be
49 Style style)
54 style_(style),
73 static_cast<BubbleWindow::Style>(
  /external/skia/gm/
emptypath.cpp 5 * Use of this source code is governed by a BSD-style license that can be
29 SkPaint::Style style,
35 paint.setStyle(style);
54 SkPaint::Style fStyle;
69 "Indicated Style and Fill";
81 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
96 gStyles[style].fStyle, gFills[fill].fFill)
    [all...]

Completed in 394 milliseconds

1 2 34 5 6 7 8 91011>>