OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texLeft
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java
242
private float
texLeft
;
270
texLeft
= (x - 50) / 50.0f;
275
texLeft
, texTop,
276
texLeft
, texBottom,
326
float
texLeft
= this.
texLeft
;
329
float displayWidth = (texRight -
texLeft
) * screenWidth / 2;
341
texLeft
+= deltaX;
350
texLeft
, texTop,
351
texLeft
, texBottom
[
all
...]
/frameworks/av/cmds/screenrecord/
TextRenderer.cpp
209
float
texLeft
= mXOffset[chi] / fullTexWidth;
228
texes[off + 0] =
texLeft
;
232
texes[off + 4] =
texLeft
;
234
texes[off + 6] =
texLeft
;
Completed in 59 milliseconds