OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:physHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java
277
int
physHeight
= rotated ? displayDeviceInfo.width : displayDeviceInfo.height;
281
// or
physHeight
/ displayInfo.logicalHeight => pillar box
288
<
physHeight
* displayInfo.logicalWidth) {
294
displayRectWidth = displayInfo.logicalWidth *
physHeight
/ displayInfo.logicalHeight;
295
displayRectHeight =
physHeight
;
297
int displayRectTop = (
physHeight
- displayRectHeight) / 2;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPreserveAspectRatio.h
67
float physWidth, float
physHeight
) const;
Completed in 170 milliseconds