HomeSort by relevance Sort by last modified time
    Searched refs:texTop (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java 244 private float texTop;
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...]
  /frameworks/av/cmds/screenrecord/
TextRenderer.cpp 211 float texTop = FontBitmap::yoffset[chi] / fullTexHeight;
233 texes[off + 5] = texTop;
235 texes[off + 7] = texTop;
239 texes[off + 11] = texTop;

Completed in 43 milliseconds