Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTypes.h70 return fContourHead; in contourHead()
163 fContourHead = contourHead; in setContourHead()
186 SkOpContourHead* fContourHead; variable
DSkPathOpsTypes.cpp234 , 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()
/external/skia/tests/
DPathOpsDebug.cpp1384 const SkOpContour* contour = fContourHead; in debugAngle()
1411 SkOpContour* contour = fContourHead; in debugContour()
1421 const SkOpContour* contour = fContourHead; in debugPtT()
1444 const SkOpContour* contour = fContourHead; in debugSegment()
1458 const SkOpContour* contour = fContourHead; in debugSpan()