Home
last modified time | relevance | path

Searched refs:fx1 (Results 1 – 1 of 1) sorted by relevance

/frameworks/layoutlib/bridge/src/android/view/shadow/
DTriangleBuffer.java78 float fx1 = vx, fy1 = vy, fz1 = c; in drawTriangles() local
81 fz2, fx1, fy1, fz1); in drawTriangles()
82 triangleZBuffMin(mData, mImgWidth, mImgHeight, fx1, fy1, fz1, fx2, fy2, in drawTriangles()
92 float fx1 = strip[i+6], fy1 = strip[i+7], fz1 = scale* strip[i+8]; in drawTriangles() local
94 if (fx1*(fy2-fy3)+fx2*(fy3-fy1)+fx3*(fy1-fy2) ==0) { in drawTriangles()
98 fz2, fx1, fy1, fz1); in drawTriangles()
108 float fy3, float fz3, float fx2, float fy2, float fz2, float fx1, in triangleZBuffMin() argument
110 if (((fx1 - fx2) * (fy3 - fy2) - (fy1 - fy2) * (fx3 - fx2)) < 0) { in triangleZBuffMin()
111 float tmpx = fx1; in triangleZBuffMin()
114 fx1 = fx2; in triangleZBuffMin()
[all …]