Searched refs:src_height (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 34 milliseconds