Home | History | Annotate | Download | only in core

Lines Matching refs:gpu_target_layer

160   Layer *gpu_target_layer = layers.at(gpu_target_index);
162 if (!IsValid(gpu_target_layer->src_rect)) {
167 if (!IsValid(gpu_target_layer->dst_rect)) {
178 LayerRect out_rect = gpu_target_layer->dst_rect;
180 ScaleRect(src_domain, dst_domain, gpu_target_layer->dst_rect, &out_rect);