HomeSort by relevance Sort by last modified time
    Searched full:overlay (Results 26 - 50 of 1450) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/help/
help_base_page.js 7 // OptionsPage, but simpler and contains only overlay- and focus-
8 // handling logic. As in OptionsPage each page can be an overlay itself,
32 * True if current page is overlay.
73 * Shows or hides current page iff it's an overlay.
74 * @param {boolean} visible True if overlay should be displayed.
87 * @return {HTMLDivElement} visible non-overlay page or
88 * null, if there are no visible non-overlay pages.
98 * @return {HTMLDivElement} Visible overlay page, or null,
99 * if there are no visible overlay pages.
104 var overlay = this.registeredOverlays[name]
    [all...]
  /external/chromium_org/chrome/browser/resources/extensions/chromeos/
kiosk_app_disable_bailout_confirm.js 7 * A confirmation overlay for disabling kiosk app bailout shortcut.
20 var overlay = $('kiosk-disable-bailout-confirm-overlay');
21 cr.ui.overlay.setupOverlay(overlay);
22 cr.ui.overlay.globalInitialization();
23 overlay.addEventListener('cancelOverlay', this.handleCancel);
35 /** Handles overlay being canceled. */
54 // Otherwise, show the confirmation overlay.
56 'kiosk-disable-bailout-confirm-overlay'));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Overlay.java 23 * An Overlay is a set of graphics which can be painted on top of the visual
28 public abstract class Overlay {
35 * Construct the overlay, using the given graphics context for painting.
37 public Overlay() {
42 * Initializes the overlay before the first use, if applicable. This is a
53 * Releases resources held by the overlay. Called by the editor when an
54 * overlay has been removed.
60 * Paints the overlay.
69 /** Returns the device associated with this overlay */
75 * Returns whether the overlay is hidde
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11yuv.c 47 /* Workaround intel i810 video overlay waiting with failing until the
107 static void X11_ClearYUVOverlay(SDL_Overlay *overlay)
111 switch (overlay->format)
115 for (y = 0; y < overlay->h; y++)
116 memset(overlay->pixels[0] + y * overlay->pitches[0],
117 0, overlay->w);
119 for (y = 0; y < (overlay->h / 2); y++)
121 memset(overlay->pixels[1] + y * overlay->pitches[1]
162 SDL_Overlay *overlay; local
    [all...]
  /external/chromium/chrome/browser/resources/
keyboard_overlay.css 8 .keyboard-overlay-keyboard {
15 .keyboard-overlay-instructions {
27 .keyboard-overlay-instructions-text {
34 .keyboard-overlay-instructions-hide-text {
41 .keyboard-overlay-key {
53 .keyboard-overlay-key.is-shortcut {
60 .keyboard-overlay-key.is-shortcut.modifier-shift {
64 .keyboard-overlay-key.is-shortcut.modifier-ctrl {
68 .keyboard-overlay-key.is-shortcut.modifier-alt {
72 .keyboard-overlay-key.is-shortcut.modifier-shift.modifier-ctrl
    [all...]
  /external/chromium-trace/trace-viewer/src/ui/
overlay.css 6 .overlay-root * {
11 .overlay-root {
26 .overlay-root:not([visible]) {
30 .overlay-root > .content-host {
37 .overlay * {
41 .overlay-root > .content-host > * {
45 .overlay-root > .content-host .tool-bar {
52 .overlay-root > .content-host .tool-bar .exit-button {
61 .overlay {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
overlay.js 6 // overlay wins, unless the combine argument was true, in which case
10 CodeMirror.overlayMode = CodeMirror.overlayParser = function(base, overlay, combine) {
15 overlay: CodeMirror.startState(overlay),
23 overlay: CodeMirror.copyState(overlay, state.overlay),
36 state.overlayCur = overlay.token(stream, state.overlay);
56 if (overlay.blankLine) overlay.blankLine(state.overlay)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_LockYUVOverlay.3 3 SDL_LockYUVOverlay \- Lock an overlay
8 \fBint \fBSDL_LockYUVOverlay\fP\fR(\fBSDL_Overlay *overlay\fR);
SDL_Overlay.3 3 SDL_Overlay \- YUV video overlay
20 Overlay format (see below)
23 Width and height of overlay
26 Number of planes in the overlay\&. Usually either 1 or 3
32 An array of pointers to teh data of each plane\&. The overlay should be locked before these pointers are used\&.
35 This will be set to 1 if the overlay is hardware accelerated\&.
38 A \fBSDL_Overlay\fR is similar to a \fI\fBSDL_Surface\fR\fR except it stores a YUV overlay\&. All the fields are read only, except for \fBpixels\fR which should be \fIlocked\fR before use\&. The \fBformat\fR field stores the format of the overlay which is one of the following:
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.css 14 .keyboard-overlay-keyboard {
21 .keyboard-overlay-instructions {
33 .keyboard-overlay-instructions-text {
41 .keyboard-overlay-instructions-hide-text {
48 .keyboard-overlay-learn-more-text {
57 .keyboard-overlay-learn-more-text a {
61 .keyboard-overlay-key {
73 .keyboard-overlay-key.is-shortcut {
80 .keyboard-overlay-key.is-shortcut.modifier-shift {
84 .keyboard-overlay-key.is-shortcut.modifier-ctrl
    [all...]
  /external/chromium_org/chrome/browser/resources/extensions/
extension_error_overlay.html 6 <div id="extension-error-overlay" class="page">
8 <h1 class="extension-error-overlay-title"></h1>
9 <div class="content-area" id="extension-error-overlay-content"></div>
13 <button id="extension-error-overlay-dismiss" i18n-content="ok"></button>
extension_error_overlay.css 5 #extension-error-overlay .highlighted-source {
9 #extension-error-overlay .content-area {
  /external/chromium_org/chrome/browser/resources/history/
alert_overlay.css 5 .overlay .page .button-strip > button {
9 .overlay {
  /external/chromium_org/ui/webui/resources/css/
overlay.css 6 .overlay {
22 /* Used to slide in the overlay. */
23 .overlay.transparent .page {
30 .overlay .page {
45 .loading .overlay,
46 .loading .overlay .page {
50 /* keyframes used to pulse the overlay */
66 .overlay .page.pulse {
73 .overlay .page > .close-button {
85 html[dir='rtl'] .overlay .page > .close-button
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsyuv.c 77 SDL_Overlay *overlay; local
91 SDL_SetError("Overlay width/height must be multiples of 16");
96 SDL_SetError("Overlay too large (maximum size: %d pixels)",
114 /* Create the overlay structure */
115 overlay = (SDL_Overlay *)SDL_malloc(sizeof *overlay);
116 if ( overlay == NULL ) {
120 SDL_memset(overlay, 0, (sizeof *overlay));
123 overlay->format = format
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
overlay.css 6 .overlay {
22 /* Used to slide in the overlay. */
23 .overlay.transparent .page {
30 .overlay .page {
44 .loading .overlay,
45 .loading .overlay .page {
49 /* keyframes used to pulse the overlay */
65 .overlay .page.pulse {
72 .overlay .page > .close-button {
83 html[dir='rtl'] .overlay .page > .close-button
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PageOverlayList.cpp 52 bool PageOverlayList::add(WebPageOverlay* overlay, int zOrder)
55 size_t index = find(overlay);
57 OwnPtr<PageOverlay> pageOverlay = PageOverlay::create(m_viewImpl, overlay);
66 // Adjust page overlay list order based on their z-order numbers. We first
67 // check if we need to move the overlay up and do so if needed. Otherwise,
86 // If we did move the overlay, that means z-order is changed and we need to
87 // update overlay layers' z-order. Otherwise, just update current overlay.
98 bool PageOverlayList::remove(WebPageOverlay* overlay)
100 size_t index = find(overlay);
    [all...]
  /external/chromium/chrome/browser/resources/gpu_internals/
overlay.css 6 .overlay-root {
21 .overlay-root:not([visible]),
22 .overlay:not([visible])
27 .overlay-root > .content-host {
35 .overlay-root > .content-host > * {
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw_c.h 27 /* This is the software implementation of the YUV video overlay support */
31 extern int SDL_LockYUV_SW(_THIS, SDL_Overlay *overlay);
33 extern void SDL_UnlockYUV_SW(_THIS, SDL_Overlay *overlay);
35 extern int SDL_DisplayYUV_SW(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
37 extern void SDL_FreeYUV_SW(_THIS, SDL_Overlay *overlay);
  /frameworks/base/core/tests/overlaytests/
README 1 Unit tests for runtime resource overlay
4 As of this writing, runtime resource overlay is only triggered for
6 overlay packages require the Android platform be rebooted. However, the
11 Once runtime resource overlay may be applied to applications, the tests
13 applying runtime resource overlay to a dedicated test application, the
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieOverlay.java 21 import android.media.videoeditor.Overlay;
26 * The representation of an overlay in the user interface
29 // Overlay types
62 * @param overlay The overlay
64 MovieOverlay(Overlay overlay) {
65 mUniqueId = overlay.getId();
66 mAppStartTimeMs = mStartTimeMs = overlay.getStartTime();
67 mAppDurationMs = mDurationMs = overlay.getDuration();
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 38 namespace overlay { namespace
41 class Overlay : utils::NoCopy {
44 ~Overlay();
75 /* Returns the singleton instance of overlay */
76 static Overlay* getInstance();
90 explicit Overlay();
149 static Overlay *sInstance;
153 inline void Overlay::validate(int index) {
160 inline int Overlay::availablePipes(int dpy) {
171 inline void Overlay::setExtFbNum(int fbNum)
    [all...]
overlay.cpp 30 #include "overlay.h"
37 namespace overlay { namespace
40 Overlay::Overlay() {
49 Overlay::~Overlay() {
55 void Overlay::configBegin() {
64 void Overlay::configDone() {
84 eDest Overlay::nextPipe(eMdpPipeType type, int dpy) {
122 bool Overlay::commit(utils::eDest dest)
    [all...]
  /hardware/qcom/display/msm8x26/liboverlay/
overlay.h 38 namespace overlay { namespace
41 class Overlay : utils::NoCopy {
44 ~Overlay();
75 /* Returns the singleton instance of overlay */
76 static Overlay* getInstance();
90 explicit Overlay();
149 static Overlay *sInstance;
153 inline void Overlay::validate(int index) {
160 inline int Overlay::availablePipes(int dpy) {
171 inline void Overlay::setExtFbNum(int fbNum)
    [all...]
overlay.cpp 30 #include "overlay.h"
37 namespace overlay { namespace
40 Overlay::Overlay() {
49 Overlay::~Overlay() {
55 void Overlay::configBegin() {
64 void Overlay::configDone() {
84 eDest Overlay::nextPipe(eMdpPipeType type, int dpy) {
122 bool Overlay::commit(utils::eDest dest)
    [all...]

Completed in 296 milliseconds

12 3 4 5 6 7 8 91011>>