Searched defs:wRatio (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp321 float wRatio = 1.0; local
349 wRatio = (float)w/fbWidth;
355 w = (wRatio * asW);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp269 float wRatio = 1.0; local
291 wRatio = (float)w/fbWidth;
297 w = (wRatio * asW);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp383 float wRatio = 1.0; local
417 wRatio = (float)w/(float)fbWidth;
423 w = int(wRatio * asW);
479 float wRatio = 1.0; local
507 wRatio = (float)(inPos.w/actualWidth);
513 outPos.w = uint32_t(wRatio * width);
536 wRatio = (float)outPos.w/width;
542 outPos.w = uint32_t(wRatio * fbWidth);
561 wRatio = (float)outPos.w/fbWidth;
566 outPos.w = uint32_t(wRatio * (floa
638 float wRatio = ((float)extW)/fbWidth; local
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp398 float wRatio = 1.0; local
432 wRatio = (float)w/(float)fbWidth;
438 w = int(wRatio * asW);
466 float wRatio = 1.0; local
494 wRatio = (float)((float)inPos.w/actualWidth);
500 outPos.w = uint32_t(wRatio * width);
523 wRatio = (float)outPos.w/width;
529 outPos.w = uint32_t(wRatio * fbWidth);
548 wRatio = (float)outPos.w/fbWidth;
553 outPos.w = uint32_t(wRatio * (floa
625 float wRatio = ((float)extW)/fbWidth; local
[all...]

Completed in 272 milliseconds