Searched refs:tu (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/android/opengl/ |
D | poly_clip.cpp | 65 float t, tu, tv; in poly_clip_to_halfspace() local 71 tu = sign*COORD(u, index) - u->sw*k; in poly_clip_to_halfspace() 72 for (v= &p->vert[0], i=p->n; i>0; i--, u=v, tu=tv, v++) { in poly_clip_to_halfspace() 76 if ((tu <= 0.0f) ^ (tv <= 0.0f)) { in poly_clip_to_halfspace() 78 t = tu/(tu-tv); in poly_clip_to_halfspace()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBCodedOutputStream.m | 319 @"Our UTF8 calc was wrong? %tu vs %zd", usedBufferLength, 330 @"Strings UTF8 length was wrong? %tu vs %zd", [utf8Data length],
|