Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp237 float src_height = viewport.height(); in setProjection() local
240 if (src_width != dst_width || src_height != dst_height) { in setProjection()
242 float sy = dst_height / src_height; in setProjection()