Searched refs:texRight (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.java243 private float texRight; field in class:VideoRendererGui.YuvImageRenderer
272 texRight = Math.min(1.0f, (x + width - 50) / 50.0f);
277 texRight, texTop,
278 texRight, texBottom
325 float texRight = this.texRight;
329 float displayWidth = (texRight - texLeft) * screenWidth / 2;
340 texRight -= deltaX;
352 texRight, texTop,
353 texRight, texBotto
[all...]

Completed in 75 milliseconds