HomeSort by relevance Sort by last modified time
    Searched defs:Overlay (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/ui/file_manager/gallery/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...]
  /frameworks/av/cmds/screenrecord/
Overlay.h 33 * Overlay "filter". This sits between the virtual display and the video
38 class Overlay : public GLConsumer::FrameAvailableListener, Thread {
40 Overlay() : Thread(false),
51 // Creates a thread that performs the overlay. Pass in the surface that
70 Overlay(const Overlay&);
71 Overlay& operator=(const Overlay&);
74 virtual ~Overlay() { assert(mState == UNINITIALIZED || mState == STOPPED); }
86 // One-time setup (essentially object construction on the overlay thread)
    [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...]
  /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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SuggestBox.js 145 this._overlay = new WebInspector.SuggestBox.Overlay();
414 WebInspector.SuggestBox.Overlay = function()
416 this.element = document.createElementWithClass("div", "suggest-box-overlay");
421 WebInspector.SuggestBox.Overlay.prototype = {
  /frameworks/base/cmds/idmap/
scan.cpp 19 struct Overlay {
20 Overlay() {}
21 Overlay(const String8& a, const String8& i, int p) :
24 bool operator<(Overlay const& rhs) const
35 bool writePackagesList(const char *filename, const SortedVector<Overlay>& overlayVector)
43 const Overlay& overlay = overlayVector[i]; local
44 fprintf(fout, "%s %s\n", overlay.apk_path.string(), overlay.idmap_path.string());
135 if (tag == String16("overlay")) {
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlay.cpp 31 #include "overlay.h"
38 namespace overlay { namespace
42 Overlay::Overlay() {
54 Overlay::~Overlay() {
61 void Overlay::configBegin() {
70 void Overlay::configDone() {
92 int Overlay::getPipeId(utils::eDest dest) {
96 eDest Overlay::getDest(int pipeid)
    [all...]
overlay.h 39 namespace overlay { namespace
42 class Overlay : utils::NoCopy {
66 ~Overlay();
86 * end, and expect the overlay to allocate a given pipe for a layer.
91 /* getting overlay.pipeid for the given dest */
138 /* Returns the singleton instance of overlay */
139 static Overlay* getInstance();
153 explicit Overlay();
237 static Overlay *sInstance;
247 inline void Overlay::validate(int index)
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlay.cpp 31 #include "overlay.h"
38 namespace overlay { namespace
42 Overlay::Overlay() {
54 Overlay::~Overlay() {
61 void Overlay::configBegin() {
70 void Overlay::configDone() {
92 int Overlay::getPipeId(utils::eDest dest) {
96 eDest Overlay::getDest(int pipeid)
    [all...]
overlay.h 39 namespace overlay { namespace
42 class Overlay : utils::NoCopy {
67 ~Overlay();
87 * end, and expect the overlay to allocate a given pipe for a layer.
92 /* getting overlay.pipeid for the given dest */
143 /* Returns the singleton instance of overlay */
144 static Overlay* getInstance();
158 explicit Overlay();
245 static Overlay *sInstance;
255 inline void Overlay::validate(int index)
    [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...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BlendComposite.java 41 OVERLAY,
75 public static final BlendComposite Overlay = new BlendComposite(BlendingMode.OVERLAY);
625 case OVERLAY:
    [all...]
  /external/robolectric/lib/main/
maps_v16.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 

Completed in 1138 milliseconds