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

1 2 3 4 5 6 78 91011>>

  /external/skia/gm/
cubicpaths.cpp 4 * Use of this source code is governed by a BSD-style license that can be
66 SkPaint::Style style, SkPath::FillType fill,
74 paint.setStyle(style);
93 SkPaint::Style fStyle;
128 "Indicated Style, Fill and Linecaps, with stroke width 10";
149 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
150 if (0 < style) {
    [all...]
  /external/skia/include/core/
SkDraw.h 5 * Use of this source code is governed by a BSD-style license that can be
82 SkPaint::Style style);
92 * Based on the paint's style, strokeWidth, and the matrix, classify how
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 43 const SkPath* shape, float advance, float phase, int style) {
46 SkFloatToScalar(phase), (SkPath1DPathEffect::Style)style);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClearActivity.java 55 mClearPaint.setStyle(Paint.Style.FILL);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppLoadingScreen.java 33 import android.renderscript.Font.Style;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStartIndicatorView.java 93 mIndicatorPaint.setStyle(Paint.Style.FILL);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 13 self.style = ttk.Style()
17 style = self.style
18 style.configure('TButton', background='yellow')
19 self.assertEqual(style.configure('TButton', 'background'),
21 self.assertTrue(isinstance(style.configure('TButton'), dict))
25 style = self.style
26 style.map('TButton', background=[('active', 'background', 'blue')]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 13 self.style = ttk.Style()
17 style = self.style
18 style.configure('TButton', background='yellow')
19 self.assertEqual(style.configure('TButton', 'background'),
21 self.assertTrue(isinstance(style.configure('TButton'), dict))
25 style = self.style
26 style.map('TButton', background=[('active', 'background', 'blue')]
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Xfermodes.java 132 paint.setStyle(Paint.Style.STROKE);
138 paint.setStyle(Paint.Style.FILL);
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ExploreByTouchHelperActivity.java 26 import android.graphics.Paint.Style;
164 paint.setStyle(Style.FILL);
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.h 42 Style,
43 Charset, // Not used. These are internally strings owned by the style sheet.
64 bool isStyleRule() const { return type() == Style; }
  /external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp 4 * Use of this source code is governed by a BSD-style license that can be
213 static SkFontStyle TypefaceStyleBitsToFontStyle(SkTypeface::Style styleBits) {
227 SkTypeface::Style style) {
229 return familyFace->refMatchingStyle(style);
232 return fm->legacyCreateTypeface(familyName, style);
  /external/chromium_org/third_party/skia/src/effects/
Sk1DPathEffect.cpp 5 * Use of this source code is governed by a BSD-style license that can be
34 SkScalar phase, Style style) : fPath(path)
64 if ((unsigned)style >= kStyleCount) {
65 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style));
67 fStyle = style;
154 fStyle = (Style) buffer.readUInt();
196 SkDEBUGFAIL("unknown Style enum");
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_fontconfig.cpp 4 * Use of this source code is governed by a BSD-style license that can be
111 virtual void getStyle(int index, SkFontStyle*, SkString* style) SK_OVERRIDE;
160 void SkFontStyleSet_FC::getStyle(int index, SkFontStyle* style,
163 if (style) {
164 *style = fRecs[index].fStyle;
275 // TODO should the caller give us the style?
276 SkTypeface::Style style = SkTypeface::kNormal; local
277 SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style, stream));
289 (SkTypeface::Style)styleBits)
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFUtils.cpp 5 * Use of this source code is governed by a BSD-style license that can be
114 void SkPDFUtils::EmitPath(const SkPath& path, SkPaint::Style paintStyle,
193 void SkPDFUtils::PaintPath(SkPaint::Style style, SkPath::FillType fill,
195 if (style == SkPaint::kFill_Style) {
197 } else if (style == SkPaint::kStrokeAndFill_Style) {
199 } else if (style == SkPaint::kStroke_Style) {
203 if (style != SkPaint::kStroke_Style) {
  /external/skia/src/core/
SkFontHost.cpp 4 * Use of this source code is governed by a BSD-style license that can be
213 static SkFontStyle TypefaceStyleBitsToFontStyle(SkTypeface::Style styleBits) {
227 SkTypeface::Style style) {
229 return familyFace->refMatchingStyle(style);
232 return fm->legacyCreateTypeface(familyName, style);
  /external/skia/src/effects/
Sk1DPathEffect.cpp 5 * Use of this source code is governed by a BSD-style license that can be
34 SkScalar phase, Style style) : fPath(path)
64 if ((unsigned)style >= kStyleCount) {
65 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style));
67 fStyle = style;
154 fStyle = (Style) buffer.readUInt();
196 SkDEBUGFAIL("unknown Style enum");
  /external/skia/src/fonts/
SkFontMgr_fontconfig.cpp 4 * Use of this source code is governed by a BSD-style license that can be
111 virtual void getStyle(int index, SkFontStyle*, SkString* style) SK_OVERRIDE;
160 void SkFontStyleSet_FC::getStyle(int index, SkFontStyle* style,
163 if (style) {
164 *style = fRecs[index].fStyle;
275 // TODO should the caller give us the style or should we get it from freetype?
276 SkTypeface::Style style = SkTypeface::kNormal; local
277 SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style, false, stream));
289 (SkTypeface::Style)styleBits)
    [all...]
  /external/skia/src/pdf/
SkPDFUtils.cpp 5 * Use of this source code is governed by a BSD-style license that can be
114 void SkPDFUtils::EmitPath(const SkPath& path, SkPaint::Style paintStyle,
193 void SkPDFUtils::PaintPath(SkPaint::Style style, SkPath::FillType fill,
195 if (style == SkPaint::kFill_Style) {
197 } else if (style == SkPaint::kStrokeAndFill_Style) {
199 } else if (style == SkPaint::kStroke_Style) {
203 if (style != SkPaint::kStroke_Style) {
  /frameworks/base/graphics/java/android/graphics/
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
329 * The Style specifies if the primitive being drawn is filled, stroked, or
332 public enum Style {
334 * Geometry and text drawn with this style will be filled, ignoring all
339 * Geometry and text drawn with this style will be stroked, respecting
344 * Geometry and text drawn with this style will be both filled an
    [all...]
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SceneGraphRS.java 26 import android.renderscript.Font.Style;
197 mItalic = Font.create(mRS, mRes, "serif", Font.Style.ITALIC, 8);
  /packages/apps/Camera/src/com/android/camera/ui/
FaceView.java 25 import android.graphics.Paint.Style;
91 mPaint.setStyle(Style.STROKE);
  /packages/apps/Camera2/src/com/android/camera/ui/
FaceView.java 24 import android.graphics.Paint.Style;
91 mPaint.setStyle(Style.STROKE);
  /packages/apps/DeskClock/src/com/android/deskclock/
CircleTimerView.java 122 mPaint.setStyle(Paint.Style.STROKE);
127 mFill.setStyle(Paint.Style.FILL);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
IconView.java 117 mPaint.setStyle(Paint.Style.STROKE);
121 mPaint.setStyle(Paint.Style.FILL);

Completed in 1043 milliseconds

1 2 3 4 5 6 78 91011>>