Home
last modified time | relevance | path

Searched refs:asSkVector (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsCurve.h243 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()
DSkPathOpsPoint.h51 SkVector asSkVector() const { in asSkVector() function
/third_party/flutter/skia/src/pathops/
DSkPathOpsCurve.h243 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()
DSkPathOpsPoint.h51 SkVector asSkVector() const { in asSkVector() function
/third_party/flutter/skia/tests/
DPathOpsDVectorTest.cpp38 SkVector sv = v1.asSkVector(); in DEF_TEST()
/third_party/skia/tests/
DPathOpsDVectorTest.cpp38 SkVector sv = v1.asSkVector(); in DEF_TEST()
/third_party/skia/src/core/
DSkPathBuilder.cpp437 SkVector before = befored.asSkVector(); in arcTo()
438 SkVector after = afterd.asSkVector(); in arcTo()
DSkPath.cpp1354 SkVector before = befored.asSkVector(); in arcTo()
1355 SkVector after = afterd.asSkVector(); in arcTo()
/third_party/flutter/skia/src/core/
DSkPath.cpp1608 SkVector before = befored.asSkVector(); in arcTo()
1609 SkVector after = afterd.asSkVector(); in arcTo()