HomeSort by relevance Sort by last modified time
    Searched refs:Brush (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusbrush.h 4 * GDI+ brush classes
33 class Brush: public GdiplusBase
44 virtual ~Brush()
48 virtual Brush* Clone() const // each subclass must implement this
68 Brush(): nativeBrush(NULL), lastStatus(Ok) {}
69 Brush(GpBrush *brush, Status status):
70 nativeBrush(brush), lastStatus(status) {}
71 Brush(const Brush& brush)
    [all...]
gdiplusgraphics.h 283 const Font *font, const Brush *brush,
290 brush ? brush->nativeBrush : NULL,
620 const PointF& origin, const Brush *brush)
627 brush ? brush->nativeBrush : NULL));
631 const StringFormat *stringFormat, const Brush *brush)
    [all...]
gdipluspen.h 46 Pen(const Brush *brush, REAL width = 1.0f):
50 brush ? brush->nativeBrush : NULL,
81 //Brush *GetBrush() const
83 // // where is the pen brush allocated (static,member,new,other)?
233 Status SetBrush(const Brush *brush)
236 nativePen, brush ? brush->nativeBrush : NULL))
    [all...]
gdipluspath.h 652 class PathGradientBrush: public Brush
957 PathGradientBrush(GpBrush *brush, Status status): Brush(brush, status) {}
  /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/src/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/skia/src/sfnt/
SkPanose.h 226 ((Brush, 6))

Completed in 804 milliseconds