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

<<111213141516

  /external/clang/include/clang/Sema/
ScopeInfo.h 440 CapturingScopeInfo(DiagnosticsEngine &Diag, ImplicitCaptureStyle Style)
441 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 199 mFramePaint.setStyle(Paint.Style.FILL_AND_STROKE);
205 mBatteryPaint.setStyle(Paint.Style.FILL_AND_STROKE);
  /packages/apps/Camera2/src/com/android/camera/crop/
CropView.java 354 p.setStyle(Paint.Style.FILL);
365 wpPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 320 workPaint.setStyle(Paint.Style.STROKE);
393 workPaint.setStyle(Paint.Style.FILL);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java 355 p.setStyle(Paint.Style.FILL);
366 wpPaint.setStyle(Paint.Style.STROKE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 228 paint.setStyle(Paint.Style.STROKE);
  /developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 358 mBorderPaint.setStyle(Paint.Style.STROKE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FingerPaint.java 39 mPaint.setStyle(Paint.Style.STROKE);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java 104 mGlow.setStyle(Paint.Style.STROKE);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 75 paint.setStyle(Paint.Style.STROKE);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 96 paint.setStyle(Paint.Style.STROKE);
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java 358 mBorderPaint.setStyle(Paint.Style.STROKE);
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 2 // Use of this source code is governed by a BSD-style license that can be
43 BubbleWindow::Style style)
45 style_(style),
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 5 * Use of this source code is governed by a BSD-style license that can be
434 SkBlurMask::Style style) {
437 switch (style) {
457 SkDEBUGFAIL("Unexpected blur style here");
475 SkScalar radius, Style style, Quality quality,
571 if (style == kInner_Style) {
583 } else if (style != kNormal_Style) {
585 dst->fRowBytes, sp, src.fRowBytes, sw, sh, style);
    [all...]
  /external/chromium_org/ui/views/corewm/
shadow_controller.cc 2 // Use of this source code is governed by a BSD-style license that can be
54 // Returns the shadow style to be applied to |losing_active| when it is losing
57 Shadow::Style GetShadowStyleForWindowLosingActive(
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
cssgen.php 44 <style type="text/css" media="screen">
85 </style>
190 echo '<span style="color: green;">Found at ' . realpath($geshi_path) . '</span>';
196 echo '<span style="color: red;">Not found</span>';
203 echo '<span style="color: red;">Not found</span>';
211 echo '<span style="color: green;">Found at ' . realpath($geshi_lang_path) . '</span>';
217 echo '<span style="color: red;">Not found</span>';
306 <tr><th>Style for the overall code block:</th><td><input type="text" name="overall" value="border: 1px dotted #a0a0a0; font-family: \'Courier New\', Courier, monospace; background-color: #f0f0f0; color: #0000bb;" /></td></tr>
  /external/skia/gm/
downsamplebitmap.cpp 4 * Use of this source code is governed by a BSD-style license that can be
16 static void setTypeface(SkPaint* paint, const char name[], SkTypeface::Style style) {
17 SkSafeUnref(paint->setTypeface(SkTypeface::CreateFromName(name, style)));
filterbitmap.cpp 4 * Use of this source code is governed by a BSD-style license that can be
15 static void setTypeface(SkPaint* paint, const char name[], SkTypeface::Style style) {
16 SkSafeUnref(paint->setTypeface(SkTypeface::CreateFromName(name, style)));
  /external/skia/src/effects/
SkBlurMask.cpp 5 * Use of this source code is governed by a BSD-style license that can be
434 SkBlurMask::Style style) {
437 switch (style) {
457 SkDEBUGFAIL("Unexpected blur style here");
475 SkScalar radius, Style style, Quality quality,
571 if (style == kInner_Style) {
583 } else if (style != kNormal_Style) {
585 dst->fRowBytes, sp, src.fRowBytes, sw, sh, style);
    [all...]
  /external/skia/tests/
EmptyPathTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
13 str->appendf(" style[%d] cap[%d] join[%d] antialias[%d]",
80 static const SkPaint::Style gStyles[] = {
87 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
93 paint.setStyle(gStyles[style]);
121 * - paint style
  /frameworks/base/core/java/android/text/
TextLine.java 26 import android.text.style.CharacterStyle;
27 import android.text.style.MetricAffectingSpan;
28 import android.text.style.ReplacementSpan;
760 Paint.Style previousStyle = wp.getStyle();
763 wp.setStyle(Paint.Style.FILL);
775 Paint.Style previousStyle = wp.getStyle();
778 wp.setStyle(Paint.Style.FILL);
    [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 223 SkTypeface* setCachedTypeface(SkTypeface** typeface, hb_script_t script, SkTypeface::Style style);
  /frameworks/base/libs/hwui/
PathCache.h 113 SkPaint::Style style; member in struct:android::uirenderer::PathDescription
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncRS.java 203 mItalic = Font.create(mRS, mRes, "serif", Font.Style.ITALIC, 8);
FBOTestRS.java 195 mItalic = Font.create(mRS, mRes, "serif", Font.Style.ITALIC, 8);

Completed in 1351 milliseconds

<<111213141516