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

/external/skia/src/core/
H A DSkGeometry.h24 static Sk2s times_2(const Sk2s& value) { function
329 fB = times_2(P1 - fC);
330 fA = P2 - times_2(P1) + fC;
356 fNumer.fA = p2 - times_2(p1w) + p0;
357 fNumer.fB = times_2(p1w - p0);
360 fDenom.fB = times_2(ww - fDenom.fC);
383 fB = three * (P2 - times_2(P1) + P0);
/external/skqp/src/core/
H A DSkGeometry.h24 static Sk2s times_2(const Sk2s& value) { function
329 fB = times_2(P1 - fC);
330 fA = P2 - times_2(P1) + fC;
356 fNumer.fA = p2 - times_2(p1w) + p0;
357 fNumer.fB = times_2(p1w - p0);
360 fDenom.fB = times_2(ww - fDenom.fC);
383 fB = three * (P2 - times_2(P1) + P0);

Completed in 145 milliseconds