Searched defs:win (Results 1 - 25 of 84) sorted by relevance

1234

/external/libchrome/base/win/
H A Dscoped_select_object.h14 namespace win { namespace in namespace:base
40 } // namespace win
H A Dscoped_co_mem.h14 namespace win { namespace in namespace:base
18 // base::win::ScopedCoMem<ITEMIDLIST> file_item;
65 } // namespace win
H A Dscoped_com_initializer.h15 namespace win { namespace in namespace:base
76 } // namespace win
H A Dscoped_gdi_object.h13 namespace win { namespace in namespace:base
42 } // namespace win
H A Dscoped_hglobal.h14 namespace win { namespace in namespace:base
50 } // namespace win
H A Dscoped_propvariant.h14 namespace win { namespace in namespace:base
55 } // namespace win
H A Dscoped_hdc.h12 #include "base/win/scoped_handle.h"
15 namespace win { namespace in namespace:base
73 } // namespace win
H A Devent_trace_consumer.h18 namespace win { namespace in namespace:base
147 } // namespace win
H A Dscoped_comptr.h14 namespace win { namespace in namespace:base
165 } // namespace win
/external/mesa3d/src/mesa/main/
H A Dfeedback.h41 const GLfloat win[4],
69 const GLfloat win[4],
68 _mesa_feedback_vertex( struct gl_context *ctx, const GLfloat win[4], const GLfloat color[4], const GLfloat texcoord[4] ) argument
H A Dfeedback.c121 const GLfloat win[4],
125 _mesa_feedback_token( ctx, win[0] );
126 _mesa_feedback_token( ctx, win[1] );
128 _mesa_feedback_token( ctx, win[2] );
131 _mesa_feedback_token( ctx, win[3] );
120 _mesa_feedback_vertex(struct gl_context *ctx, const GLfloat win[4], const GLfloat color[4], const GLfloat texcoord[4]) argument
/external/opencv3/samples/python2/
H A Ddeconvolution.py75 win = 'deconvolution' variable
91 ang = np.deg2rad( cv2.getTrackbarPos('angle', win) )
92 d = cv2.getTrackbarPos('d', win)
93 noise = 10**(-0.1*cv2.getTrackbarPos('SNR (db)', win))
112 cv2.imshow(win, res)
114 cv2.namedWindow(win)
116 cv2.createTrackbar('angle', win, int(opts.get('--angle', 135)), 180, update)
117 cv2.createTrackbar('d', win, int(opts.get('--d', 22)), 50, update)
118 cv2.createTrackbar('SNR (db)', win, int(opts.get('--snr', 25)), 50, update)
/external/mesa3d/src/mesa/swrast/
H A Ds_feedback.c39 GLfloat win[4]; local
43 win[0] = v->attrib[FRAG_ATTRIB_WPOS][0];
44 win[1] = v->attrib[FRAG_ATTRIB_WPOS][1];
45 win[2] = v->attrib[FRAG_ATTRIB_WPOS][2] / ctx->DrawBuffer->_DepthMaxF;
46 win[3] = 1.0F / v->attrib[FRAG_ATTRIB_WPOS][3];
48 _mesa_feedback_vertex(ctx, win, color, vtc);
/external/skia/experimental/SkV8Example/
H A DGlobal.h50 void setWindow(SkOSWindow* win) { argument
51 fWindow = win;
H A DSkV8Example.cpp230 SkV8ExampleWindow* win = new SkV8ExampleWindow(hwnd, jsContext); local
231 global->setWindow(win);
233 return win;
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dilbc_specific_functions.c25 const int16_t *win,
32 const int16_t *winptr = win;
40 const int16_t *win, size_t vector_length,
46 const int16_t *winptr = win;
24 WebRtcSpl_ReverseOrderMultArrayElements(int16_t *out, const int16_t *in, const int16_t *win, size_t vector_length, int16_t right_shifts) argument
39 WebRtcSpl_ElementwiseVectorMult(int16_t *out, const int16_t *in, const int16_t *win, size_t vector_length, int16_t right_shifts) argument
/external/webrtc/webrtc/modules/desktop_capture/win/
H A Dscoped_gdi_object.h20 namespace win { namespace in namespace:webrtc
92 } // namespace win
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10x11main.cpp57 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa); local
58 XMapWindow(dpy, win);
69 swap_chain_desc.OutputWindow = (HWND)win;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa); local
32 XMapWindow(dpy, win);
43 swap_chain_desc.OutputWindow = (HWND)win;
/external/mesa3d/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c55 Window win = 0; local
113 win = XCreateWindow( graw.display, root, x, y, width, height,
127 XSetNormalHints(graw.display, win, &sizehints);
128 XSetStandardProperties(graw.display, win, name, name,
132 XMapWindow(graw.display, win);
136 if (e.type == MapNotify && e.xmap.window == win) {
142 xlib_handle->drawable = (Drawable)win;
163 if (win)
164 XDestroyWindow(graw.display, win);
/external/opencv3/samples/cpp/
H A Ddelaunay2.cpp117 string win = "Delaunay Demo"; local
118 imshow(win, img);
126 imshow( win, img );
135 imshow( win, img );
143 imshow( win, img );
/external/toybox/kconfig/lxdialog/
H A Dchecklist.c31 static void print_item(WINDOW * win, int choice, int selected) argument
36 wattrset(win, dlg.menubox.atr);
37 wmove(win, choice, 0);
39 waddch(win, ' ');
41 wmove(win, choice, check_x);
42 wattrset(win, selected ? dlg.check_selected.atr
44 wprintw(win, "(%c)", item_is_tag('X') ? 'X' : ' ');
46 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr);
47 mvwaddch(win, choice, item_x, item_str()[0]);
48 wattrset(win, selecte
59 print_arrows(WINDOW * win, int choice, int item_no, int scroll, int y, int x, int height) argument
[all...]
H A Dmenubox.c66 static void do_print_item(WINDOW * win, const char *item, int line_y, argument
77 wattrset(win, dlg.menubox.atr);
78 wmove(win, line_y, 0);
83 waddch(win, ' ');
86 wclrtoeol(win);
88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr);
89 mvwaddstr(win, line_y, item_x, menu_item);
91 wattrset(win, selected ? dlg.tag_key_selected.atr
93 mvwaddch(win, line_y, item_x + j, menu_item[j]);
96 wmove(win, line_
111 print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, int height) argument
155 print_buttons(WINDOW * win, int height, int width, int selected) argument
169 do_scroll(WINDOW *win, int *scroll, int n) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.h77 struct wl_egl_window *win; member in struct:wayland_surface
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_feedback.c87 GLfloat win[4]; local
92 win[0] = v->data[0][0];
93 win[1] = ctx->DrawBuffer->Height - v->data[0][1];
94 win[2] = v->data[0][2];
95 win[3] = 1.0F / v->data[0][3];
114 _mesa_feedback_vertex(ctx, win, color, texcoord);

Completed in 607 milliseconds

1234