HomeSort by relevance Sort by last modified time
    Searched defs:layerHeight (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc.cpp 250 uint32_t layerHeight = displayFrame.bottom - displayFrame.top;
255 isEqual(((float)layerHeight / (float)sourceHeight), yresRatio))
263 (float)layerHeight * yresRatio);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc.cpp 245 uint32_t layerHeight = displayFrame.bottom - displayFrame.top;
251 (float)layerHeight * yresRatio);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc.cpp 242 uint32_t layerHeight = displayFrame.bottom - displayFrame.top;
248 (float)layerHeight * yresRatio);
    [all...]

Completed in 284 milliseconds