Searched refs:texTop (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.java244 private float texTop; field in class:VideoRendererGui.YuvImageRenderer
271 texTop = (50 - y) / 50.0f;
275 texLeft, texTop,
277 texRight, texTop,
327 float texTop = this.texTop;
330 float displayHeight = (texTop - texBottom) * screenHeight / 2;
345 texTop -= deltaY;
350 texLeft, texTop,
352 texRight, texTop,
[all...]

Completed in 193 milliseconds