Searched refs:horzEdge (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp1864 HorizontalEdge* horzEdge = *horizontal; local
1865 SkScalar left = horzEdge->fLeft;
1866 SkScalar bottom = horzEdge->fY;
1876 horzEdge = *sorted;
1883 pts = LineIntersect(wt.fPts, horzEdge->fLeft,
1884 horzEdge->fRight, horzEdge->fY, wtTs);
1887 pts = QuadIntersect(wt.fPts, horzEdge->fLeft,
1888 horzEdge->fRight, horzEdge
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp1864 HorizontalEdge* horzEdge = *horizontal; local
1865 SkScalar left = horzEdge->fLeft;
1866 SkScalar bottom = horzEdge->fY;
1876 horzEdge = *sorted;
1883 pts = LineIntersect(wt.fPts, horzEdge->fLeft,
1884 horzEdge->fRight, horzEdge->fY, wtTs);
1887 pts = QuadIntersect(wt.fPts, horzEdge->fLeft,
1888 horzEdge->fRight, horzEdge
[all...]

Completed in 1620 milliseconds