HomeSort by relevance Sort by last modified time
    Searched refs:Overlay (Results 76 - 94 of 94) sorted by null

1 2 34

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 40 * The {@link ImageOverlay} class renders an image as an overlay.
42 public class ImageOverlay extends Overlay implements IImageFactory {
89 * @param canvas The {@link LayoutCanvas} to paint the overlay over.
117 * Sets the image to be drawn as an overlay from the passed in AWT
197 * Returns whether this image overlay should be painted with a drop shadow.
201 * @return true if the image overlay should be shown with a drop shadow.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]
  /hardware/qcom/display/msm8084/libexternal/
external.cpp 36 #include "overlay.h"
90 mFbNum = overlay::Overlay::getInstance()->getFbForDpy(HWC_DISPLAY_EXTERNAL);
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h 86 namespace overlay { namespace
89 class Overlay;
125 * The compound format passed to the overlay is
457 // put it back as soon as overlay takes place of the old one
472 HAL_3D_OUT_SIDE_BY_SIDE >> overlay::utils::SHIFT_OUT_3D,
474 HAL_3D_OUT_TOP_BOTTOM >> overlay::utils::SHIFT_OUT_3D,
476 HAL_3D_OUT_INTERLEAVE >> overlay::utils::SHIFT_OUT_3D,
478 HAL_3D_OUT_MONOSCOPIC >> overlay::utils::SHIFT_OUT_3D
694 return overlay::open(fd, fbnum, devpath, flags);
723 //--------------------Class Res stuff (namespace overlay only) ----------
    [all...]
  /hardware/qcom/display/msm8226/libexternal/
external.cpp 36 #include "overlay.h"
90 mFbNum = overlay::Overlay::getInstance()->getFbForDpy(HWC_DISPLAY_EXTERNAL);
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 86 namespace overlay { namespace
89 class Overlay;
531 return overlay::open(fd, fbnum, devpath, flags);
568 //--------------------Class Res stuff (namespace overlay only) -----------
579 //--------------------Class OvFD stuff (namespace overlay only) -----------
690 } // overlay
  /hardware/qcom/display/msm8960/libexternal/
external.cpp 39 #include "overlay.h"
648 // Update external fb number in Overlay context
649 overlay::Overlay::getInstance()->setExtFbNum(extFbNum);
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 83 namespace overlay { namespace
86 class Overlay;
122 * The compound format passed to the overlay is
452 // put it back as soon as overlay takes place of the old one
467 HAL_3D_OUT_SIDE_BY_SIDE >> overlay::utils::SHIFT_OUT_3D,
469 HAL_3D_OUT_TOP_BOTTOM >> overlay::utils::SHIFT_OUT_3D,
471 HAL_3D_OUT_INTERLEAVE >> overlay::utils::SHIFT_OUT_3D,
473 HAL_3D_OUT_MONOSCOPIC >> overlay::utils::SHIFT_OUT_3D
696 return overlay::open(fd, fbnum, devpath, flags);
725 //--------------------Class Res stuff (namespace overlay only) ----------
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 82 namespace overlay { namespace
85 class Overlay;
121 * The compound format passed to the overlay is
449 // put it back as soon as overlay takes place of the old one
464 HAL_3D_OUT_SIDE_BY_SIDE >> overlay::utils::SHIFT_OUT_3D,
466 HAL_3D_OUT_TOP_BOTTOM >> overlay::utils::SHIFT_OUT_3D,
468 HAL_3D_OUT_INTERLEAVE >> overlay::utils::SHIFT_OUT_3D,
470 HAL_3D_OUT_MONOSCOPIC >> overlay::utils::SHIFT_OUT_3D
674 return overlay::open(fd, fbnum, devpath, flags);
703 //--------------------Class Res stuff (namespace overlay only) ----------
    [all...]
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.h 86 namespace overlay { namespace
89 class Overlay;
528 return overlay::open(fd, fbnum, devpath, flags);
565 //--------------------Class Res stuff (namespace overlay only) -----------
576 //--------------------Class OvFD stuff (namespace overlay only) -----------
687 } // overlay
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 30 #include <overlay.h>
51 using namespace overlay;
52 using namespace overlay::utils;
53 namespace ovutils = overlay::utils;
269 overlay::Overlay::initOverlay();
302 ctx->mOverlay = overlay::Overlay::getInstance();
494 const int fbNum = Overlay::getFbForDpy(dpy);
    [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...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 30 #include <overlay.h>
50 using namespace overlay;
51 using namespace overlay::utils;
52 namespace ovutils = overlay::utils;
190 overlay::Overlay::initOverlay();
191 ctx->mOverlay = overlay::Overlay::getInstance();
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 30 #include <overlay.h>
51 using namespace overlay;
52 using namespace overlay::utils;
53 namespace ovutils = overlay::utils;
197 overlay::Overlay::initOverlay();
198 ctx->mOverlay = overlay::Overlay::getInstance();
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 

Completed in 2709 milliseconds

1 2 34