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

/external/skia/src/core/
H A DSkGeometry.h14 static inline Sk2s from_point(const SkPoint& point) { function
326 fC = from_point(src[0]);
327 Sk2s P1 = from_point(src[1]);
328 Sk2s P2 = from_point(src[2]);
349 Sk2s p0 = from_point(conic.fPts[0]);
350 Sk2s p1 = from_point(conic.fPts[1]);
351 Sk2s p2 = from_point(conic.fPts[2]);
377 Sk2s P0 = from_point(src[0]);
378 Sk2s P1 = from_point(src[1]);
379 Sk2s P2 = from_point(sr
[all...]
/external/skqp/src/core/
H A DSkGeometry.h14 static inline Sk2s from_point(const SkPoint& point) { function
326 fC = from_point(src[0]);
327 Sk2s P1 = from_point(src[1]);
328 Sk2s P2 = from_point(src[2]);
349 Sk2s p0 = from_point(conic.fPts[0]);
350 Sk2s p1 = from_point(conic.fPts[1]);
351 Sk2s p2 = from_point(conic.fPts[2]);
377 Sk2s P0 = from_point(src[0]);
378 Sk2s P1 = from_point(src[1]);
379 Sk2s P2 = from_point(sr
[all...]

Completed in 72 milliseconds