/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...] |
/external/jcommander/doc/ |
index.html | 73 <pre class="brush: java"> 93 <pre class="brush: java"> 109 <pre class="brush: java"> 120 <pre class="brush: java"> 127 <pre class="brush: plain"> 136 <pre class="brush: java"> 141 <pre class="brush: plain"> 147 <pre class="brush: plain"> 157 <pre class="brush: java"> 164 <pre class="brush: plain" [all...] |
/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/testng/doc/ |
documentation-main.html | 510 <pre class="brush: xml"> 532 <pre class="brush: xml; highlight: [5,6,7]"> 551 <pre class="brush: xml"> 579 <pre class="brush: xml"> 623 <pre class="brush: text"> 777 <pre class="brush: text"> 787 <pre class="brush: text"> 815 <pre class="brush: text"> 835 <pre class="brush: xml"> 878 <pre class="brush: java" [all...] |
download.html | 43 <pre class="brush: xml">
62 <pre class="brush: java">
76 <pre class="brush: java">
105 <pre class="brush: plain">
|
migrating.html | 40 <pre class="brush: java"> 56 <pre class="brush: xml"> 76 <pre class="brush: xml">
|
ant.html | 34 <pre class="brush: xml">
283 <pre class="brush: xml">
296 <pre class="brush: xml">
312 <pre class="brush: xml">
338 <pre class="brush: xml">
348 <pre class="brush: java">
369 <pre class="brush: text">
380 <pre class="brush: xml">
|
index.html | 90 <pre class="brush: java" > 137 <pre class="brush:java"> 159 <pre class="brush: text"> 177 <pre class="brush: text">
|
selenium.html | 88 <pre class="brush:java"> 157 <pre class="brush:java "> 201 <pre class="brush: xml"> 258 <pre class="brush: java">
|
maven.html | 104 <pre class="brush: xml"> 125 <pre class="brush: text">
|
/external/skia/experimental/DrawingBoard/ |
SampleDrawingClient.cpp | 15 * A drawing client that allows a user to perform simple brush stokes with 16 * a selected color and brush size. The drawing client communicates with a 66 menu->appendSlider("Brush Size", "Brush Size", this->getSinkID(), 1.0, 106 if (SkOSMenu::FindSliderValue(evt, "Brush Size", &fBrushSize))
|
/external/skia/src/xps/ |
SkXPSDevice.cpp | 559 "Could not create solid color brush."); 580 "Could not create brush for side of clamp."); 584 "Could not set brush for side of clamp"); 601 "Could not set brush for corner of clamp."); 667 "Could not create image brush."); 684 //create brush canvas 687 "Could not create image brush canvas."); 690 "Could not get image brush canvas visuals collection."); 702 "Could not set tile mode for image brush central path."); 704 "Could not set fill brush for image brush central path.") [all...] |
/external/webrtc/webrtc/examples/peerconnection/client/ |
main_wnd.cc | 257 HBRUSH brush = ::CreateSolidBrush(RGB(0, 0, 0)); local 259 ::FillRect(dc_mem, &logical_rect, brush); 260 ::DeleteObject(brush); 290 HBRUSH brush = ::CreateSolidBrush(RGB(0, 0, 0)); local 291 ::FillRect(ps.hdc, &rc, brush); 292 ::DeleteObject(brush); 309 HBRUSH brush = ::CreateSolidBrush(::GetSysColor(COLOR_WINDOW)); local 310 ::FillRect(ps.hdc, &rc, brush); 311 ::DeleteObject(brush);
|
/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/testng/ |
testng-1.0.dtd.php | 38 <pre class="brush: xml">
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/octo/ |
TaperedPathStroke.java | 37 // it's the variable-width brush algorithm from the Markers app, basically
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d2d1_1.h | 457 STDMETHOD(DrawLine)(D2D1_POINT_2F point0, D2D1_POINT_2F point1, ID2D1Brush *brush, FLOAT strokeWidth, 459 STDMETHOD(DrawGeometry)(ID2D1Geometry *geometry, ID2D1Brush *brush, FLOAT strokeWidth, ID2D1StrokeStyle *strokeStyle) PURE; 460 STDMETHOD(DrawRectangle)(CONST D2D1_RECT_F *rect, ID2D1Brush *brush, FLOAT strokeWidth, ID2D1StrokeStyle *strokeStyle) PURE; 467 STDMETHOD(FillMesh)(ID2D1Mesh *mesh, ID2D1Brush *brush) PURE; 468 STDMETHOD(FillOpacityMask)(ID2D1Bitmap *opacityMask, ID2D1Brush *brush, CONST D2D1_RECT_F *destinationRectangle, 470 STDMETHOD(FillGeometry)(ID2D1Geometry *geometry, ID2D1Brush *brush, ID2D1Brush *opacityBrush) PURE; 471 STDMETHOD(FillRectangle)(CONST D2D1_RECT_F *rect, ID2D1Brush *brush) PURE; 733 STDMETHOD_(void, FillOpacityMask)(ID2D1Bitmap *opacityMask, ID2D1Brush *brush, CONST D2D1_RECT_F *destinationRectangle = NULL, [all...] |
d2d1.h | 777 STDMETHOD_(void, DrawLine)(D2D1_POINT_2F point0, D2D1_POINT_2F point1, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE; 778 STDMETHOD_(void, DrawRectangle)(const D2D1_RECT_F *rect, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE; 779 STDMETHOD_(void, FillRectangle)(const D2D1_RECT_F *rect, ID2D1Brush *brush) PURE; 780 STDMETHOD_(void, DrawRoundedRectangle)(const D2D1_ROUNDED_RECT *roundedRect, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE; 781 STDMETHOD_(void, FillRoundedRectangle)(const D2D1_ROUNDED_RECT *roundedRect, ID2D1Brush *brush) PURE; 782 STDMETHOD_(void, DrawEllipse)(const D2D1_ELLIPSE *ellipse, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE; 783 STDMETHOD_(void, FillEllipse)(const D2D1_ELLIPSE *ellipse, ID2D1Brush *brush) PURE; 784 STDMETHOD_(void, DrawGeometry)(ID2D1Geometry *geometry, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE; 785 STDMETHOD_(void, FillGeometry)(ID2D1Geometry *geometry, ID2D1Brush *brush, ID2D1Brush *opacityBrush = NULL) PURE; 786 STDMETHOD_(void, FillMesh)(ID2D1Mesh *mesh, ID2D1Brush *brush) PURE [all...] |
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/res/raw/ |
detail_example.json | 5 "text": "It was nine o?clock one sunny California morning, and Geoffrey Strong stood under the live-oak trees in Las Flores Caņon, with a pot of black paint in one hand and a huge brush in the other. He could have handled these implements to better purpose and with better grace had not his arms been firmly held by three laughing girls, who pulled not wisely, but too well. He was further incommoded by the presence of a small urchin who lay on the dusty ground beneath his feet, fastening an upward clutch on the legs of his trousers.\n\nThere were three large canvas tents directly in front of them, yet no one of these seemed to be the object of dissension, but rather a redwood board, some three feet in length, which was nailed on a tree near by. twitch of her cousin?s sleeve.",
|
music_example.json | 5 "text": "It was nine o?clock one sunny California morning, and Geoffrey Strong stood under the live-oak trees in Las Flores Caņon, with a pot of black paint in one hand and a huge brush in the other. He could have handled these implements to better purpose and with better grace had not his arms been firmly held by three laughing girls, who pulled not wisely, but too well. He was further incommoded by the presence of a small urchin who lay on the dusty ground beneath his feet, fastening an upward clutch on the legs of his trousers.\n\nThere were three large canvas tents directly in front of them, yet no one of these seemed to be the object of dissension, but rather a redwood board, some three feet in length, which was nailed on a tree near by. twitch of her cousin?s sleeve.",
|
/external/pdfium/core/fxge/win32/ |
fx_win32_gdipext.cpp | 219 GpSolidFill** brush); 221 GpBrush* brush, 223 typedef GpStatus(WINGDIPAPI* FuncType_GdipDeleteBrush)(GpBrush* brush); 266 GpBrush* brush, 373 GDIPCONST GpBrush* brush, 434 GDIPCONST GpBrush* brush); [all...] |
/external/ImageMagick/config/ |
type-apple.xml.in | 226 fullname="Brush Script MT Italic" 227 family="Brush Script " 228 glyphs="@apple_font_dir@/Brush Script.ttf" 527 fullname="Brush Script MT Italic" 528 family="Brush Script " 529 glyphs="@apple_font_dir@/Microsoft/Brush Script.ttf"
|
/external/ImageMagick/coders/ |
wmf.c | 380 /* Enum to control whether util_set_brush applies brush to fill or 554 /* *brush = WMF_DC_BRUSH(rop_draw->dc); */ 557 /* *brush_bmp = WMF_BRUSH_BITMAP(brush); */ 926 draw_fill_color_string(WmfDrawingWand,"none"); /* Default brush is WHITE_BRUSH */ 1726 *brush = WMF_DC_BRUSH(dc); local [all...] |