From fa2f2a48f6822b88ab895fece1998af549c16ebe Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Thu, 30 May 2013 15:29:48 +0000 Subject: Revert "add asserts to point<-->verb helpers" This reverts commit b4775ac7b55802e87231768f002e4b42f233b0aa. git-svn-id: http://skia.googlecode.com/svn/trunk@9347 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkGeometry.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/core/SkGeometry.h') diff --git a/include/core/SkGeometry.h b/include/core/SkGeometry.h index 2c37fff3e4..6218ed1843 100644 --- a/include/core/SkGeometry.h +++ b/include/core/SkGeometry.h @@ -230,16 +230,7 @@ struct SkConic { void computeAsQuadError(SkVector* err) const; bool asQuadTol(SkScalar tol) const; - /** - * return the power-of-2 number of quads needed to approximate this conic - * with a sequence of quads. Will be >= 0. - */ int computeQuadPOW2(SkScalar tol) const; - - /** - * Chop this conic into N quads, stored continguously in pts[], where - * N = 1 << pow2. The amount of storage needed is (1 + 2 * N) - */ int chopIntoQuadsPOW2(SkPoint pts[], int pow2) const; bool findXExtrema(SkScalar* t) const; -- cgit v1.2.3