aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
...
* speedup SkRect::isFinite() (almost 2x)Gravatar reed@google.com2012-05-16
* update dox for copy-constructorGravatar reed@google.com2012-05-16
* add computeFastBounds to SkPathEffect, so we can attempt quickRejectGravatar reed@google.com2012-05-15
* update dox for measureTextGravatar reed@google.com2012-05-15
* remove null-check in SKPath::Iter::next() -- not needed, and slows us down a ...Gravatar reed@google.com2012-05-15
* Convert AAClipCache's GrRects to GrIRectsGravatar robertphillips@google.com2012-05-15
* add dox for Shaders, and how the paint's alpha modulates the shader's colors.Gravatar reed@google.com2012-05-11
* Warn if return values from SkRect's Make* methods are ignoredGravatar robertphillips@google.com2012-05-10
* add SkPath::isLine(), similar to isRect()Gravatar reed@google.com2012-05-10
* move SkStrokePathEffect into hiding for now, as its functionality is rethought.Gravatar reed@google.com2012-05-10
* allow SkAutoTUnref to be used syntactially as the object is refsGravatar reed@google.com2012-05-08
* remove unused ptr/len parameters from CreateTypefaceGravatar reed@google.com2012-05-07
* revert TLS change (until we impl windows backend)Gravatar reed@google.com2012-05-07
* allow thread-local font cacheGravatar reed@google.com2012-05-07
* Just use std qsortGravatar reed@google.com2012-05-07
* make CanNormalize inline for the float build (big speedup for PathIter)Gravatar reed@google.com2012-05-07
* We were numerically overflowing our 16bit coordinates that we communicateGravatar reed@google.com2012-05-03
* recreate http://codereview.appspot.com/6131051/ in svn instead of gitGravatar epoger@google.com2012-05-03
* store x-interval-count per scanline, so we can skip lines in O(1)Gravatar reed@google.com2012-05-02
* record yspancount and intervalcount in regionsGravatar reed@google.com2012-05-01
* add comment on return-value for SkTSearchGravatar reed@google.com2012-04-30
* Variant of SkRegion::op (called Oper) that either writes the result into a 3rdGravatar reed@google.com2012-04-30
* Add SkString.contains()Gravatar epoger@google.com2012-04-27
* add optional storage parameter to SkWriter32Gravatar reed@google.com2012-04-24
* allow SkMutex* as an alternative arg to SkAutoMutexAcquire constructorGravatar reed@google.com2012-04-23
* cleanups in prep for tls cacheGravatar reed@google.com2012-04-23
* add x() and y() aliases for fLeft and fTop (matching SkIRect)Gravatar reed@google.com2012-04-19
* Track oval in SkPathGravatar bsalomon@google.com2012-04-18
* expose font-table APIs to SkTypefaceGravatar reed@google.com2012-04-17
* Revert r3705 for fixed pt failures. Gravatar bsalomon@google.com2012-04-17
* track oval in SkPathGravatar bsalomon@google.com2012-04-17
* Add cast to support 64 bit.Gravatar caryclark@google.com2012-04-16
* Add SK_SYSTEM_ZLIB define.Gravatar justinlin@google.com2012-04-16
* Fix 64-bit build on MacGravatar epoger@google.com2012-04-16
* Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...Gravatar robertphillips@google.com2012-04-16
* replace getTotalClipStack() with replayClips()+ClipVisitorGravatar reed@google.com2012-04-13
* add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leaveGravatar reed@google.com2012-04-12
* mark getTotalClip as deprecatedGravatar reed@google.com2012-04-12
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12
* allow the tolerance to be zero for nearlyzeroGravatar reed@google.com2012-04-12
* Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZeroGravatar epoger@google.com2012-04-11
* Make it possible to share a comparison func with both SkTSearch and SkQSortGravatar bsalomon@google.com2012-04-10
* misc fixesGravatar bsalomon@google.com2012-04-10
* Warn when ignoring result of SkMatrix::invert.Gravatar bungeman@google.com2012-04-09
* Renaming SkCanvas::fLayerCount to fSaveLayerCount for readabilityGravatar junov@chromium.org2012-04-05
* Fixing the drawing of blurred shodows for hairline paths with software renderingGravatar junov@chromium.org2012-04-04
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Consolidate PixelRef flattables with the standard implGravatar djsollen@google.com2012-03-28
* Fix a bunch of Coverity defects - class members not initialized in the constr...Gravatar vandebo@chromium.org2012-03-28
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26