Home
last modified time | relevance | path

Searched refs:fContourHead (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsTypes.h70 return fContourHead; in contourHead()
163 fContourHead = contourHead; in setContourHead()
186 SkOpContourHead* fContourHead; variable
DSkPathOpsTypes.cpp237 , fContourHead(head) in SkOpGlobalState()
DSkPathOpsDebug.cpp289 SkPathOpsDebug::CheckHealth(fContourHead); in debugAddToCoinChangedDict()
297 missing_coincidence(&glitches, fContourHead); in debugAddToCoinChangedDict()
299 move_multiples(&glitches, fContourHead); in debugAddToCoinChangedDict()
301 move_nearby(&glitches, fContourHead); in debugAddToCoinChangedDict()
/third_party/skia/tests/
DPathOpsDebug.cpp1067 const SkOpContour* contour = fContourHead; in debugAngle()
1094 SkOpContour* contour = fContourHead; in debugContour()
1104 const SkOpContour* contour = fContourHead; in debugPtT()
1127 const SkOpContour* contour = fContourHead; in debugSegment()
1141 const SkOpContour* contour = fContourHead; in debugSpan()