Searched refs:texBottom (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
H A DVideoRendererGui.java245 private float texBottom; field in class:VideoRendererGui.YuvImageRenderer
273 texBottom = Math.max(-1.0f, (50 - y - height) / 50.0f);
276 texLeft, texBottom,
278 texRight, texBottom
328 float texBottom = this.texBottom;
330 float displayHeight = (texTop - texBottom) * screenHeight / 2;
346 texBottom += deltaY;
351 texLeft, texBottom,
353 texRight, texBottom
[all...]

Completed in 25 milliseconds