Home
last modified time | relevance | path

Searched refs:window (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
Dregress-96526-001.js53 if (jumpto == 0) window.location = "http://www.newyankee.com/GetYankees2.cgi?1.jpg";
54 else if (jumpto == [0]) window.location = "http://www.newyankee.com/GetYankees2.cgi?ImageName";
55 else if (jumpto == [1]) window.location = "http://www.newyankee.com/GetYankees2.cgi?1.jpg";
56 …else if (jumpto == [2]) window.location = "http://www.newyankee.com/GetYankees2.cgi?arsrferguson.j…
57 …else if (jumpto == [3]) window.location = "http://www.newyankee.com/GetYankees2.cgi?akjamesmartin.…
58 …else if (jumpto == [4]) window.location = "http://www.newyankee.com/GetYankees2.cgi?aldaverackett.…
59 …else if (jumpto == [5]) window.location = "http://www.newyankee.com/GetYankees2.cgi?alericbrasher.…
60 …else if (jumpto == [6]) window.location = "http://www.newyankee.com/GetYankees2.cgi?algeorgewatkin…
61 …else if (jumpto == [7]) window.location = "http://www.newyankee.com/GetYankees2.cgi?altoddcruise.j…
62 … else if (jumpto == [8]) window.location = "http://www.newyankee.com/GetYankees2.cgi?arkevinc.jpg";
[all …]
/external/qemu/android/skin/
Dwindow.c612 SkinWindow* window; member
616 ball_state_reset( BallState* state, SkinWindow* window ) in ball_state_reset() argument
625 state->window = window; in ball_state_reset()
646 skin_window_redraw( state->window, &state->rect ); in ball_state_show()
653 skin_window_redraw( state->window, &state->rect ); in ball_state_show()
862 skin_window_find_finger( SkinWindow* window, in skin_window_find_finger() argument
866 FingerState* finger = &window->finger; in skin_window_find_finger()
872 if (!window->enable_touch) in skin_window_find_finger()
875 LAYOUT_LOOP_DISPLAYS(&window->layout,disp) in skin_window_find_finger()
889 skin_window_move_mouse( SkinWindow* window, in skin_window_move_mouse() argument
[all …]
Dwindow.h27 extern void skin_window_enable_touch( SkinWindow* window, int enabled );
28 extern void skin_window_enable_trackball( SkinWindow* window, int enabled );
29 extern void skin_window_enable_dpad( SkinWindow* window, int enabled );
30 extern void skin_window_enable_qwerty( SkinWindow* window, int enabled );
32 extern int skin_window_reset ( SkinWindow* window, SkinLayout* layout );
33 extern void skin_window_free ( SkinWindow* window );
34 extern void skin_window_redraw( SkinWindow* window, SkinRect* rect );
35 extern void skin_window_process_event( SkinWindow* window, SDL_Event* ev );
37 extern void skin_window_set_onion( SkinWindow* window,
42 extern void skin_window_set_scale( SkinWindow* window,
[all …]
/external/opencore/codecs_v2/audio/mp3/dec/src/
Dpvmp3_mdct_18.cpp132 void pvmp3_mdct_18(int32 vec[], int32 *history, const int32 *window) in pvmp3_mdct_18() argument
198 vec[ i] = fxp_mac32_Q32(tmp, (vec[i+10]), window[ i]); in pvmp3_mdct_18()
208 vec[ 6] = fxp_mac32_Q32(tmp, vec[16] << 1, window[ i]); in pvmp3_mdct_18()
215 vec[ 7] = fxp_mac32_Q32(tmp, tmp4 << 1, window[ 7]); in pvmp3_mdct_18()
217 vec[ 8] = fxp_mac32_Q32(tmp1, vec[17] << 1, window[ 8]); in pvmp3_mdct_18()
222 vec[ 9] = fxp_mac32_Q32(tmp, vec[17] << 1, window[ 9]); in pvmp3_mdct_18()
224 vec[17] = fxp_mac32_Q32(tmp1, vec[10] << 1, window[17]); in pvmp3_mdct_18()
226 vec[16] = fxp_mac32_Q32(tmp2, vec[11] << 1, window[16]); in pvmp3_mdct_18()
230 vec[15] = fxp_mac32_Q32(tmp1, vec[12] << 1, window[15]); in pvmp3_mdct_18()
232 vec[14] = fxp_mac32_Q32(tmp2, vec[13] << 1, window[14]); in pvmp3_mdct_18()
[all …]
Dpvmp3_get_scale_factors.cpp140 int32 window; in pvmp3_get_scale_factors() local
154 for (window = 0; window < 3; window++) in pvmp3_get_scale_factors()
156 … scalefac->s[window][sfb] = getNbits(pMainData, slen[0][gr_info->scalefac_compress]); in pvmp3_get_scale_factors()
161 for (window = 0; window < 3; window++) in pvmp3_get_scale_factors()
163 … scalefac->s[window][sfb] = getNbits(pMainData, slen[1][gr_info->scalefac_compress]); in pvmp3_get_scale_factors()
173 for (window = 0; window < 3; window++) in pvmp3_get_scale_factors()
175 … scalefac->s[window][sfb] = getNbits(pMainData, slen[i][gr_info->scalefac_compress]); in pvmp3_get_scale_factors()
Dpvmp3_mpeg2_get_scale_factors.cpp129 int32 window; in pvmp3_mpeg2_get_scale_factors() local
156 for (window = 0; window < 3; window++) in pvmp3_mpeg2_get_scale_factors()
158 scalefac->s[window][sfb] = scalefac_buffer[k]; in pvmp3_mpeg2_get_scale_factors()
178 for (window = 0; window < 3; window++) in pvmp3_mpeg2_get_scale_factors()
180 scalefac->s[window][sfb] = scalefac_buffer[k]; in pvmp3_mpeg2_get_scale_factors()
/external/tesseract/wordrec/
Dplotedges.cpp49 void *window; in display_edgepts() local
59 window = edge_window; in display_edgepts()
62 render_edgepts (window, (EDGEPT *) first_node (outlines), White); in display_edgepts()
91 void *window = edge_window; in mark_outline() local
95 c_line_color_index(window, Red); in mark_outline()
96 c_move(window, x, y); in mark_outline()
100 c_draw(window, x, y); in mark_outline()
104 c_draw(window, x, y); in mark_outline()
108 c_draw(window, x, y); in mark_outline()
112 c_draw(window, x, y); in mark_outline()
[all …]
Drender.cpp78 void render_blob(void *window, TBLOB *blob, C_COL color) { in render_blob() argument
83 render_outline (window, blob->outlines, color); in render_blob()
93 void render_edgepts(void *window, EDGEPT *edgept, C_COL color) { in render_edgepts() argument
101 c_line_color_index(window, color); in render_edgepts()
102 c_move(window, x, y); in render_edgepts()
107 c_draw(window, x, y); in render_edgepts()
119 void render_outline(void *window, in render_outline() argument
127 render_edgepts (window, outline->loop, color); in render_outline()
129 render_outline (window, outline->next, color); in render_outline()
132 render_outline(window, outline->child, Grey); in render_outline()
/external/webkit/WebKit/mac/Panels/
DWebPanelAuthenticationHandler.m68 -(void)enqueueChallenge:(NSURLAuthenticationChallenge *)challenge forWindow:(id)window
70 NSMutableArray *queue = [windowToChallengeQueue objectForKey:window];
73 [windowToChallengeQueue _webkit_setObject:queue forUncopiedKey:window];
79 -(void)tryNextChallengeForWindow:(id)window
81 NSMutableArray *queue = [windowToChallengeQueue objectForKey:window];
89 [windowToChallengeQueue removeObjectForKey:window];
100 …[self startAuthentication:challenge window:(window == WebModalDialogPretendWindow ? nil : window)];
105 -(void)startAuthentication:(NSURLAuthenticationChallenge *)challenge window:(NSWindow *)w
107 id window = w ? (id)w : (id)WebModalDialogPretendWindow;
109 if ([windowToPanel objectForKey:window] != nil) {
[all …]
/external/tesseract/ccstruct/
Dcallcpp.cpp96 ScrollView* window = (ScrollView*) win; in c_line_color_index() local
97 window->Pen((ScrollView::Color) (index + 1)); in c_line_color_index()
105 ScrollView* window = (ScrollView*) win; in c_move() local
106 window->SetCursor((int) x, (int) y); in c_move()
114 ScrollView* window = (ScrollView*) win; in c_draw() local
115 window->DrawTo((int) x, (int) y); in c_draw()
121 ScrollView* window = (ScrollView*) win; in c_make_current() local
122 window->Update(); in c_make_current()
128 ScrollView* window = (ScrollView*) win; in c_clear_window() local
129 window->Clear(); in c_clear_window()
Dpdblock.cpp134 ScrollView* window, //window to draw in in plot() argument
144 window->Pen(colour); in plot()
145 window->TextAttributes("Times", BLOCK_LABEL_HEIGHT, false, false, false); in plot()
148 hand_poly->plot(window, serial); in plot()
159 window->Text(startpt.x (), startpt.y (), temp_buff); in plot()
161 window->SetCursor(startpt.x (), startpt.y ()); in plot()
166 window->DrawTo(prevpt.x (), it.data ()->y ()); in plot()
167 window->DrawTo(it.data ()->x (), it.data ()->y ()); in plot()
173 window->SetCursor(startpt.x (), startpt.y ()); in plot()
178 window->DrawTo(prevpt.x (), it.data ()->y ()); in plot()
[all …]
/external/webkit/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.cpp66 GtkWidget* window = gtk_widget_get_toplevel(GTK_WIDGET(m_webView)); in windowRect() local
67 if (GTK_WIDGET_TOPLEVEL(window)) { in windowRect()
69 gtk_window_get_position(GTK_WINDOW(window), &left, &top); in windowRect()
70 gtk_window_get_size(GTK_WINDOW(window), &width, &height); in windowRect()
108 GtkWidget* window = gtk_widget_get_toplevel(GTK_WIDGET(m_webView)); in unfocus() local
109 if (GTK_WIDGET_TOPLEVEL(window)) in unfocus()
110 gtk_window_set_focus(GTK_WINDOW(window), NULL); in unfocus()
311 GdkWindow* window = GTK_WIDGET(m_webView)->window; in repaint() local
313 if (window) { in repaint()
315 gdk_window_invalidate_rect(window, &rect, FALSE); in repaint()
[all …]
/external/webkit/WebCore/platform/mac/
DPlatformScreenMac.mm56 NSWindow *window = widget ? [widget->platformWidget() window] : nil;
57 return toUserSpace([screenForWindow(window) frame], window);
62 NSWindow *window = widget ? [widget->platformWidget() window] : nil;
63 return toUserSpace([screenForWindow(window) visibleFrame], window);
66 NSScreen *screenForWindow(NSWindow *window)
68 NSScreen *screen = [window screen]; // nil if the window is off-screen
/external/webkit/WebCore/bindings/js/
DScriptController.cpp105 ExecState* exec = m_windowShell->window()->globalExec(); in evaluate()
113 m_windowShell->window()->globalData()->timeoutChecker.start(); in evaluate()
115 m_windowShell->window()->globalData()->timeoutChecker.stop(); in evaluate()
143 m_windowShell->window()->willRemoveFromWindowShell(); in clearWindowShell()
148 m_windowShell->window()->setProfileGroup(page->group().identifier()); in clearWindowShell()
163 m_windowShell->window()->updateDocument(); in initScript()
167 m_windowShell->window()->setProfileGroup(page->group().identifier()); in initScript()
183 if (Event* event = m_windowShell->window()->currentEvent()) { in processingUserGestureEvent()
247 debugger->attach(m_windowShell->window()); in attachDebugger()
248 else if (JSC::Debugger* currentDebugger = m_windowShell->window()->debugger()) in attachDebugger()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_wm.c49 if (window!=NULL) in ph_SetCaption()
51 PtSetResource(window, Pt_ARG_WINDOW_TITLE, title, 0); in ph_SetCaption()
67 windowevent.rid = PtWidgetRid(window); in ph_IconifyWindow()
81 PtSetResource(window, Pt_ARG_WINDOW_STATE, Pt_FALSE, Ph_WM_STATE_ISALTKEY); in ph_GrabInputNoLock()
85 PtSetResource(window, Pt_ARG_WINDOW_STATE, Pt_TRUE, Ph_WM_STATE_ISALTKEY); in ph_GrabInputNoLock()
87 PtGetAbsPosition(window, &abs_x, &abs_y); in ph_GrabInputNoLock()
/external/webkit/WebCore/platform/wx/
DRenderThemeWx.cpp254 wxWindow* window = o->view()->frameView()->platformWidget(); in paintButton() local
269 wxRendererNative::Get().DrawPushButton(window, *dc, r, flags); in paintButton()
274 wxRendererNative::Get().DrawRadioButton(window, *dc, r, flags); in paintButton()
276 wxRenderer_DrawRadioButton(window, *dc, r, flags); in paintButton()
282 wxRendererNative::Get().DrawCheckBox(window, *dc, r, flags); in paintButton()
294 wxWindow* window = o->view()->frameView()->platformWidget(); in paintTextField() local
297 wxRendererNative::Get().DrawTextCtrl(window, *dc, r, 0); in paintTextField()
299 wxRenderer_DrawTextCtrl(window, *dc, r, 0); in paintTextField()
316 wxWindow* window = o->view()->frameView()->platformWidget(); in paintMenuList() local
330 wxRendererNative::Get().DrawChoice(window, *dc, r, flags); in paintMenuList()
[all …]
/external/webkit/WebKit/mac/DefaultDelegates/
DWebDefaultUIDelegate.m76 [[wv window] close];
81 [[wv window] makeKeyAndOrderFront:wv];
86 if ([[wv window] isKeyWindow] || [[[wv window] attachedSheet] isKeyWindow]) {
93 return [[wv window] firstResponder];
98 [[wv window] makeFirstResponder:responder];
134 return [[wv window] showsResizeIndicator];
139 // FIXME: This doesn't actually change the resizability of the window,
141 [[wv window] setShowsResizeIndicator:resizable];
146 [[wv window] setFrame:frame display:YES];
151 NSWindow *window = [wv window];
[all …]
/external/openssl/crypto/bn/
Dbn_exp.c241 int i,j,bits,ret=0,wstart,wend,window,wvalue; in BN_mod_exp_recp() local
289 window = BN_window_bits_for_exponent_size(bits); in BN_mod_exp_recp()
290 if (window > 1) in BN_mod_exp_recp()
294 j=1<<(window-1); in BN_mod_exp_recp()
331 for (i=1; i<window; i++) in BN_mod_exp_recp()
374 int i,j,bits,ret=0,wstart,wend,window,wvalue; in BN_mod_exp_mont() local
436 window = BN_window_bits_for_exponent_size(bits); in BN_mod_exp_mont()
437 if (window > 1) in BN_mod_exp_mont()
440 j=1<<(window-1); in BN_mod_exp_mont()
478 for (i=1; i<window; i++) in BN_mod_exp_mont()
[all …]
/external/webkit/WebKit/mac/Carbon/
DCarbonWindowAdapter.mm37 // _auxiliaryStorage->auxWFlags.hasShadow will always be false if the Carbon window has a kWindowNo…
38 // _auxiliaryStorage->_auxWFlags.minimized will always reflect the window's Carbon collapsed state.
41 // _frame will always reflect the window's Carbon kWindowStructureRgn bounds.
44 // _wFlags.visible will always reflect the window's Carbon visibility.
50 // Handling of mouse clicks or key presses for any window control (close, miniaturize, zoom) might …
52 // The background on NSCarbonWindowTester's sample window (not sample dialog or sample sheet) might…
53 // The controls on NSCarbonWindowTester's sample window look inactive when the window is inactive, …
108 // Return an appropriate window frame class.
111 // There's only one appropriate window style, and only one appropriate window frame class.
135window that is to be encapsulated, an indicator of whether or not this object should take responsi…
[all …]
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginView.mm200 NSView *contentView = [[self window] contentView];
212 // the entire window frame (or structure region to use the Carbon term) rather then just the window
225 … [contentView convertRect:[contentView frame] toView:nil]; // convert to window-relative coordinat…
291 // Flip Y to convert NSWindow coordinates to top-left-based window coordinates.
300 …// Look at the Carbon port to convert top-left-based window coordinates into top-left-based conten…
302 … // If drawing with QuickDraw, fix the window port so that it has the same bounds as the NSWindow's
318 window.type = NPWindowTypeWindow;
319 window.x = (int32)boundsInWindow.origin.x;
320 window.y = (int32)boundsInWindow.origin.y;
321 window.width = static_cast<uint32>(NSWidth(boundsInWindow));
[all …]
/external/skia/xcode/ports/
Dskia_mac.cp53 WindowRef window; local
67 // Then create a window. "MainWindow" is the name of the window object. This name is set in
69 err = CreateWindowFromNib(nibRef, CFSTR("MainWindow"), &window);
77 (void)create_sk_window(window);
80 MoveWindow(window, x, y, false);
81 SizeWindow(window, width, height, false);
83 // The window was created hidden so show it.
84 ShowWindow( window );
/external/tesseract/textord/
Dstrokewidth.cpp74 ScrollView* window) { in DisplayGoodBlobs() argument
76 if (window == NULL) in DisplayGoodBlobs()
77 window = MakeWindow(0, 0, window_name); in DisplayGoodBlobs()
79 window->Brush(ScrollView::NONE); in DisplayGoodBlobs()
92 window->Pen(ScrollView::GREEN); in DisplayGoodBlobs()
94 window->Pen(ScrollView::RED); in DisplayGoodBlobs()
95 window->Rectangle(left_x, bottom_y, right_x, top_y); in DisplayGoodBlobs()
97 window->Update(); in DisplayGoodBlobs()
99 return window; in DisplayGoodBlobs()
/external/zlib/
Ddeflate.c185 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
190 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
287 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
297 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
339 zmemcpy(s->window, dictionary, length);
347 s->ins_h = s->window[0];
348 UPDATE_HASH(s, s->ins_h, s->window[1]);
881 TRY_FREE(strm, strm->state->window);
920 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
926 if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL ||
[all …]
/external/webkit/WebCore/platform/image-decoders/zlib/
Ddeflate.c185 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
190 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
287 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
297 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
339 zmemcpy(s->window, dictionary, length);
347 s->ins_h = s->window[0];
348 UPDATE_HASH(s, s->ins_h, s->window[1]);
881 TRY_FREE(strm, strm->state->window);
920 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
926 if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL ||
[all …]
/external/qemu/distrib/zlib-1.2.3/
Ddeflate.c185 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
190 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
287 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
297 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
339 zmemcpy(s->window, dictionary, length);
347 s->ins_h = s->window[0];
348 UPDATE_HASH(s, s->ins_h, s->window[1]);
881 TRY_FREE(strm, strm->state->window);
920 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
926 if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL ||
[all …]

12345678910>>...18