Lines Matching defs:dst
279 hwc_rect_t dst = layer->displayFrame;
281 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
283 qhwc::calculate_crop_rects(crop, dst, scissor, layer->transform);
288 int dst_w = dst.right - dst.left;
289 int dst_h = dst.bottom - dst.top;
960 hwc_rect_t dst = layer->displayFrame;
961 if(dst.left > hw_w/2) {
963 } else if(dst.right <= hw_w/2) {
978 hwc_rect_t dst = layer->displayFrame;
979 if(dst.left > hw_w/2) {
984 } else if (dst.right <= hw_w/2) {