Searched defs:src_height (Results 1 - 1 of 1) sorted by path

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp458 float src_height = viewport.height(); local
461 if (src_width != dst_width || src_height != dst_height) {
463 float sy = dst_height / src_height;

Completed in 20 milliseconds