OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linewidth
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/tools/orientationplot/
orientationplot.py
96
self.raw_acceleration_axes, 'magnitude', 'orange',
linewidth
=2)
116
self.filtered_acceleration_axes, 'magnitude', 'orange',
linewidth
=2)
145
self.orientation_axes, 'current', 'black',
linewidth
=2)
147
self.orientation_axes, 'predicted', 'purple',
linewidth
=3)
149
self.orientation_axes, 'proposed', 'green',
linewidth
=3)
161
self.stability_axes, 'time until settled', 'black',
linewidth
=2)
229
def _add_timeseries_line(self, axes, label, color,
linewidth
=1):
230
return axes.plot([], label=label, color=color,
linewidth
=
linewidth
)[0]
/frameworks/base/tools/velocityplot/
velocityplot.py
155
def _add_timeseries_line(self, axes, label, color,
linewidth
=1):
156
return axes.plot([], label=label, color=color,
linewidth
=
linewidth
)[0]
/external/eigen/bench/btl/data/
gnuplot_common_settings.hh
21
set key left top Right noreverse box linetype -2
linewidth
1.000 samplen 4 spacing 1 width 0
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c
400
current->pitch = modeinfo->
linewidth
;
415
screenpage_len=current->h*modeinfo->
linewidth
;
/external/blktrace/btt/
btt_plot.py
346
linewidth
=1.0)
/external/iproute2/misc/
lnstat.c
161
int
linewidth
)
Completed in 409 milliseconds