Home
last modified time | relevance | path

Searched defs:overlay (Results 1 – 25 of 66) sorted by relevance

123

/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_yuv.c38 SDL_Overlay *overlay; in SDL_CreateYUVOverlay() local
66 int SDL_LockYUVOverlay(SDL_Overlay *overlay) in SDL_LockYUVOverlay()
75 void SDL_UnlockYUVOverlay(SDL_Overlay *overlay) in SDL_UnlockYUVOverlay()
83 int SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect) in SDL_DisplayYUVOverlay()
141 void SDL_FreeYUVOverlay(SDL_Overlay *overlay) in SDL_FreeYUVOverlay()
DSDL_yuv_sw.c928 SDL_Overlay *overlay; in SDL_CreateYUV_SW() local
1157 int SDL_LockYUV_SW(_THIS, SDL_Overlay *overlay) in SDL_LockYUV_SW()
1162 void SDL_UnlockYUV_SW(_THIS, SDL_Overlay *overlay) in SDL_UnlockYUV_SW()
1167 int SDL_DisplayYUV_SW(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst) in SDL_DisplayYUV_SW()
1278 void SDL_FreeYUV_SW(_THIS, SDL_Overlay *overlay) in SDL_FreeYUV_SW()
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_phyuv.c73 SDL_Overlay* overlay; in ph_CreateYUVOverlay() local
281 int ph_LockYUVOverlay(_THIS, SDL_Overlay* overlay) in ph_LockYUVOverlay()
327 void ph_UnlockYUVOverlay(_THIS, SDL_Overlay* overlay) in ph_UnlockYUVOverlay()
337 int ph_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst) in ph_DisplayYUVOverlay()
459 void ph_FreeYUVOverlay(_THIS, SDL_Overlay *overlay) in ph_FreeYUVOverlay()
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysyuv.cc130 SDL_Overlay* overlay; in BE_CreateYUVOverlay() local
245 int BE_LockYUVOverlay(_THIS, SDL_Overlay* overlay) in BE_LockYUVOverlay()
256 void BE_UnlockYUVOverlay(_THIS, SDL_Overlay* overlay) in BE_UnlockYUVOverlay()
266 int BE_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect *dst) in BE_DisplayYUVOverlay()
295 void BE_FreeYUVOverlay(_THIS, SDL_Overlay *overlay) in BE_FreeYUVOverlay()
DSDL_lowvideo.h48 SDL_Overlay *overlay; member
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
DSDL_ps3yuv.c103 SDL_Overlay* overlay; in PS3_CreateYUVOverlay() local
198 int PS3_LockYUVOverlay(_THIS, SDL_Overlay *overlay) { in PS3_LockYUVOverlay()
208 void PS3_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay) { in PS3_UnlockYUVOverlay()
218 int PS3_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst) { in PS3_DisplayYUVOverlay()
314 void PS3_FreeYUVOverlay(_THIS, SDL_Overlay *overlay) { in PS3_FreeYUVOverlay()
/external/chromium_org/third_party/WebKit/Source/web/
DPageOverlay.cpp55 PassOwnPtr<PageOverlay> PageOverlay::create(WebViewImpl* viewImpl, WebPageOverlay* overlay) in create()
60 PageOverlay::PageOverlay(WebViewImpl* viewImpl, WebPageOverlay* overlay) in PageOverlay()
69 static PassOwnPtr<OverlayGraphicsLayerClientImpl> create(WebPageOverlay* overlay) in create()
93 explicit OverlayGraphicsLayerClientImpl(WebPageOverlay* overlay) in OverlayGraphicsLayerClientImpl()
DPageOverlayList.cpp52 bool PageOverlayList::add(WebPageOverlay* overlay, int zOrder) in add()
98 bool PageOverlayList::remove(WebPageOverlay* overlay) in remove()
121 size_t PageOverlayList::find(WebPageOverlay* overlay) in find()
DPageOverlay.h53 WebPageOverlay* overlay() const { return m_overlay; } in overlay() function
54 void setOverlay(WebPageOverlay* overlay) { m_overlay = overlay; } in setOverlay()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11yuv.c107 static void X11_ClearYUVOverlay(SDL_Overlay *overlay) in X11_ClearYUVOverlay()
162 SDL_Overlay *overlay; in X11_CreateYUVOverlay() local
472 int X11_LockYUVOverlay(_THIS, SDL_Overlay *overlay) in X11_LockYUVOverlay()
477 void X11_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay) in X11_UnlockYUVOverlay()
482 int X11_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst) in X11_DisplayYUVOverlay()
507 void X11_FreeYUVOverlay(_THIS, SDL_Overlay *overlay) in X11_FreeYUVOverlay()
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
DSDL_dx5yuv.c124 SDL_Overlay *overlay; in DX5_CreateYUVOverlay() local
196 int DX5_LockYUVOverlay(_THIS, SDL_Overlay *overlay) in DX5_LockYUVOverlay()
242 void DX5_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay) in DX5_UnlockYUVOverlay()
250 int DX5_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst) in DX5_DisplayYUVOverlay()
283 void DX5_FreeYUVOverlay(_THIS, SDL_Overlay *overlay) in DX5_FreeYUVOverlay()
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
DSDL_DirectFB_yuv.c153 SDL_Overlay *overlay; in DirectFB_CreateYUVOverlay() local
208 int DirectFB_LockYUVOverlay(_THIS, SDL_Overlay *overlay) in DirectFB_LockYUVOverlay()
244 void DirectFB_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay) in DirectFB_UnlockYUVOverlay()
253 int DirectFB_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst) in DirectFB_DisplayYUVOverlay()
274 void DirectFB_FreeYUVOverlay(_THIS, SDL_Overlay *overlay) in DirectFB_FreeYUVOverlay()
/external/chromium_org/ui/webui/resources/js/cr/ui/
Doverlay.js27 function getDefaultButton(overlay) { argument
95 function setupOverlay(overlay) { argument
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
DSDL_gsyuv.c77 SDL_Overlay *overlay; in GS_CreateYUVOverlay() local
308 int GS_LockYUVOverlay(_THIS, SDL_Overlay *overlay) in GS_LockYUVOverlay()
313 void GS_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay) in GS_UnlockYUVOverlay()
318 int GS_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst) in GS_DisplayYUVOverlay()
441 void GS_FreeYUVOverlay(_THIS, SDL_Overlay *overlay) in GS_FreeYUVOverlay()
/external/netperf/
Dnetcpu_pstat.c66 } *overlay; in get_cpu_idle() local
146 } *overlay; in calibrate_idle_rate() local
182 } *overlay; in calibrate_idle_rate() local
/external/chromium-trace/trace-viewer/src/ui/
Doverlay.js79 showOverlay: function(overlay) { argument
142 hideOverlay: function(overlay) { argument
/external/chromium_org/ash/sticky_keys/
Dsticky_keys_overlay_unittest.cc54 StickyKeysOverlay overlay; in TEST_F() local
61 StickyKeysOverlay overlay; in TEST_F() local
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
Dimage_buffer.js22 ImageBuffer.prototype.addOverlay = function(overlay) { argument
36 ImageBuffer.prototype.removeOverlay = function(overlay) { argument
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_buffer.js22 ImageBuffer.prototype.addOverlay = function(overlay) { argument
36 ImageBuffer.prototype.removeOverlay = function(overlay) { argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DPageDebuggerAgent.cpp47 …ectorPageAgent* pageAgent, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) in create()
52 …ectorPageAgent* pageAgent, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) in PageDebuggerAgent()
DInspectorProfilerAgent.cpp86 …ectorProfilerAgent::create(InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) in create()
91 …nt::InspectorProfilerAgent(InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay) in InspectorProfilerAgent()
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/ui/
Doverlay.js57 function setupOverlay(overlay) { argument
/external/chromium_org/ppapi/cpp/dev/
Dwidget_client_dev.cc56 PP_Bool overlay) { in Scrollbar_OverlayChanged()
/external/chromium_org/chrome/browser/resources/help/
Dhelp_base_page.js155 registerOverlay: function(overlay) { argument
/external/chromium_org/chrome/browser/resources/options/
Doptions_page.js521 OptionsPage.registerOverlay = function(overlay, argument
558 OptionsPage.reverseButtonStripIfNecessary_ = function(overlay) { argument

123