OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:physWidth
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java
276
int
physWidth
= rotated ? displayDeviceInfo.height : displayDeviceInfo.width;
280
//
physWidth
/ displayInfo.logicalWidth => letter box
287
if (
physWidth
* displayInfo.logicalHeight
290
displayRectWidth =
physWidth
;
291
displayRectHeight = displayInfo.logicalHeight *
physWidth
/ displayInfo.logicalWidth;
298
int displayRectLeft = (
physWidth
- displayRectWidth) / 2;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPreserveAspectRatio.h
67
float
physWidth
, float physHeight) const;
Completed in 332 milliseconds