OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:naturalHeight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp
286
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 210 milliseconds