1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 02, 2025 — Jun 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix leak in Deserialize More... about 17 years ago
auto import from //depot/cupcake/@136745 More... about 17 years ago
auto import from //depot/cupcake/@136594 More... about 17 years ago
auto import from //depot/cupcake/@136594 More... about 17 years ago
fix ref() in CreateTypeface fix comment in SkDraw.cpp More... about 17 years ago
patch SkMath.h to build in ARMv4 test code for mac fonts (disabled) More... about 17 years ago
Significant cleanup in api, and more importantly in sementics, of SkFontHost - FindTypeface is now CreateTypeface, and what it returns is always considered a new instance, even if it is from a cache (in which case it will have been ref()'d. The caller must always balance its ownership by calling unref() on the result when they are done. - CloseStream is gone, since the caller can/must call stream->unref() when they are done using it. - ResolveTypeface is now ValidFontID, and just returns a bool. More... over 17 years ago
API cleanup: rename typeface Create to CreateFromName, and remove default arg More... over 17 years ago
Move SkTSort.h back to private, and instead allow in the makefile for tests to see private headers. This also means the tests don't have to use ../.. to find the private header they want. More... over 17 years ago
auto import from //depot/cupcake/@135843 More... over 17 years ago
auto import from //depot/cupcake/@135843 More... over 17 years ago
auto import from //depot/cupcake/@135843 More... over 17 years ago
auto import from //depot/cupcake/@135843 More... over 17 years ago
Format more consistently with the rest of Skia. More... over 17 years ago
auto import from //depot/cupcake/@132589 More... over 17 years ago
auto import from //depot/cupcake/@132589 More... over 17 years ago
remove unimplemented (and uncalled) SkTypeface::Hash() More... over 17 years ago
change srcover (and dstover) to use the faster thought slightly less accurate computation of the scale factor (+1 instead of SkAlpha255To256). This has the upside of guaranteeing that if the dst is opaque (alpha==255), it will always stay opaque. More... over 17 years ago
add test for different srcover implementations More... over 17 years ago
auto import from //depot/cupcake/@137055 More... over 17 years ago
auto import from //depot/cupcake/@137055 More... over 17 years ago
Unit test and bug fixes for cubic Bezier clipping. More... over 17 years ago
Add cubic clipping, similar to that of quad clipping. Both Newton-Raphson and Bisection are implemented, because it is not clear which one will yield the highest performance on a given platform. Bisection is turned on as the default. More... over 17 years ago
explicitly call "our" version of clipPath in the case when clipRect needs to turn itself into a path when the matrix rotates. This avoids infinite recursion when the canvas is subclassed (e.g. SkPicture's recording canvas). More... over 17 years ago
Add support for symbolic links for product folders More... over 17 years ago
add initial unittests for Path add operator== for paths still need to implement isRect! More... over 17 years ago
add tests (unittests) to Makefile move SkTSort.h into public includes More... over 17 years ago
more tests (need more meat in there) More... over 17 years ago
add initial unittest framework (tests) move some previous unittests out of core classes and into tests More... over 17 years ago
Updated the sgrep tool so that is will treat Makefiles (.mk) and shell scripts (.sh) as 'source' files. More... over 17 years ago