Searched refs:src_height (Results 1 - 1 of 1) sorted by relevance

/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 47 milliseconds