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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp 263 int HTMLImageElement::naturalHeight() const
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 426 int naturalWidth, naturalHeight;
429 naturalHeight = displaySize.y;
432 naturalHeight = displaySize.x;
434 return naturalWidth < naturalHeight;
    [all...]

Completed in 59 milliseconds