Searched refs:Sk2s (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkGeometry.cpp13 static Sk2s from_point(const SkPoint& point) {
14 return Sk2s::Load(&point.fX);
17 static SkPoint to_point(const Sk2s& x) {
24 static SkVector to_vector(const Sk2s& x) {
113 static Sk2s quad_poly_eval(const Sk2s& A, const Sk2s& B, const Sk2s& C, const Sk2s& t) {
141 Sk2s p
[all...]
H A DSkScan_Hairline.cpp225 Sk2s t(0);
226 Sk2s dt(SK_Scalar1 / lines);
232 Sk2s A = Sk2s::Load(&coeff[0].fX);
233 Sk2s B = Sk2s::Load(&coeff[1].fX);
234 Sk2s C = Sk2s::Load(&coeff[2].fX);
243 static inline Sk2s abs(const Sk2s
[all...]
H A DSkGeometry.h14 static inline Sk2s from_point(const SkPoint& point) {
15 return Sk2s::Load(&point.fX);
18 static inline SkPoint to_point(const Sk2s& x) {
24 static inline Sk2s sk2s_cubic_eval(const Sk2s& A, const Sk2s& B, const Sk2s& C, const Sk2s& D,
25 const Sk2s& t) {
H A DSkNx.h279 typedef SkNf<2, SkScalar> Sk2s; typedef

Completed in 94 milliseconds