/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_buffer.js | 20 * @param {ImageBuffer.Overlay} overlay // TODO(JSDOC). 22 ImageBuffer.prototype.addOverlay = function(overlay) { 23 var zIndex = overlay.getZIndex(); 29 this.overlays_.splice(i, 0, overlay); 34 * @param {ImageBuffer.Overlay} overlay // TODO(JSDOC). 36 ImageBuffer.prototype.removeOverlay = function(overlay) { 38 if (this.overlays_[i] == overlay) { 43 throw new Error('Cannot remove overlay ' + 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...] |
/frameworks/base/media/java/android/media/videoeditor/ |
Overlay.java | 24 * This is the super class for all Overlay classes. 27 public abstract class Overlay { 33 * The overlay owner 48 private Overlay() { 56 * @param overlayId The overlay id 63 public Overlay(MediaItem mediaItem, String overlayId, long startTimeMs, 85 * Get the overlay ID. 87 * @return The of the overlay 94 * Get the duration of overlay. 96 * @return The duration of the overlay effec [all...] |
/hardware/qcom/display/msm8960/liboverlay/ |
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...] |
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...] |
/hardware/qcom/display/msm8974/liboverlay/ |
overlay.cpp | 30 #include "overlay.h" 37 namespace overlay { namespace 40 Overlay::Overlay() { 49 Overlay::~Overlay() { 55 void Overlay::configBegin() { 65 void Overlay::configDone() { 86 eDest Overlay::nextPipe(eMdpPipeType type, int dpy, int mixer) { 126 bool Overlay::isPipeTypeAttached(eMdpPipeType type) [all...] |
overlay.h | 38 namespace overlay { namespace 41 class Overlay : utils::NoCopy { 54 ~Overlay(); 102 /* Returns the singleton instance of overlay */ 103 static Overlay* getInstance(); 112 explicit Overlay(); 171 static Overlay *sInstance; 177 inline void Overlay::validate(int index) { 184 inline int Overlay::availablePipes(int dpy, int mixer) { 192 !(Overlay::getDMAMode() == Overlay::DMA_BLOCK_MODE & [all...] |
/hardware/qcom/display/msm8x26/liboverlay/ |
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...] |
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...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP_Utils.c | 183 OMX_U16 Overlay;
248 /*Overlay input port*/
430 /*for overlay*/
432 Overlay = 1;
434 VPP_DPRINT("VPP::OVERLAY ENABLED");
437 Overlay = 0;
447 Overlay,
455 Overlay,
[all...] |
/external/robolectric/lib/main/ |
maps_v16.jar | |