Lines Matching refs:fGlobalState
44 return fGlobalState->debugCoinDictEntry().fFunctionName; in debugID()
60 SkDEBUGCODE(SkOpGlobalState* globalState() { return fGlobalState; }) in SkDEBUGCODE() argument
64 SkDEBUGCODE(fGlobalState = globalState);
131 SkDEBUGCODE(SkOpGlobalState* fGlobalState);
139 , fGlobalState(globalState) in SkOpCoincidence()
169 return SkDEBUGRELEASE(fGlobalState->debugAngle(id), nullptr); in debugAngle()
179 return SkDEBUGRELEASE(fGlobalState->debugContour(id), nullptr); in debugContour()
192 return SkDEBUGRELEASE(fGlobalState->debugPtT(id), nullptr); in debugPtT()
196 return SkDEBUGRELEASE(fGlobalState->debugSegment(id), nullptr); in debugSegment()
207 return SkDEBUGRELEASE(fGlobalState->debugSpan(id), nullptr); in debugSpan()
219 return fGlobalState; in globalState()
223 return fGlobalState; in globalState()
295 SkOpGlobalState* fGlobalState; variable