HomeSort by relevance Sort by last modified time
    Searched defs:layerWidth (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc.cpp 173 float layerWidth = displayFrame.right - displayFrame.left;
178 if (isEqual(layerWidth / sourceWidth, xresRatio) &&
184 displayFrame.right = displayFrame.left + layerWidth * xresRatio;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc.cpp 249 uint32_t layerWidth = displayFrame.right - displayFrame.left;
254 if (isEqual(((float)layerWidth / (float)sourceWidth), xresRatio) &&
261 (float)layerWidth * xresRatio);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]

Completed in 654 milliseconds