Home | History | Annotate | Download | only in hwui

Lines Matching full:layer

21 #include "Layer.h"
45 LayerRenderer(Layer* layer): mLayer(layer) {
58 static Layer* createTextureLayer(bool isOpaque);
59 static Layer* createLayer(uint32_t width, uint32_t height, bool isOpaque = false);
60 static bool resizeLayer(Layer* layer, uint32_t width, uint32_t height);
61 static void updateTextureLayer(Layer* layer, uint32_t width, uint32_t height,
63 static void destroyLayer(Layer* layer);
64 static void destroyLayerDeferred(Layer* layer);
65 static bool copyLayer(Layer* layer, SkBitmap* bitmap);
70 Layer* mLayer;