Searched refs:asSkVector (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkPathOpsCurve.h | 243 return dquad_dxdy_at_t(a, weight, t).asSkVector(); in fquad_dxdy_at_t() 247 return dconic_dxdy_at_t(a, weight, t).asSkVector(); in fconic_dxdy_at_t() 251 return dcubic_dxdy_at_t(a, weight, t).asSkVector(); in fcubic_dxdy_at_t()
|
D | SkPathOpsPoint.h | 51 SkVector asSkVector() const { in asSkVector() function
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsCurve.h | 243 return dquad_dxdy_at_t(a, weight, t).asSkVector(); in fquad_dxdy_at_t() 247 return dconic_dxdy_at_t(a, weight, t).asSkVector(); in fconic_dxdy_at_t() 251 return dcubic_dxdy_at_t(a, weight, t).asSkVector(); in fcubic_dxdy_at_t()
|
D | SkPathOpsPoint.h | 51 SkVector asSkVector() const { in asSkVector() function
|
/third_party/flutter/skia/tests/ |
D | PathOpsDVectorTest.cpp | 38 SkVector sv = v1.asSkVector(); in DEF_TEST()
|
/third_party/skia/tests/ |
D | PathOpsDVectorTest.cpp | 38 SkVector sv = v1.asSkVector(); in DEF_TEST()
|
/third_party/skia/src/core/ |
D | SkPathBuilder.cpp | 437 SkVector before = befored.asSkVector(); in arcTo() 438 SkVector after = afterd.asSkVector(); in arcTo()
|
D | SkPath.cpp | 1354 SkVector before = befored.asSkVector(); in arcTo() 1355 SkVector after = afterd.asSkVector(); in arcTo()
|
/third_party/flutter/skia/src/core/ |
D | SkPath.cpp | 1608 SkVector before = befored.asSkVector(); in arcTo() 1609 SkVector after = afterd.asSkVector(); in arcTo()
|