Searched defs:src_width (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp423 float src_width = viewport.width(); local
427 if (src_width != dst_width || src_height != dst_height) {
428 float sx = dst_width / src_width;

Completed in 50 milliseconds