blob: 3f4e8cf32b69afce267c83e87c2172e5196451d6 [file] [log] [blame]
caryclark@google.com235f56a2012-09-14 14:19:30 +00001/*
2 * Copyright 2012 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
skia.committer@gmail.com055c7c22012-09-15 02:01:41 +00007
caryclark@google.com235f56a2012-09-14 14:19:30 +00008#include "DataTypes.h"
9#include "Intersections.h"
10
11void Intersections::cleanUp() {
12 assert(fCoincidentUsed);
13 assert(fUsed);
14 // find any entries in fT that could be part of the coincident range
skia.committer@gmail.com055c7c22012-09-15 02:01:41 +000015
caryclark@google.com235f56a2012-09-14 14:19:30 +000016}