Home
last modified time | relevance | path

Searched defs:dCubic (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DStrokerTest.cpp69 static void cubicSetTest(const CubicPts* dCubic, size_t count) { in cubicSetTest()
/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsCubic.cpp724 const double* dCubic = &fPts[0].fX; in toFloatPoints() local