Home
last modified time | relevance | path

Searched refs:debugToCubic (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tests/
DPathOpsCubicReduceOrderTest.cpp193 SkDCubic cubic = quad.debugToCubic(); in DEF_TEST()
205 SkDCubic cubic = quad.debugToCubic(); in DEF_TEST()
217 SkDCubic cubic = quad.debugToCubic(); in DEF_TEST()
/third_party/skia/src/pathops/
DSkPathOpsQuad.h117 SkDCubic debugToCubic() const;
DSkPathOpsDebug.cpp688 SkDCubic SkDQuad::debugToCubic() const { in debugToCubic() function in SkDQuad