Home
last modified time | relevance | path

Searched refs:fDebugGlobalState (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsTSect.h113 fDebugGlobalState = state; in debugSetGlobalState()
138 SkDEBUGCODE(SkOpGlobalState* globalState() const { return fDebugGlobalState; }) in SkDEBUGCODE() argument
238 SkDEBUGCODE(SkOpGlobalState* fDebugGlobalState);
251 SkDEBUGCODE(SkOpGlobalState* globalState() { return fDebugGlobalState; })
363 SkDEBUGCODE(SkOpGlobalState* fDebugGlobalState);
DSkPathOpsQuad.h47 SkDQuad result = {{fPts[2], fPts[1], fPts[0]} SkDEBUGPARAMS(fDebugGlobalState) }; in flip()
58 SkDEBUGCODE(fDebugGlobalState = state); in set()
72 SkOpGlobalState* globalState() const { return fDebugGlobalState; } in globalState()
123 SkDEBUGCODE(SkOpGlobalState* fDebugGlobalState);
DSkPathOpsCubic.h76 SkOpGlobalState* globalState() const { return fDebugGlobalState; } in globalState()
116 SkDEBUGCODE(fDebugGlobalState = state); in set()
141 SkDEBUGCODE(SkOpGlobalState* fDebugGlobalState);
DSkIntersections.h21 SkDEBUGPARAMS(fDebugGlobalState(globalState)) in SkIntersections()
107 SkOpGlobalState* globalState() const { return fDebugGlobalState; } in globalState()
325 SkOpGlobalState* fDebugGlobalState; variable
DSkPathOpsConic.cpp164 SkDEBUGPARAMS(fPts.fDebugGlobalState) }, in subDivide()
DSkPathOpsConic.h38 SkDEBUGPARAMS(fPts.fDebugGlobalState) }, fWeight}; in flip()
DSkDCubicLineIntersection.cpp125 SkDEBUGCODE(c.fDebugGlobalState = fIntersections->globalState()); in intersectRay()
DSkPathOpsTSect.cpp508 SkDEBUGPARAMS(fDebugGlobalState(debugGlobalState)) in SkTSect()
1071 SkIntersections thisRayI SkDEBUGCODE((span->fDebugGlobalState)); in linesIntersect()
1072 SkIntersections oppRayI SkDEBUGCODE((span->fDebugGlobalState)); in linesIntersect()
DSkPathOpsDebug.cpp702 SkDEBUGCODE(fDebugGlobalState = nullptr); in debugSet()
707 SkDEBUGCODE(fDebugGlobalState = nullptr); in debugSet()