OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:naturalWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp
278
int HTMLImageElement::
naturalWidth
() const
/packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java
426
int
naturalWidth
, naturalHeight;
428
naturalWidth
= displaySize.x;
431
naturalWidth
= displaySize.y;
434
return
naturalWidth
< naturalHeight;
[
all
...]
Completed in 2825 milliseconds