Home
last modified time | relevance | path

Searched refs:debugInit (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsConic.h29 void debugInit() { in debugInit() function
30 fPts.debugInit(); in debugInit()
153 void debugInit() override { return fConic.debugInit(); }
H A DSkPathOpsQuad.h40 void debugInit() { in debugInit() function
144 void debugInit() override { return fQuad.debugInit(); }
H A DSkPathOpsTSect.h35 void debugInit() { in debugInit() function in SkTCoincident
98 void debugInit(const SkTCurve& curve, SkArenaAlloc& heap) { in debugInit() function in SkTSpan
101 fake->debugInit(); in debugInit()
H A DSkPathOpsCubic.h54 void debugInit() { in debugInit() function
201 void debugInit() override { return fCubic.debugInit(); }
H A DSkPathOpsTCurve.h24 virtual void debugInit() = 0;
H A DSkPathOpsRect.h29 void debugInit();
H A DSkPathOpsTSect.cpp537 result->debugInit(fCurve, fHeap); in addOne()
538 result->fCoinStart.debugInit(); in addOne()
539 result->fCoinEnd.debugInit(); in addOne()
541 result->fBounds.debugInit(); in addOne()
H A DSkPathOpsDebug.cpp715 void SkDRect::debugInit() { in debugInit() function in SkDRect

Completed in 11 milliseconds