HomeSort by relevance Sort by last modified time
    Searched refs:setStyle (Results 101 - 125 of 347) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/samplecode/
SampleAvoid.cpp 78 frameP.setStyle(SkPaint::kStroke_Style);
SampleOverflow.cpp 50 paint.setStyle(SkPaint::kStroke_Style);
SampleAARects.cpp 31 paint.setStyle(SkPaint::kStroke_Style);
82 paints[p].setStyle(stroke ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
SampleLineClipper.cpp 225 paint.setStyle(SkPaint::kStroke_Style);
231 paint1.setStyle(SkPaint::kStroke_Style);
SamplePolyToPoly.cpp 102 paint->setStyle(SkPaint::kStroke_Style);
111 paint->setStyle(SkPaint::kFill_Style);
SampleStrokePath.cpp 34 paint.setStyle(SkPaint::kStroke_Style);
141 paint->setStyle(gRec[i].fStyle);
SampleXfermodesBlur.cpp 205 p.setStyle(SkPaint::kFill_Style);
214 p.setStyle(SkPaint::kStroke_Style);
  /external/skia/src/views/
SkParsePaint.cpp 81 paint->setStyle(b ? SkPaint::kStroke_Style : SkPaint::kFill_Style);
SkProgressView.cpp 93 p.setStyle(SkPaint::kFill_Style);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClearActivity.java 55 mClearPaint.setStyle(Paint.Style.FILL);
PathsCacheActivity.java 71 mMediumPaint.setStyle(Paint.Style.STROKE);
  /packages/apps/Calculator/src/com/android/calculator2/
ColorButton.java 61 mFeedbackPaint.setStyle(Style.STROKE);
  /packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java 69 mPaint.setStyle(Style.FILL_AND_STROKE);
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
Doodle.java 44 paint.setStyle(Paint.Style.STROKE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Xfermodes.java 132 paint.setStyle(Paint.Style.STROKE);
138 paint.setStyle(Paint.Style.FILL);
  /external/skia/gm/
xfermodes.cpp 146 p.setStyle(SkPaint::kFill_Style);
155 p.setStyle(SkPaint::kStroke_Style);
  /external/webkit/Source/WebCore/rendering/
RenderRubyRun.cpp 200 rb->setStyle(newStyle.release());
210 rr->setStyle(newStyle.release());
RenderTextControlSingleLine.cpp 440 innerBlockRenderer->setStyle(createInnerBlockStyle(style()));
444 resultsRenderer->setStyle(createResultsButtonStyle(style()));
447 cancelRenderer->setStyle(createCancelButtonStyle(style()));
450 spinRenderer->setStyle(createOuterSpinButtonStyle());
453 spinRenderer->setStyle(createInnerSpinButtonStyle());
457 speechRenderer->setStyle(createSpeechButtonStyle());
843 m_cancelButton->renderer()->setStyle(cancelButtonStyle);
    [all...]
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLRoot.cpp 79 block->setStyle(indexStyle.release());
88 block->setStyle(baseStyle.release());
  /external/webkit/Source/WebKit/android/plugins/
ANPPaintInterface.cpp 60 paint->setStyle(static_cast<SkPaint::Style>(style));
188 ASSIGN(i, setStyle);
  /external/webkit/Tools/DumpRenderTree/qt/
main.cpp 145 QApplication::setStyle(new QWindowsStyle);
150 f.setStyle(QFont::StyleNormal);
  /packages/apps/Settings/src/com/android/settings/widget/
PieChartView.java 89 mPaintOutline.setStyle(Style.STROKE);
102 paint.setStyle(Style.FILL_AND_STROKE);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 403 mMonthNumPaint.setStyle(Style.FILL);
435 mEventExtrasPaint.setStyle(Style.FILL);
447 mEventDeclinedExtrasPaint.setStyle(Style.FILL);
455 mWeekNumPaint.setStyle(Style.FILL);
463 mDNATimePaint.setStyle(Style.FILL_AND_STROKE);
467 mDNAAllDayPaint.setStyle(Style.FILL_AND_STROKE);
563 p.setStyle(Style.STROKE);
570 p.setStyle(Style.FILL);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 129 mBackgroundPaint.setStyle(Paint.Style.STROKE);
468 mBackgroundPaint.setStyle(Paint.Style.FILL_AND_STROKE);
473 mBackgroundPaint.setStyle(Paint.Style.STROKE);
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 404 pt.setStyle(Paint.Style.FILL);
406 pt.setStyle(Paint.Style.STROKE);
411 pt.setStyle(Paint.Style.STROKE);

Completed in 587 milliseconds

1 2 3 45 6 7 8 91011>>