Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:layer

153                     hwc_layer_1_t const* layer = &list->hwLayers[layerIndex];
154 private_handle_t *hnd = (private_handle_t *)layer->handle;
156 /* If a layer requires rotation, set the DMA state
160 has90Transform(layer) && isRotationDoable(ctx, hnd)) {
201 * the layer-list is non-null and numHwLayers > 0, we assume
216 // value is reset on every prepare. However, for the layer
251 hwc_layer_1_t *layer = &list->hwLayers[i];
252 hwc_rect_t& displayFrame = layer->displayFrame;
253 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf);
327 hwc_layer_1_t *layer = &list->hwLayers[i];
328 layer->compositionType = HWC_OVERLAY;
598 //TODO We dont check for SKIP flag on this layer because we need PAN
599 //always. Last layer is always FB