HomeSort by relevance Sort by last modified time
    Searched refs:from_point (Results 1 - 8 of 8) sorted by null

  /external/skia/src/core/
SkGeometry.h 14 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(src[2])
    [all...]
SkGeometry.cpp 129 Sk2s P0 = from_point(src[0]);
130 Sk2s P1 = from_point(src[1]);
131 Sk2s P2 = from_point(src[2]);
147 Sk2s p0 = from_point(src[0]);
148 Sk2s p1 = from_point(src[1]);
149 Sk2s p2 = from_point(src[2]);
274 Sk2s s0 = from_point(src[0]);
275 Sk2s s1 = from_point(src[1]);
276 Sk2s s2 = from_point(src[2]);
290 Sk2s P0 = from_point(src[0])
    [all...]
SkScan_Hairline.cpp 302 Sk2s p0 = from_point(pts[0]);
303 Sk2s p1 = from_point(pts[1]);
304 Sk2s p2 = from_point(pts[2]);
305 Sk2s p3 = from_point(pts[3]);
SkPath.cpp     [all...]
  /external/skqp/src/core/
SkGeometry.h 14 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(src[2])
    [all...]
SkGeometry.cpp 129 Sk2s P0 = from_point(src[0]);
130 Sk2s P1 = from_point(src[1]);
131 Sk2s P2 = from_point(src[2]);
147 Sk2s p0 = from_point(src[0]);
148 Sk2s p1 = from_point(src[1]);
149 Sk2s p2 = from_point(src[2]);
274 Sk2s s0 = from_point(src[0]);
275 Sk2s s1 = from_point(src[1]);
276 Sk2s s2 = from_point(src[2]);
290 Sk2s P0 = from_point(src[0])
    [all...]
SkScan_Hairline.cpp 302 Sk2s p0 = from_point(pts[0]);
303 Sk2s p1 = from_point(pts[1]);
304 Sk2s p2 = from_point(pts[2]);
305 Sk2s p3 = from_point(pts[3]);
SkPath.cpp     [all...]

Completed in 755 milliseconds