Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/misc/
DbezierTools.py35 ay2 = ay*2.0
39 if ay2 != 0:
40 roots.append(-by/ay2)
/external/mesa3d/src/gallium/state_trackers/vega/
Dmatrix.h323 VGfloat ay2 = dy3 - dy2; in matrix_square_to_quad() local
326 VGfloat gtop = ax * ay2 - ax2 * ay; in matrix_square_to_quad()
328 VGfloat bottom = ax1 * ay2 - ax2 * ay1; in matrix_square_to_quad()