Lines Matching full:layer
89 int numAppLayers; //Total - 1, excluding FB layer.
101 uint32_t mFlags; //qcom specific layer flags
128 void add(hwc_layer_1_t* layer, overlay::Rotator *rot);
166 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
169 bool needsScaling(hwc_layer_1_t const* layer);
170 bool isAlphaPresent(hwc_layer_1_t const* layer);
189 //Trims a layer's source crop which is outside of screen boundary.
193 //Sets appropriate mdp flags for a layer.
194 void setMdpFlags(hwc_layer_1_t *layer,
199 int configureLowRes(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy,
205 int configureHighRes(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy,
272 inline void getLayerResolution(const hwc_layer_1_t* layer,
274 hwc_rect_t displayFrame = layer->displayFrame;