Home | History | Annotate | Download | only in hwui

Lines Matching refs:layer

23 #include "Layer.h"
47 ANDROID_API LayerRenderer(Layer* layer);
57 ANDROID_API static Layer* createTextureLayer(bool isOpaque);
58 ANDROID_API static Layer* createLayer(uint32_t width, uint32_t height, bool isOpaque = false);
59 ANDROID_API static bool resizeLayer(Layer* layer, uint32_t width, uint32_t height);
60 ANDROID_API static void updateTextureLayer(Layer* layer, uint32_t width, uint32_t height,
62 ANDROID_API static void destroyLayer(Layer* layer);
63 ANDROID_API static void destroyLayerDeferred(Layer* layer);
64 ANDROID_API static bool copyLayer(Layer* layer, SkBitmap* bitmap);
69 Layer* mLayer;