Searched defs:times_2 (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkGeometry.h24 static Sk2s times_2(const Sk2s& value) { function
286 fB = times_2(P1 - fC);
287 fA = P2 - times_2(P1) + fC;
313 fNumer.fA = p2 - times_2(p1w) + p0;
314 fNumer.fB = times_2(p1w - p0);
317 fDenom.fB = times_2(ww - fDenom.fC);
340 fB = three * (P2 - times_2(P1) + P0);

Completed in 110 milliseconds