Searched refs:SkFindCubicInflections (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkGeometry.h152 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[2]);
H A DSkGeometry.cpp629 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[]) { function
645 int count = SkFindCubicInflections(src, tValues);
/external/skia/src/core/
H A DSkGeometry.h152 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[2]);
H A DSkGeometry.cpp629 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[]) { function
645 int count = SkFindCubicInflections(src, tValues);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicToQuadsTest.cpp182 int skin = SkFindCubicInflections(skcubic, skinflect);
/external/skia/tests/
H A DPathOpsCubicToQuadsTest.cpp182 int skin = SkFindCubicInflections(skcubic, skinflect);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicToQuadratics_Test.cpp164 int skin = SkFindCubicInflections(skcubic, skinflect);
/external/skia/experimental/Intersection/
H A DCubicToQuadratics_Test.cpp164 int skin = SkFindCubicInflections(skcubic, skinflect);

Completed in 278 milliseconds