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

  /external/skia/src/core/
SkGeometry.h 14 static inline Sk2s from_point(const SkPoint& point) { function
296 fC = from_point(src[0]);
297 Sk2s P1 = from_point(src[1]);
298 Sk2s P2 = from_point(src[2]);
319 Sk2s p0 = from_point(conic.fPts[0]);
320 Sk2s p1 = from_point(conic.fPts[1]);
321 Sk2s p2 = from_point(conic.fPts[2]);
347 Sk2s P0 = from_point(src[0]);
348 Sk2s P1 = from_point(src[1]);
349 Sk2s P2 = from_point(src[2])
    [all...]
SkGeometry.cpp 127 Sk2s P0 = from_point(src[0]);
128 Sk2s P1 = from_point(src[1]);
129 Sk2s P2 = from_point(src[2]);
145 Sk2s p0 = from_point(src[0]);
146 Sk2s p1 = from_point(src[1]);
147 Sk2s p2 = from_point(src[2]);
272 Sk2s s0 = from_point(src[0]);
273 Sk2s s1 = from_point(src[1]);
274 Sk2s s2 = from_point(src[2]);
288 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 1220 milliseconds