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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp 376 int HTMLImageElement::naturalWidth() const
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 468 int naturalWidth, naturalHeight;
470 naturalWidth = displaySize.x;
473 naturalWidth = displaySize.y;
476 return naturalWidth < naturalHeight;
    [all...]

Completed in 119 milliseconds