Lines Matching refs:dst
278 hwc_rect_t dst = layer->displayFrame;
280 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
282 qhwc::calculate_crop_rects(crop, dst, scissor, layer->transform);
287 int dst_w = dst.right - dst.left;
288 int dst_h = dst.bottom - dst.top;
969 hwc_rect_t dst = layer->displayFrame;
970 if(dst.left > hw_w/2) {
972 } else if(dst.right <= hw_w/2) {
987 hwc_rect_t dst = layer->displayFrame;
988 if(dst.left > hw_w/2) {
993 } else if (dst.right <= hw_w/2) {