Home | History | Annotate | Download | only in core

Lines Matching defs:src_height

1083   float src_height = FLOAT(src_rect.bottom - src_rect.top);
1088 std::swap(src_width, src_height);
1091 if ((src_width > dst_width) || (src_height > dst_height)) {