openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
AsteroidOS
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Jun 02, 2025 — Jun 02, 2026
Showing page 1,262 of 1,267
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fix leak in Deserialize
[email protected]
More...
about 17 years ago
auto import from //depot/cupcake/@136745
The Android Open Source Project
More...
about 17 years ago
auto import from //depot/cupcake/@136594
The Android Open Source Project
More...
about 17 years ago
auto import from //depot/cupcake/@136594
The Android Open Source Project
More...
about 17 years ago
fix ref() in CreateTypeface fix comment in SkDraw.cpp
[email protected]
More...
about 17 years ago
patch SkMath.h to build in ARMv4 test code for mac fonts (disabled)
[email protected]
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.
[email protected]
More...
over 17 years ago
API cleanup: rename typeface Create to CreateFromName, and remove default arg
[email protected]
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.
[email protected]
More...
over 17 years ago
auto import from //depot/cupcake/@135843
The Android Open Source Project
More...
over 17 years ago
auto import from //depot/cupcake/@135843
The Android Open Source Project
More...
over 17 years ago
auto import from //depot/cupcake/@135843
The Android Open Source Project
More...
over 17 years ago
auto import from //depot/cupcake/@135843
The Android Open Source Project
More...
over 17 years ago
Format more consistently with the rest of Skia.
[email protected]
More...
over 17 years ago
auto import from //depot/cupcake/@132589
The Android Open Source Project
More...
over 17 years ago
auto import from //depot/cupcake/@132589
The Android Open Source Project
More...
over 17 years ago
remove unimplemented (and uncalled) SkTypeface::Hash()
[email protected]
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.
[email protected]
More...
over 17 years ago
add test for different srcover implementations
[email protected]
More...
over 17 years ago
auto import from //depot/cupcake/@137055
The Android Open Source Project
More...
over 17 years ago
auto import from //depot/cupcake/@137055
The Android Open Source Project
More...
over 17 years ago
Unit test and bug fixes for cubic Bezier clipping.
[email protected]
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.
[email protected]
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).
[email protected]
More...
over 17 years ago
Add support for symbolic links for product folders
[email protected]
More...
over 17 years ago
add initial unittests for Path add operator== for paths still need to implement isRect!
[email protected]
More...
over 17 years ago
add tests (unittests) to Makefile move SkTSort.h into public includes
[email protected]
More...
over 17 years ago
more tests (need more meat in there)
[email protected]
More...
over 17 years ago
add initial unittest framework (tests) move some previous unittests out of core classes and into tests
[email protected]
More...
over 17 years ago
Updated the sgrep tool so that is will treat Makefiles (.mk) and shell scripts (.sh) as 'source' files.
Benno Leslie
More...
over 17 years ago
←
1
2
…
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree