Home
last modified time | relevance | path

Searched refs:dCubic (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DStrokerTest.cpp54 static void cubicSetTest(const CubicPts* dCubic, size_t count) { in cubicSetTest() argument
57 const CubicPts& dPts = dCubic[index]; in cubicSetTest()
69 static void cubicPairSetTest(const CubicPts dCubic[][2], size_t count) { in cubicPairSetTest()
73 const CubicPts& dPts = dCubic[index][pair]; in cubicPairSetTest()
/external/skqp/tests/
DStrokerTest.cpp54 static void cubicSetTest(const CubicPts* dCubic, size_t count) { in cubicSetTest() argument
57 const CubicPts& dPts = dCubic[index]; in cubicSetTest()
69 static void cubicPairSetTest(const CubicPts dCubic[][2], size_t count) { in cubicPairSetTest()
73 const CubicPts& dPts = dCubic[index][pair]; in cubicPairSetTest()
/external/skqp/samplecode/
DSampleAAGeometry.cpp398 SkDCubic dCubic = dQuad.debugToCubic(); in set_path_verb() local
400 pts[1] = dCubic[1].asSkPoint(); in set_path_verb()
401 pts[2] = dCubic[2].asSkPoint(); in set_path_verb()
416 SkDCubic dCubic; in set_path_verb() local
417 dCubic.set(pts); in set_path_verb()
418 SkDQuad dQuad = dCubic.toQuad(); in set_path_verb()
/external/skia/samplecode/
DSampleAAGeometry.cpp398 SkDCubic dCubic = dQuad.debugToCubic(); in set_path_verb() local
400 pts[1] = dCubic[1].asSkPoint(); in set_path_verb()
401 pts[2] = dCubic[2].asSkPoint(); in set_path_verb()
416 SkDCubic dCubic; in set_path_verb() local
417 dCubic.set(pts); in set_path_verb()
418 SkDQuad dQuad = dCubic.toQuad(); in set_path_verb()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp710 const double* dCubic = &fPts[0].fX; in toFloatPoints() local
713 cubic[index] = SkDoubleToScalar(dCubic[index]); in toFloatPoints()
/external/skqp/src/pathops/
DSkPathOpsCubic.cpp710 const double* dCubic = &fPts[0].fX; in toFloatPoints() local
713 cubic[index] = SkDoubleToScalar(dCubic[index]); in toFloatPoints()