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

  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 242 float yRatio = (0.5f + (float)(y - yFirst)) / height;
244 yRatio = 1.0f - yRatio;
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);
  /external/pdfium/fpdfsdk/include/javascript/
JS_Console.h 84 double yRatio = -1.0, double cyRatio = -1.0 );
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 386 float yRatio = 1.0;
416 yRatio = (float)y/(float)fbHeight;
422 y = int((yRatio * asH) + asY);
482 float yRatio = 1.0;
506 yRatio = (float)(inPos.y/actualHeight);
512 outPos.y = uint32_t((yRatio * height) + (float)yPos);
535 yRatio = (float)yPos/height;
541 outPos.y = uint32_t(yRatio * fbHeight);
560 yRatio = (float)outPos.y/fbHeight;
565 outPos.y = uint32_t(yRatio * (float)extH)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 401 float yRatio = 1.0;
431 yRatio = (float)y/(float)fbHeight;
437 y = int((yRatio * asH) + asY);
469 float yRatio = 1.0;
493 yRatio = (float)((float)inPos.y/actualHeight);
499 outPos.y = uint32_t((yRatio * height) + (float)yPos);
522 yRatio = (float)yPos/height;
528 outPos.y = uint32_t(yRatio * fbHeight);
547 yRatio = (float)outPos.y/fbHeight;
552 outPos.y = uint32_t(yRatio * (float)extH)
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 324 float yRatio = 1.0;
348 yRatio = (float)y/fbHeight;
354 y = (yRatio * asH) + asY;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 272 float yRatio = 1.0;
290 yRatio = (float)y/fbHeight;
296 y = (yRatio * asH) + asY;
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 137 milliseconds