HomeSort by relevance Sort by last modified time
    Searched refs:xRatio (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 249 float xRatio = (0.5f + (float)(x - xFirst)) / width;
251 xRatio = 1.0f - xRatio;
253 tcu::Vec4 color = triQuadInterpolate(quad.color, xRatio, yRatio);
254 tcu::Vec4 color1 = triQuadInterpolate(quad.color1, xRatio, yRatio);
255 float depth = triQuadInterpolate(quad.depth, xRatio, yRatio);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 385 float xRatio = 1.0;
415 xRatio = (float)x/(float)fbWidth;
421 x = int((xRatio * asW) + asX);
481 float xRatio = 1.0;
505 xRatio = (float)(inPos.x/actualWidth);
511 outPos.x = uint32_t((xRatio * width) + (float)xPos);
527 xRatio = (float)(outPos.x - xPos)/width;
540 outPos.x = uint32_t(xRatio * fbWidth);
559 xRatio = (float)outPos.x/fbWidth;
564 outPos.x = uint32_t(xRatio * (float)extW)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 400 float xRatio = 1.0;
430 xRatio = (float)x/(float)fbWidth;
436 x = int((xRatio * asW) + asX);
468 float xRatio = 1.0;
492 xRatio = (float)((float)inPos.x/actualWidth);
498 outPos.x = uint32_t((xRatio * width) + (float)xPos);
514 xRatio = (float)(outPos.x - xPos)/width;
527 outPos.x = uint32_t(xRatio * fbWidth);
546 xRatio = (float)outPos.x/fbWidth;
551 outPos.x = uint32_t(xRatio * (float)extW)
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 628 float xRatio = 1.0;
658 xRatio = (float)x/(float)fbWidth;
664 x = int((xRatio * asW) + asX);
696 float xRatio = 1.0;
720 xRatio = (float)((float)inPos.x/actualWidth);
726 outPos.x = uint32_t((xRatio * width) + (float)xPos);
742 xRatio = (float)(outPos.x - xPos)/width;
755 outPos.x = uint32_t(xRatio * fbWidth);
779 xRatio = (float)outPos.x/fbWidth;
784 outPos.x = uint32_t(xRatio * (float)extW)
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 561 float xRatio = 1.0;
591 xRatio = (float)x/(float)fbWidth;
597 x = int((xRatio * asW) + asX);
629 float xRatio = 1.0;
653 xRatio = (float)((float)inPos.x/actualWidth);
659 outPos.x = uint32_t((xRatio * width) + (float)xPos);
675 xRatio = (float)(outPos.x - xPos)/width;
688 outPos.x = uint32_t(xRatio * fbWidth);
712 xRatio = (float)outPos.x/fbWidth;
717 outPos.x = uint32_t(xRatio * (float)extW)
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 322 float xRatio = 1.0;
346 xRatio = (float)x/fbWidth;
352 x = (xRatio * asW) + asX;
    [all...]

Completed in 102 milliseconds