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

<<111213141516

  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /external/skia/legacy/src/core/
SkPaint.cpp 251 void SkPaint::setStyle(Style style) {
257 SkDebugf("SkPaint::setStyle(%d) out of range\n", style);
845 fPaint->setStyle(SkPaint::kFill_Style);
849 fPaint->setStyle(fStyle);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp 118 image->setStyle(style);
316 table->setStyle(newStyle.release());
    [all...]
RenderListItem.cpp 62 m_marker->setStyle(newStyle.release());
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 159 static void setStyle(JNIEnv* env, jobject clazz, SkPaint* obj, SkPaint::Style style) {
160 obj->setStyle(style);
810 {"native_setStyle","(II)V", (void*) SkPaintGlue::setStyle},
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc 81 paint.setStyle(SkPaint::kFill_Style);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 207 void setStyle(int style) {
  /external/skia/include/core/
SkPaint.h 313 void setStyle(Style style);
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h 312 void setStyle(Style style);
    [all...]
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 108 dst->setStyle(src.getStyle());
  /external/skia/src/ports/
SkFontHost_linux.cpp 482 descriptor.setStyle(face->style());
  /external/webkit/Source/WebCore/html/shadow/
TextControlInnerElements.cpp 70 renderer->setStyle(style);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 441 paint->setStyle(SkPaint::kStroke_Style);
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 549 void (*setStyle)(ANPPaint*, ANPPaintStyle);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BeanBag.java 382 pt.setStyle(Paint.Style.STROKE);
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 385 mOutlinePaint.setStyle(Paint.Style.STROKE);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ImageCurves.java 419 paint2.setStyle(Paint.Style.STROKE);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java 225 .setStyle(bigTextStyle);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 397 fds[0].setStyle(SWT.BOLD);
  /external/skia/bench/
PathBench.cpp 36 fPaint.setStyle(flags & kStroke_Flag ? SkPaint::kStroke_Style :
648 paint.setStyle(SkPaint::kStroke_Style);
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 547 paint.setStyle(SkPaint::kStroke_Style);
    [all...]
PlatformContextSkia.cpp 403 paint->setStyle(SkPaint::kStroke_Style);
686 paint.setStyle(SkPaint::kFill_Style);
  /frameworks/base/core/java/android/widget/
CalendarView.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 148 mPaint.setStyle(Paint.Style.STROKE);
156 mPaint.setStyle(Paint.Style.STROKE);
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 254 mStrokePaint.setStyle(Paint.Style.STROKE);
    [all...]

Completed in 675 milliseconds

<<111213141516