OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Brush
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java
59
new
Brush
(R.drawable.brush_gauss),
60
new
Brush
(R.drawable.brush_marker),
61
new
Brush
(R.drawable.brush_spatter)
137
class
Brush
implements DrawStyle {
142
public
Brush
(int brushID) {
198
Bitmap
brush
;
local
201
brush
= createScaledBitmap(getBrush(), (int) size, (int) size, true);
208
canvas.drawBitmap(
brush
, mPosition[0] - s2, mPosition[1] - s2, paint);
/external/sonivox/jet_tools/JetCreator/
JetSegGraph.py
212
dc.Background = wx.
Brush
(wx.WHITE)
222
dc.Background = wx.
Brush
(wx.WHITE)
266
dc.SetBrush(wx.
Brush
(Marker.sColor))
276
dc.SetBrush(wx.
Brush
(EOS_BAR))
283
dc.SetBrush(wx.
Brush
(APP_BAR))
330
dc.SetBrush(wx.
Brush
(PROGRESS_BAR))
344
dc.Background = wx.
Brush
(wx.WHITE)
355
dc.SetBrush(wx.
Brush
(PROGRESS_BAR))
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py
91
brush
= wx.
Brush
(top_color, wx.SOLID)
92
dc.SetBrush(
brush
)
99
brush
= wx.
Brush
(color, wx.SOLID)
100
dc.SetBrush(
brush
)
/external/chromium_org/third_party/skia/src/sfnt/
SkPanose.h
226
((
Brush
, 6))
/external/skia/src/sfnt/
SkPanose.h
226
((
Brush
, 6))
Completed in 202 milliseconds