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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
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...]
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...]
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) {}
  /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)
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 743 STDMETHOD_(void, DrawLine)(D2D1_POINT_2F point0, D2D1_POINT_2F point1, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE;
744 STDMETHOD_(void, DrawRectangle)(const D2D1_RECT_F *rect, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE;
745 STDMETHOD_(void, FillRectangle)(const D2D1_RECT_F *rect, ID2D1Brush *brush) PURE;
746 STDMETHOD_(void, DrawRoundedRectangle)(const D2D1_ROUNDED_RECT *roundedRect, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE;
747 STDMETHOD_(void, FillRoundedRectangle)(const D2D1_ROUNDED_RECT *roundedRect, ID2D1Brush *brush) PURE;
748 STDMETHOD_(void, DrawEllipse)(const D2D1_ELLIPSE *ellipse, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE;
749 STDMETHOD_(void, FillEllipse)(const D2D1_ELLIPSE *ellipse, ID2D1Brush *brush) PURE;
750 STDMETHOD_(void, DrawGeometry)(ID2D1Geometry *geometry, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE;
751 STDMETHOD_(void, FillGeometry)(ID2D1Geometry *geometry, ID2D1Brush *brush, ID2D1Brush *opacityBrush = NULL) PURE;
752 STDMETHOD_(void, FillMesh)(ID2D1Mesh *mesh, ID2D1Brush *brush) PURE
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 198 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateSolidFill)(ARGB color, GpSolidFill **brush);
199 typedef GpStatus (WINGDIPAPI *FuncType_GdipFillPath)(GpGraphics *graphics, GpBrush *brush, GpPath *path);
200 typedef GpStatus (WINGDIPAPI *FuncType_GdipDeleteBrush)(GpBrush *brush);
217 typedef GpStatus (WINGDIPAPI *FuncType_GdipFillRectangle)(GpGraphics *graphics, GpBrush *brush, REAL x, REAL y, REAL width, REAL height);
248 typedef GpStatus (WINGDIPAPI *FuncType_GdipDrawDriverString)(GpGraphics *graphics, GDIPCONST UINT16 *text, INT length, GDIPCONST GpFont *font, GDIPCONST GpBrush *brush, GDIPCONST PointF *positions, INT flags, GDIPCONST GpMatrix *matrix);
265 typedef GpStatus (WINGDIPAPI *FuncType_GdipDrawString)(GpGraphics *graphics, GDIPCONST WCHAR *string, INT length, GDIPCONST GpFont *font, GDIPCONST RectF *layoutRect, GDIPCONST GpStringFormat *stringFormat, GDIPCONST GpBrush *brush);
612 void *font, void* brush, void *positions, int flags, const void *matrix)
615 GpStatus status = CallFunc(GdipDrawDriverString)((GpGraphics*)graphics, (GDIPCONST UINT16 *)text, (INT)length, (GDIPCONST GpFont *)font, (GDIPCONST GpBrush*)brush,
    [all...]
win32_int.h 39 FX_BOOL GdipDrawDriverString(void *graphics, unsigned short *text, int length, void *font, void* brush, void *positions, int flags, const void *matrix);
  /external/skia/src/device/xps/
SkXPSDevice.cpp 564 "Could not create solid color brush.");
585 "Could not create brush for side of clamp.");
589 "Could not set brush for side of clamp");
606 "Could not set brush for corner of clamp.");
673 "Could not create image brush.");
690 //create brush canvas
693 "Could not create image brush canvas.");
696 "Could not get image brush canvas visuals collection.");
708 "Could not set tile mode for image brush central path.");
710 "Could not set fill brush for image brush central path.")
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/d3/
d3.min.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 1706 milliseconds