Searched defs:Layer (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayer.cpp23 #include "Layer.h"
31 Layer::Layer(const uint32_t layerWidth, const uint32_t layerHeight): function in class:android::uirenderer::Layer
53 Layer::~Layer() {
62 uint32_t Layer::computeIdealWidth(uint32_t layerWidth) {
66 uint32_t Layer::computeIdealHeight(uint32_t layerHeight) {
70 bool Layer::resize(const uint32_t width, const uint32_t height) {
80 ALOGW("Layer exceeds max. dimensions supported by the GPU (%dx%d, max=%dx%d)",
114 void Layer
[all...]
H A DLayer.h52 struct Layer { struct in namespace:android::uirenderer
53 Layer(const uint32_t layerWidth, const uint32_t layerHeight);
54 ~Layer();
368 }; // struct Layer
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp41 #include "Layer.h"
55 int32_t Layer::sSequence = 1;
57 Layer::Layer(SurfaceFlinger* flinger, const sp<Client>& client, function in class:android::Layer
115 void Layer::onFirstRef() {
134 Layer::~Layer() {
147 void Layer::onLayerDisplayed(const sp<const DisplayDevice>& hw,
155 void Layer::onFrameAvailable() {
163 void Layer
[all...]
H A DLayer.h64 * Layer is first referenced.
69 class Layer : public SurfaceFlingerConsumer::FrameAvailableListener { class in namespace:android
116 Layer(SurfaceFlinger* flinger, const sp<Client>& client,
119 virtual ~Layer();
148 virtual const char* getTypeId() const { return "Layer"; }
300 wp<Layer> mLayer;
304 LayerCleaner(const sp<SurfaceFlinger>& flinger, const sp<Layer>& layer);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java55 * a list of Graphics2D for each layers. The class actually maintains a list of {@link Layer}
57 * ({@link Layer#getGraphics()}) is configured only for the new snapshot.
65 private final ArrayList<Layer> mLayers = new ArrayList<Layer>();
78 private final Layer mLocalLayer;
91 private static class Layer { class in class:GcSnapshot
110 Layer(Graphics2D graphics, Bitmap_Delegate bitmap) { method in class:GcSnapshot.Layer
120 * {@link Layer#Layer(Graphics2D, Bitmap_Delegate)} should be used.
126 Layer(Graphics2 method in class:GcSnapshot.Layer
[all...]
/frameworks/native/cmds/flatland/
H A DMain.cpp283 class Layer { class
287 Layer() : function in class:Layer
583 Layer mLayers[MAX_NUM_LAYERS];

Completed in 3299 milliseconds