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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBrush.h 11 * Brush API related declarations
19 // Abstract base class for various brush types
24 class Brush : public GdiplusBase
30 virtual ~Brush()
35 virtual Brush* Clone() const
37 GpBrush *brush = NULL; local
39 SetStatus(DllExports::GdipCloneBrush(nativeBrush, &brush));
41 Brush *newBrush = new Brush(brush, lastResult);
133 GpSolidFill *brush = NULL; local
464 GpLineGradient *brush = NULL; local
481 GpLineGradient *brush = NULL; local
498 GpLineGradient *brush = NULL; local
515 GpLineGradient *brush = NULL; local
533 GpLineGradient *brush = NULL; local
552 GpLineGradient *brush = NULL; local
881 GpHatch *brush = NULL; local
    [all...]
GdiPlusGpStubs.h 24 class Brush;
GdiPlusPen.h 41 Pen(IN const Brush* brush,
46 lastResult = DllExports::GdipCreatePen2(brush->nativeBrush,
304 Status SetBrush(IN const Brush* brush)
307 brush->nativeBrush));
336 Brush* GetBrush() const
340 Brush* brush = NULL; local
345 brush = new SolidBrush();
    [all...]
GdiPlusGraphics.h     [all...]
GdiPlusHeaders.h 438 friend class Brush;
GdiPlusPath.h 1230 GpPathGradient *brush = NULL; local
1243 GpPathGradient *brush = NULL; local
1256 GpPathGradient *brush = NULL; local
    [all...]
  /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/perf-3.12.0/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 1578 milliseconds