HomeSort by relevance Sort by last modified time
    Searched refs:Style (Results 51 - 75 of 396) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
OvalShapeTest.java 24 import android.graphics.Paint.Style;
47 paint.setStyle(Style.FILL);
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.h 2 // Use of this source code is governed by a BSD-style license that can be
33 BubbleFrameView(views::Window* frame, BubbleWindow::Style style);
65 BubbleWindow::Style style_;
  /external/chromium_org/third_party/skia/src/core/
SkFontDescriptor.cpp 4 * Use of this source code is governed by a BSD-style license that can be
23 SkFontDescriptor::SkFontDescriptor(SkTypeface::Style style) {
24 fStyle = style;
45 fStyle = (SkTypeface::Style)stream->readPackedUInt();
SkTypeface.cpp 4 * Use of this source code is governed by a BSD-style license that can be
22 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch)
23 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) {
39 SkTypeface* SkTypeface::GetDefaultTypeface(Style style) {
45 SkASSERT((unsigned)style < FONT_STYLE_COUNT);
48 style = (Style)(style & 0x03)
    [all...]
SkTypefaceCache.cpp 5 * Use of this source code is governed by a BSD-style license that can be
17 SkTypeface::Style requestedStyle,
108 SkTypeface::Style requestedStyle,
133 static bool DumpProc(SkTypeface* face, SkTypeface::Style style, void* ctx) {
134 SkDebugf("SkTypefaceCache: face %p fontID %d style %d refcnt %d\n",
135 face, face->uniqueID(), style, face->getRefCnt());
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFUtils.h 5 * Use of this source code is governed by a BSD-style license that can be
48 static void EmitPath(const SkPath& path, SkPaint::Style paintStyle,
51 static void PaintPath(SkPaint::Style style, SkPath::FillType fill,
  /external/clang/lib/Format/
UnwrappedLineParser.h 59 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
140 const FormatStyle &Style;
  /external/skia/include/core/
SkMaskFilter.h 5 * Use of this source code is governed by a BSD-style license that can be
181 SkPaint::Style style) const;
189 SkPaint::Style style) const;
  /external/skia/src/core/
SkFontDescriptor.cpp 4 * Use of this source code is governed by a BSD-style license that can be
23 SkFontDescriptor::SkFontDescriptor(SkTypeface::Style style) {
24 fStyle = style;
45 fStyle = (SkTypeface::Style)stream->readPackedUInt();
SkTypeface.cpp 4 * Use of this source code is governed by a BSD-style license that can be
22 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch)
23 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) {
39 SkTypeface* SkTypeface::GetDefaultTypeface(Style style) {
45 SkASSERT((unsigned)style < FONT_STYLE_COUNT);
48 style = (Style)(style & 0x03)
    [all...]
SkTypefaceCache.cpp 5 * Use of this source code is governed by a BSD-style license that can be
17 SkTypeface::Style requestedStyle,
108 SkTypeface::Style requestedStyle,
133 static bool DumpProc(SkTypeface* face, SkTypeface::Style style, void* ctx) {
134 SkDebugf("SkTypefaceCache: face %p fontID %d style %d refcnt %d\n",
135 face, face->uniqueID(), style, face->getRefCnt());
  /external/skia/src/pdf/
SkPDFUtils.h 5 * Use of this source code is governed by a BSD-style license that can be
48 static void EmitPath(const SkPath& path, SkPaint::Style paintStyle,
51 static void PaintPath(SkPaint::Style style, SkPath::FillType fill,
  /frameworks/base/core/java/android/text/style/
QuoteSpan.java 17 package android.text.style;
70 Paint.Style style = p.getStyle(); local
73 p.setStyle(Paint.Style.FILL);
78 p.setStyle(style);
  /external/chromium_org/ui/views/corewm/
shadow.cc 2 // Use of this source code is governed by a BSD-style license that can be
27 float GetOpacityForStyle(views::corewm::Shadow::Style style) {
28 switch (style) {
39 int GetInteriorInsetForStyle(views::corewm::Shadow::Style style) {
40 switch (style) {
62 void Shadow::Init(Style style) {
63 style_ = style;
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 29 import android.graphics.Paint.Style;
51 pathPaint.setStyle(Style.STROKE);
72 expectedPaint.setStyle(Style.STROKE);
DiscretePathEffectTest.java 28 import android.graphics.Paint.Style;
47 paint.setStyle(Style.STROKE);
64 paint.setStyle(Style.STROKE);
  /cts/tests/tests/media/src/android/media/cts/
FaceView.java 49 mPInnerBullsEye.setStyle(Paint.Style.FILL);
52 mPOuterBullsEye.setStyle(Paint.Style.STROKE);
55 mTmpPaint.setStyle(Paint.Style.STROKE);
  /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);
  /external/chromium_org/content/common/
font_config_ipc_linux.cc 2 // Use of this source code is governed by a BSD-style license that can be
49 SkTypeface::Style requestedStyle,
52 SkTypeface::Style* outStyle) {
92 *outStyle = static_cast<SkTypeface::Style>(reply_style);
  /external/robolectric/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;
  /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);
  /external/chromium_org/third_party/skia/src/animator/
SkPaintParts.h 5 * Use of this source code is governed by a BSD-style license that can be
68 return SkTypeface::CreateFromName(fontName.c_str(), style); }
72 SkTypeface::Style style; member in class:SkDrawTypeface
  /external/chromium_org/third_party/skia/src/fonts/
SkGScalerContext.h 4 * Use of this source code is governed by a BSD-style license that can be
40 virtual SkTypeface* onRefMatchingStyle(Style) const SK_OVERRIDE;
  /external/skia/src/animator/
SkPaintParts.h 5 * Use of this source code is governed by a BSD-style license that can be
68 return SkTypeface::CreateFromName(fontName.c_str(), style); }
72 SkTypeface::Style style; member in class:SkDrawTypeface

Completed in 716 milliseconds

1 23 4 5 6 7 8 91011>>