Home
last modified time | relevance | path

Searched refs:physicalWidth (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DAndroidViewIntegrationTest.java366 final int physicalWidth = 600;
369 (int) Math.ceil(physicalWidth / deviceDIPScale);
393 testContainerView.onSizeChanged(physicalWidth, 0, 0, 0);
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPreserveAspectRatio.cpp293 …icalX, float logicalY, float logicalWidth, float logicalHeight, float physicalWidth, float physica… in getCTM() argument
297 ASSERT(physicalWidth); in getCTM()
308 double extendedPhysicalWidth = physicalWidth; in getCTM()