Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsCubicReduceOrderTest.cpp198 SkDCubic cubic = quad.debugToCubic(); in DEF_TEST()
210 SkDCubic cubic = quad.debugToCubic(); in DEF_TEST()
222 SkDCubic cubic = quad.debugToCubic(); in DEF_TEST()
/external/skia/src/pathops/
DSkPathOpsQuad.h129 SkDCubic debugToCubic() const;
DSkPathOpsDebug.cpp692 SkDCubic SkDQuad::debugToCubic() const { in debugToCubic() function in SkDQuad