Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsCubicReduceOrderTest.cpp175 SkDCubic cubic = quad.debugToCubic(); in DEF_TEST()
185 SkDCubic cubic = quad.debugToCubic(); in DEF_TEST()
195 SkDCubic cubic = quad.debugToCubic(); in DEF_TEST()
/external/skia/src/pathops/
DSkPathOpsQuad.h103 SkDCubic debugToCubic() const;
DSkPathOpsDebug.cpp395 SkDCubic SkDQuad::debugToCubic() const { in debugToCubic() function in SkDQuad