Home
last modified time | relevance | path

Searched refs:oldWidth (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/ui/src/frontend/
Dpanel_container.ts184 const oldWidth = this.parentWidth; constant
189 return this.parentHeight !== oldHeight || this.parentWidth !== oldWidth;
/external/deqp/modules/egl/
DteglResizeTests.cpp275 const int oldWidth = oldSurface.getWidth(); in compareCorners() local
279 const int minWidth = de::min(oldWidth, newWidth); in compareCorners()
284 const int oldX = xCorner == 0 ? 0 : oldWidth - minWidth; in compareCorners()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java379 int oldWidth = configuration.screenWidthDp; in swapXY() local
383 configuration.screenHeightDp = oldWidth; in swapXY()
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc343 int oldWidth = _width; in SetStreamSettings() local
350 int retVal = FrameSizeChange(oldWidth, oldHeight, oldNumberOfStreams); in SetStreamSettings()
Dvideo_render_nsopengl.mm339 int oldWidth = _width;
346 int retVal = FrameSizeChange(oldWidth, oldHeight, oldNumberOfStreams);