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

<<111213141516

  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModelRS.java 177 mItalic = Font.create(mRS, mRes, "serif", Font.Style.ITALIC, 8);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
RSTestCore.java 131 mFont = Font.create(mRS, mRes, "serif", Font.Style.BOLD, 8);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryView.java 61 mSelectPaint.setStyle(Paint.Style.FILL);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorHueView.java 73 mDotPaint.setStyle(Paint.Style.FILL);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 178 p.setStyle(Paint.Style.FILL);
  /packages/apps/Launcher3/src/com/android/launcher3/
DragView.java 178 p.setStyle(Paint.Style.FILL);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControlWheel.java 73 mBackgroundPaint.setStyle(Paint.Style.STROKE);
  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 2 // Use of this source code is governed by a BSD-style license that can be
187 SkTypeface::Style result_style;
191 family.c_str(), static_cast<SkTypeface::Style>(requested_style),
278 WebKit::WebFontRenderStyle style; local
279 WebFontInfo::renderStyleForStrike(family.c_str(), sizeAndStyle, &style);
282 reply.WriteInt(style.useBitmaps);
283 reply.WriteInt(style.useAutoHint);
284 reply.WriteInt(style.useHinting);
285 reply.WriteInt(style.hintStyle);
286 reply.WriteInt(style.useAntiAlias)
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win_dw.cpp 4 * Use of this source code is governed by a BSD-style license that can be
431 static SkTypeface::Style get_style(IDWriteFont* font) {
432 int style = SkTypeface::kNormal; local
435 style |= SkTypeface::kBold;
439 style |= SkTypeface::kItalic;
441 return static_cast<SkTypeface::Style>(style);
446 DWriteFontTypeface(SkTypeface::Style style, SkFontID fontID,
452 : SkTypeface(style, fontID, false
472 SkTypeface::Style style = get_style(font); local
    [all...]
  /external/skia/gm/
degeneratesegments.cpp 4 * Use of this source code is governed by a BSD-style license that can be
194 SkPaint::Style style, SkPath::FillType fill,
202 paint.setStyle(style);
268 SkPaint::Style fStyle;
293 "Indicated Style, Fill and Linecaps, "
320 StyleAndName style = gStyles[(rand.nextU() >> 16) % numStyles]; local
337 cap.fCap, cap.fJoin, style.fStyle,
352 canvas->drawText(style.fName,
353 strlen(style.fName)
    [all...]
  /external/skia/src/core/
SkMaskFilter.cpp 5 * Use of this source code is governed by a BSD-style license that can be
210 SkBlitter* blitter, SkPaint::Style style) const {
230 SkBlitter* blitter, SkPaint::Style style) const {
233 if (SkPaint::kFill_Style == style) {
263 style)) {
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 5 * Use of this source code is governed by a BSD-style license that can be
101 SkBlurMaskFilter::BlurStyle style,
104 if (!(radius > 0) || (unsigned)style >= SkBlurMaskFilter::kBlurStyleCount
109 return SkNEW_ARGS(SkBlurMaskFilterImpl, (radius, style, flags));
115 SkBlurMaskFilter::BlurStyle style,
117 : fRadius(radius), fBlurStyle(style), fBlurFlags(flags) {
129 SkASSERT((unsigned)style < SkBlurMaskFilter::kBlurStyleCount);
152 return SkBlurMask::Blur(dst, src, radius, (SkBlurMask::Style)fBlurStyle,
168 return SkBlurMask::BlurRect(dst, r, radius, (SkBlurMask::Style)fBlurStyle,
629 str->appendf("style: %s ", gStyleName[fBlurStyle])
    [all...]
  /external/skia/src/ports/
SkFontHost_win_dw.cpp 4 * Use of this source code is governed by a BSD-style license that can be
431 static SkTypeface::Style get_style(IDWriteFont* font) {
432 int style = SkTypeface::kNormal; local
435 style |= SkTypeface::kBold;
439 style |= SkTypeface::kItalic;
441 return static_cast<SkTypeface::Style>(style);
446 DWriteFontTypeface(SkTypeface::Style style, SkFontID fontID,
452 : SkTypeface(style, fontID, false
472 SkTypeface::Style style = get_style(font); local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 280 mPaintBigThin.setStyle(Paint.Style.STROKE);
287 mPaintMed.setStyle(Paint.Style.STROKE);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 24 import android.graphics.Paint.Style;
138 mOutlinePaint.setStyle(Style.STROKE);
580 * style rules.
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 92 // Creates a Rect and a Paint object, and sets the style and color of the Paint object.
95 mPaint.setStyle(Paint.Style.STROKE);
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 2 // Use of this source code is governed by a BSD-style license that can be
323 ACMatchClassification::Style url_style =
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_renderer_host.cc 2 // Use of this source code is governed by a BSD-style license that can be
109 int style = SkTypeface::kNormal; local
112 style |= SkTypeface::kBold;
114 style |= SkTypeface::kItalic;
117 static_cast<SkTypeface::Style>(style)));
  /external/chromium_org/third_party/skia/src/fonts/
SkGScalerContext.cpp 4 * Use of this source code is governed by a BSD-style license that can be
164 : SkTypeface(proxy->style(), SkTypefaceCache::NewFontID(), false)
218 SkTypeface* SkGTypeface::onRefMatchingStyle(Style style) const {
219 if (this->style() == style) {
223 SkAutoTUnref<SkTypeface> other(fProxy->refMatchingStyle(style));
  /external/chromium_org/ui/gfx/
platform_font_pango.cc 2 // Use of this source code is governed by a BSD-style license that can be
119 int style = 0; local
123 style |= gfx::Font::BOLD;
127 style |= gfx::Font::ITALIC;
129 if (style != 0)
130 style_ = style;
157 Font PlatformFontPango::DeriveFont(int size_delta, int style) const {
162 if (style == style_) {
170 // If the style has changed we may need to load a new face
172 if (gfx::Font::BOLD & style)
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 362 enum PrintStyle Style = PrintNone) const;
  /external/skia/src/fonts/
SkGScalerContext.cpp 4 * Use of this source code is governed by a BSD-style license that can be
164 : SkTypeface(proxy->style(), SkTypefaceCache::NewFontID(), false)
218 SkTypeface* SkGTypeface::onRefMatchingStyle(Style style) const {
219 if (this->style() == style) {
223 SkAutoTUnref<SkTypeface> other(fProxy->refMatchingStyle(style));
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivity.java 230 paint.setStyle(Paint.Style.STROKE);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 284 mScript.set_gFontSerif(Font.create(mRS, mRes, "serif", Font.Style.NORMAL, 8));
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FullscreenBlur.java 31 import android.renderscript.Font.Style;

Completed in 2998 milliseconds

<<111213141516