HomeSort by relevance Sort by last modified time
    Searched full:bottom_layer (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.cpp 426 Layer *bottom_layer = layer_stack->layers.at(k); local
427 LayerBuffer *layer_buffer = bottom_layer->input_buffer;
429 LayerRect inter_sect = Intersection(layer->dst_rect, bottom_layer->dst_rect);
430 if (bottom_layer->composition != kCompositionHybrid && !IsValid(inter_sect)) {
433 if (bottom_layer->composition == kCompositionGPU ||
434 bottom_layer->composition == kCompositionSDE ||
435 bottom_layer->composition == kCompositionGPUTarget) {
448 LayerRect &src_rect = bottom_layer->blit_regions.at(processed_blit);
451 int ret_val = DrawRectUsingCopybit(hwc_layer, bottom_layer, src_rect, dest_rect);

Completed in 79 milliseconds