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

  /external/skia/src/core/
SkGeometry.cpp 13 static Sk2s from_point(const SkPoint& point) {
141 Sk2s p0 = from_point(pts[0]);
142 Sk2s p1 = from_point(pts[1]);
143 Sk2s p2 = from_point(pts[2]);
171 Sk2s P0 = from_point(src[0]);
172 Sk2s P1 = from_point(src[1]);
173 Sk2s P2 = from_point(src[2]);
185 Sk2s P0 = from_point(src[0]);
186 Sk2s P1 = from_point(src[1]);
187 Sk2s P2 = from_point(src[2])
    [all...]
SkScan_Hairline.cpp 254 Sk2s p0 = from_point(pts[0]);
255 Sk2s p1 = from_point(pts[1]);
256 Sk2s p2 = from_point(pts[2]);
257 Sk2s p3 = from_point(pts[3]);
SkGeometry.h 14 static inline Sk2s from_point(const SkPoint& point) { function

Completed in 66 milliseconds