OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setStyle
(Results
176 - 200
of
526
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.cc
164
paint.
setStyle
(SkPaint::kFill_Style);
190
paint.
setStyle
(SkPaint::kStroke_Style);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
FlowThreadController.cpp
76
flowRenderer->
setStyle
(RenderFlowThread::createFlowThreadStyle(m_view->style()));
92
flowRenderer->
setStyle
(RenderFlowThread::createFlowThreadStyle(viewStyle));
RenderRubyRun.cpp
204
renderer->
setStyle
(newStyle.release());
214
rr->
setStyle
(newStyle.release());
/external/chromium_org/third_party/skia/src/pdf/
SkPDFDeviceFlattener.cpp
101
paintFlatten.
setStyle
(SkPaint::kFill_Style);
103
paintFlatten.
setStyle
(SkPaint::kStroke_Style);
/external/skia/bench/
ChartBench.cpp
144
plotPaint.
setStyle
(SkPaint::kStroke_Style);
149
fillPaint.
setStyle
(SkPaint::kFill_Style);
BitmapBench.cpp
168
p.
setStyle
(SkPaint::kStroke_Style);
316
p.
setStyle
(SkPaint::kFill_Style);
333
p.
setStyle
(SkPaint::kFill_Style);
/external/skia/gm/
complexclip.cpp
111
boundPaint.
setStyle
(SkPaint::kStroke_Style);
165
paint.
setStyle
(SkPaint::kStroke_Style);
drawbitmaprect.cpp
135
blackPaint.
setStyle
(SkPaint::kFill_Style);
142
blackPaint.
setStyle
(SkPaint::kStroke_Style);
xfermodes2.cpp
52
p.
setStyle
(SkPaint::kFill_Style);
68
p.
setStyle
(SkPaint::kStroke_Style);
/external/skia/src/pdf/
SkPDFDeviceFlattener.cpp
101
paintFlatten.
setStyle
(SkPaint::kFill_Style);
103
paintFlatten.
setStyle
(SkPaint::kStroke_Style);
/external/skia/tests/
DrawPathTest.cpp
281
paint.
setStyle
(SkPaint::kStroke_Style);
300
paint.
setStyle
(SkPaint::kStroke_Style);
PaintTest.cpp
141
paint.
setStyle
(SkPaint::kStrokeAndFill_Style);
209
paint.
setStyle
(SkPaint::kStroke_Style);
/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);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorBrightnessView.java
73
mDotPaint.
setStyle
(Paint.Style.FILL);
77
mBarPaint1.
setStyle
(Paint.Style.FILL);
ColorCompareView.java
68
mBarPaint1.
setStyle
(Paint.Style.FILL);
69
mOrigBarPaint1.
setStyle
(Paint.Style.FILL);
ColorOpacityView.java
71
mDotPaint.
setStyle
(Paint.Style.FILL);
77
mBarPaint1.
setStyle
(Paint.Style.FILL);
ColorSVRectView.java
73
mDotPaint.
setStyle
(Paint.Style.FILL);
81
mPaint1.
setStyle
(Paint.Style.FILL);
ColorSaturationView.java
73
mDotPaint.
setStyle
(Paint.Style.FILL);
77
mBarPaint1.
setStyle
(Paint.Style.FILL);
ColorValueView.java
68
mDotPaint.
setStyle
(Paint.Style.FILL);
71
mBarPaint1.
setStyle
(Paint.Style.FILL);
/packages/apps/Settings/src/com/android/settings/widget/
PieChartView.java
89
mPaintOutline.
setStyle
(Style.STROKE);
102
paint.
setStyle
(Style.FILL_AND_STROKE);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
SimpleMonthView.java
271
mMonthTitlePaint.
setStyle
(Style.FILL);
278
mMonthTitleBGPaint.
setStyle
(Style.FILL);
285
mSelectedCirclePaint.
setStyle
(Style.FILL);
293
mMonthDayLabelPaint.
setStyle
(Style.FILL);
300
mMonthNumPaint.
setStyle
(Style.FILL);
/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
...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp
670
state.
setStyle
(RenderStyle::create());
673
state.
setStyle
(defaultStyleForElement());
755
state.
setStyle
(RenderStyle::clone(&elementStyle));
[
all
...]
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DisplayModifier.java
102
paint.
setStyle
(Paint.Style.FILL);
108
paint.
setStyle
(Paint.Style.STROKE);
116
paint.
setStyle
(Paint.Style.FILL_AND_STROKE);
Completed in 354 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>