- 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
- 36df7ed Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 64d6295 increase iteration count from 16 to 24, when computing cubic-line intersection. by reed@google.com · 12 years ago
- ff21c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 848148e Fix bug in cubic-clipper (SkEdgeClipper). When we chop the cubic on Top/Bottom by reed@google.com · 12 years ago
- 50c79d8 Enable warnings-as-errors on Windows. by bsalomon@google.com · 12 years ago
- a8a3b3d check for bad enum use when adding contours by reed@google.com · 12 years ago
- 1c9c0d3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- f68154a Add isRect variant that returns path closure and direction. by caryclark@google.com · 12 years ago
- bfe9037 detect wrapped rect in path by caryclark@google.com · 12 years ago
- 3458716 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 56f233a add two nested rect detector to path by caryclark@google.com · 12 years ago
- b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
- cec8de6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
- fbb0ed9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 30c174b Make SkPath cache the result of cheapComputeDirection. by bsalomon@google.com · 12 years ago
- 20fb0c7 add tests for degenerate serifs to computeDirection by reed@google.com · 12 years ago
- 8b0e234 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- a8790de If a path is known to be nonfinite, don't forget that in our autobounds by reed@google.com · 12 years ago
- 158618e Removed degenerate quads from zero radius Chrome-style round rects by robertphillips@google.com · 12 years ago
- 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- c7a37c7 Place r5997 (make arcto's convex) behind a compiler flag to delay day of reckoning with Webkit baselines by robertphillips@google.com · 12 years ago
- b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 12 years ago
- 968c17d fixed compiler complaints by robertphillips@google.com · 12 years ago
- 055c7c2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 8cae835 fix fragile cubic stepper, where we want to assert that each tesselated segment by reed@google.com · 12 years ago
- d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- ed02c4d Fix handling of infinite bounds during "fast transforms". by tomhudson@google.com · 12 years ago
- 2972bb5 Adding storage of SkPath::fIsOval by robertphillips@google.com · 12 years ago
- eef938c check that copied paths have the same segment-masks as their src by reed@google.com · 12 years ago
- 0bb18bb explicitly track if a path is finite or not by reed@google.com · 12 years ago
- 4eefe61 Handle convex paths with degeneracies in cheap direction computation by bsalomon@google.com · 12 years ago
- fedd09b Really fix the build. by schenney@chromium.org · 13 years ago
- aaf1688 Speculative build fix. Tests do not fail locally. by schenney@chromium.org · 13 years ago
- 7e96360 Fix the problem of rendering closePath not properly after a moveTo call in by schenney@chromium.org · 13 years ago
- 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 13 years ago
- df9d656 Add SkPath::getVerbs/countVerbs by bsalomon@google.com · 13 years ago
- 42639cd fix warnings on Mac in tests by caryclark@google.com · 13 years ago
- d414406 Windows compiler complaint cleanup by robertphillips@google.com · 13 years ago
- 744faba addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) by reed@google.com · 13 years ago
- 8b06f1a Detect when the caller was hairline AND strokeandfill, and resolve that into FILL by reed@google.com · 13 years ago
- 7e6c4d1 add SkPath::isLine(), similar to isRect() by reed@google.com · 13 years ago
- 6aa2965 Track oval in SkPath by bsalomon@google.com · 13 years ago
- f3488eb Revert r3705 for fixed pt failures. by bsalomon@google.com · 13 years ago
- c047d41 track oval in SkPath by bsalomon@google.com · 13 years ago
- 0e5104c misc fixes by bsalomon@google.com · 13 years ago
- 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 13 years ago
- 53aab78 Fix line endings. by bsalomon@google.com · 13 years ago
- 6843ac4 Turn off test in fixed pt build. by bsalomon@google.com · 13 years ago
- f0ed80a Make cross_prod used in SkPath::cheapComputeDirection fallback to double computation when result is 0. Verbal LGTM from reed. by bsalomon@google.com · 13 years ago
- d414666 add additional tests for path direction with multiple pts on y-max by reed@google.com · 13 years ago
- ac8543f use contour with global ymax to determine direction by reed@google.com · 13 years ago
- d335d1d automatically inject a moveTo if we see a close followed by a line/quad/cubic by reed@google.com · 13 years ago
- cabaf1d reenable direction test, fix handling of degenerate segments in the non-convex case by reed@google.com · 13 years ago
- 4762831 disable test until I can fix it by reed@google.com · 13 years ago
- e354397 use SkIntToScalar(10) instead of 10 for parameters (for scalar==fixed) by reed@google.com · 13 years ago
- 3e71a88 add gm for reverseAddPath by reed@google.com · 13 years ago
- 6630d8d Add the ability to iterate through a path without modification. This change is by schenney@chromium.org · 13 years ago
- 6c31d9d Fixing PathTest. It was always broken in the convexity test code due by schenney@chromium.org · 13 years ago
- 3287949 Fixing the build for FIXED tests. PathTest was incorrect using "1" instead of "SK_Scalar1". by schenney@chromium.org · 13 years ago
- 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
- 3563c9e fix autobounds dude to call a custom version of rect.join that doesn't ignore by reed@google.com · 13 years ago
- ffdb018 add test for bounds (disabled as it fails) by reed@google.com · 13 years ago
- 53effc5 add tests for flatten, unflatten and transform by reed@google.com · 13 years ago
- 10296cc add segment types query to SkPath (i.e. does it have any quads) by reed@google.com · 13 years ago
- 55b5f4b add SkPoint::CanNormalize to unify decisions about when a vector is degenerate by reed@google.com · 13 years ago
- 221db3c Fix initialization of variables; eliminates warnings on Linux. by tomhudson@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- f131694 Add functionality for isRect() to SkPath. http://codereview.appspot.com/4807052/ by caryclark@google.com · 13 years ago
- b3b8dfa Fix path iter returned pt on close, test path close pt in unit test. by bsalomon@google.com · 13 years ago
- 1f75399 fix PathTest for SKIA_SCALAR=fixed http://codereview.appspot.com/4528083/ by epoger@google.com · 14 years ago
- 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 14 years ago
- b54455e Change getConvexity() to now compute it if the value is set to kUnkown. by reed@google.com · 14 years ago
- 85b6e39 detect more than one loop in computeconvexity by reed@google.com · 14 years ago
- 7c42481 migrate more tests from GrPath.cpp by reed@google.com · 14 years ago
- 04863fa add Convexity enum to SkPath by reed@google.com · 14 years ago
- 62047cf clear the convex-hint in reset() and rewind(), to match its state in a newly by reed@google.com · 14 years ago
- 60bc6d5 add Make to SkTSize by reed@android.com · 15 years ago
- 6b82d1a add isConvex() hit to SkPath, to be used to speed up fills and opengl by reed@android.com · 16 years ago
- 80e39a7 cleanup formating (e.g. no trailing spaces) by reed@android.com · 16 years ago
- d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 16 years ago
- 3abec1d add initial unittests for Path by reed@android.com · 16 years ago