Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:dst

274     hwc_rect_t dst = layer->displayFrame;
276 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
278 qhwc::calculate_crop_rects(crop, dst, scissor, layer->transform);
283 int dst_w = dst.right - dst.left;
284 int dst_h = dst.bottom - dst.top;
949 hwc_rect_t dst = layer->displayFrame;
950 if(dst.left > hw_w/2) {
952 } else if(dst.right <= hw_w/2) {
967 hwc_rect_t dst = layer->displayFrame;
968 if(dst.left > hw_w/2) {
973 } else if (dst.right <= hw_w/2) {