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

  /external/chromium_org/printing/
emf_win_unittest.cc 209 HBRUSH brush = static_cast<HBRUSH>(GetStockObject(BLACK_BRUSH)); local
212 FillRect(emf.context(), &rect, brush);
  /external/chromium_org/ui/views/controls/
native_control_win.cc 186 HBRUSH brush = background->GetNativeControlBrush(); local
187 if (brush)
188 return reinterpret_cast<LRESULT>(brush);
native_control.cc 135 // ask it for a (solid color) brush that approximates
144 HBRUSH brush = background->GetNativeControlBrush(); local
145 if (brush)
146 return reinterpret_cast<LRESULT>(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);
  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 722 // Select the NULL brush.
733 // Create and select the brush.
762 LOGBRUSH brush; local
763 brush.lbStyle = BS_SOLID;
764 brush.lbColor = color;
765 brush.lbHatch = 0;
766 HPEN pen = ExtCreatePen(pen_style, stroke_width, &brush, 0, NULL);
810 // Make sure that for transparent color, no brush is used.
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 250 HBRUSH brush = ::CreateSolidBrush(RGB(0, 0, 0)); local
252 ::FillRect(dc_mem, &logical_rect, brush);
253 ::DeleteObject(brush);
283 HBRUSH brush = ::CreateSolidBrush(RGB(0, 0, 0)); local
284 ::FillRect(ps.hdc, &rc, brush);
285 ::DeleteObject(brush);
302 HBRUSH brush = ::CreateSolidBrush(::GetSysColor(COLOR_WINDOW)); local
303 ::FillRect(ps.hdc, &rc, brush);
304 ::DeleteObject(brush);
  /external/chromium_org/ui/native_theme/
native_theme_win.cc 741 HBRUSH brush = GetSysColorBrush(COLOR_3DDKSHADOW); local
742 if (brush) {
743 FrameRect(hdc, rect, brush);
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_win.cc 987 HBRUSH brush = CreateSolidBrush(bg_color_); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 174 milliseconds