Searched refs:invv2 (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-radial-gradient.c359 double pdx, pdy, invv2, b, c; local
361 invv2 = 1. * pixman_fixed_1 / v.vector[2];
363 pdx = v.vector[0] * invv2 - radial->c1.x;
366 pdy = v.vector[1] * invv2 - radial->c1.y;

Completed in 793 milliseconds