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

  /hardware/qcom/display/msm8226/libvirtual/
virtual.cpp 130 // tmpW and tmpH will hold the primary dimensions before we
132 uint32_t tmpW = priW;
137 tmpW = priH;
146 getAspectRatioPosition(tmpW, tmpH, extW, extH, r);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_ad.cpp 213 int tmpW, tmpH;
223 format, tmpW, tmpH);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.cpp 188 int tmpW, tmpH;
198 format, tmpW, tmpH);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_ad.cpp 192 int tmpW, tmpH;
202 format, tmpW, tmpH);
  /external/skia/src/core/
SkMaskBlurFilter.cpp     [all...]
  /external/skqp/src/core/
SkMaskBlurFilter.cpp     [all...]
  /hardware/qcom/display/msm8226/libexternal/
external.cpp 598 // tmpW and tmpH will hold the primary dimensions before we
600 int tmpW = priW;
605 tmpW = priH;
614 getAspectRatioPosition(tmpW, tmpH, width, height, r);
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.cpp 604 // tmpW and tmpH will hold the primary dimensions before we
606 int tmpW = mPrimaryWidth;
611 tmpW = mPrimaryHeight;
620 qdutils::getAspectRatioPosition(tmpW, tmpH, mXres, mYres, r);

Completed in 240 milliseconds