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

  /external/pdfium/xfa/fxbarcode/
BC_TwoDimWriter.cpp 100 int32_t tempHeight = inputHeight + 2;
105 pdfium::base::CheckedNumeric<int32_t> scaledHeight = tempHeight;
125 int32_t multiY = (int32_t)ceil((FX_FLOAT)outputHeight / (FX_FLOAT)tempHeight);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 534 float tempHeight = float(r.bottom - r.top);
537 hRatio = tempHeight/height;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 521 float tempHeight = float(r.bottom - r.top);
524 hRatio = tempHeight/height;
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 749 float tempHeight = float(r.bottom - r.top);
752 hRatio = tempHeight/height;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 682 float tempHeight = float(r.bottom - r.top);
685 hRatio = tempHeight/height;
    [all...]

Completed in 129 milliseconds