- 1f90287 Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. by tomhudson@google.com · 13 years ago
- 15eeca0 Update the implementation of SkTypeface_android.h functions. by djsollen@google.com · 13 years ago
- 9714516 Add SkFontDescriptor for serializing fonts. by djsollen@google.com · 13 years ago
- 0d10280 We often rgn-diff an area >= the other rgn. now we detect that and return empty by reed@google.com · 13 years ago
- d414406 Windows compiler complaint cleanup by robertphillips@google.com · 13 years ago
- d2700ee Refactor dictionaries for use by entities other than just SkPicture by djsollen@google.com · 13 years ago
- eec9dbc arm: First step towards dynamic NEON support. by digit@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
- 398b1bc add SkPoint::isZero(), match the existing method on SkIPoint by mike@reedtribe.org · 13 years ago
- fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 13 years ago
- d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 13 years ago
- 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 13 years ago
- 49d9fd5 Plumbing to propagate save & restore from SkCanvas down to GrContext & lower by robertphillips@google.com · 13 years ago
- 1f1db4c update dox for NewFromMalloc() to clarify ownership by reed@google.com · 13 years ago
- ffe39bd Fix type errors and a few warnings for Visual Studio 2010 64-bit build. by tomhudson@google.com · 13 years ago
- ebd2496 change SkChunkAlloc to grow its allocations geometrically (not linearly) by reed@google.com · 13 years ago
- 803c67d change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev value by reed@google.com · 13 years ago
- 6172d67 Allow font-cache to use thread_local_storage for a private cache by reed@google.com · 13 years ago
- ff0da4f Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all by reed@google.com · 13 years ago
- 5269566 Add 'inline' to suppress unused warnings with Android NDK build. by bungeman@google.com · 13 years ago
- 73a0258 computeFastStrokeBounds needs to pass kStroke_Style instead of kFill_Style (ya think?) by reed@google.com · 13 years ago
- 115d931 pass the region-op to the clipstack for SkCanvas::clipRegion. by reed@google.com · 13 years ago
- 20a0477 Fix new atomic declarations for Android. by bungeman@google.com · 13 years ago
- a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 13 years ago
- 4a3b714 Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. by reed@google.com · 13 years ago
- d5f2079 can't make the compute-bounds methods private yet :( by reed@google.com · 13 years ago
- a584aed perform quickReject in drawPoints (which is called by drawLine) just like we by reed@google.com · 13 years ago
- 7b463ac speedup SkRect::isFinite() (almost 2x) by reed@google.com · 13 years ago
- 5dd510f update dox for copy-constructor by reed@google.com · 13 years ago
- e4f10a7 add computeFastBounds to SkPathEffect, so we can attempt quickReject by reed@google.com · 13 years ago
- 97ecd1d update dox for measureText by reed@google.com · 13 years ago
- 9e25dbf remove null-check in SKPath::Iter::next() -- not needed, and slows us down a little by reed@google.com · 13 years ago
- 6623fcd Convert AAClipCache's GrRects to GrIRects by robertphillips@google.com · 13 years ago
- 880dc47 add dox for Shaders, and how the paint's alpha modulates the shader's colors. by reed@google.com · 13 years ago
- 5d64068 Warn if return values from SkRect's Make* methods are ignored by robertphillips@google.com · 13 years ago
- 7e6c4d1 add SkPath::isLine(), similar to isRect() by reed@google.com · 13 years ago
- 75a0972 move SkStrokePathEffect into hiding for now, as its functionality is rethought. by reed@google.com · 13 years ago
- f51018d allow SkAutoTUnref to be used syntactially as the object is refs by reed@google.com · 13 years ago
- 0389d93 remove unused ptr/len parameters from CreateTypeface by reed@google.com · 13 years ago
- 82d447d revert TLS change (until we impl windows backend) by reed@google.com · 13 years ago
- 09dcf75 allow thread-local font cache Review URL: https://codereview.appspot.com/6101053 by reed@google.com · 13 years ago
- c7a67cb Just use std qsort Review URL: https://codereview.appspot.com/6195052 by reed@google.com · 13 years ago
- e3987da make CanNormalize inline for the float build (big speedup for PathIter) by reed@google.com · 13 years ago
- 99c114e We were numerically overflowing our 16bit coordinates that we communicate by reed@google.com · 13 years ago
- 58b8d4a recreate http://codereview.appspot.com/6131051/ in svn instead of git by epoger@google.com · 13 years ago
- 9c36a76 store x-interval-count per scanline, so we can skip lines in O(1) by reed@google.com · 13 years ago
- af7e694 record yspancount and intervalcount in regions by reed@google.com · 13 years ago
- 8790fc6 add comment on return-value for SkTSearch by reed@google.com · 13 years ago
- 7d4aee3 Variant of SkRegion::op (called Oper) that either writes the result into a 3rd by reed@google.com · 13 years ago
- c4ae974 Add SkString.contains() Review URL: https://codereview.appspot.com/6130046 by epoger@google.com · 13 years ago
- e49aca9 add optional storage parameter to SkWriter32 by reed@google.com · 13 years ago
- 064e50d allow SkMutex* as an alternative arg to SkAutoMutexAcquire constructor by reed@google.com · 13 years ago
- eb9a9bf cleanups in prep for tls cache by reed@google.com · 13 years ago
- d6195f9 add x() and y() aliases for fLeft and fTop (matching SkIRect) by reed@google.com · 13 years ago
- 6aa2965 Track oval in SkPath by bsalomon@google.com · 13 years ago
- f11508d expose font-table APIs to SkTypeface by reed@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
- 95bfded Add cast to support 64 bit. by caryclark@google.com · 13 years ago
- fffb2f1 Add SK_SYSTEM_ZLIB define. by justinlin@google.com · 13 years ago
- 66ef614 Fix 64-bit build on Mac by epoger@google.com · 13 years ago
- fa1d291 Propagated AA flags through Ganesh's clip stack (in preparation for GL AA clipping) by robertphillips@google.com · 13 years ago
- 90c07ea replace getTotalClipStack() with replayClips()+ClipVisitor by reed@google.com · 13 years ago
- f3edf9f add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leave by reed@google.com · 13 years ago
- a707f60 mark getTotalClip as deprecated by reed@google.com · 13 years ago
- 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 13 years ago
- 9b5ca29 allow the tolerance to be zero for nearlyzero by reed@google.com · 13 years ago
- 94fa43c Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero by epoger@google.com · 13 years ago
- c967795 Make it possible to share a comparison func with both SkTSearch and SkQSort by bsalomon@google.com · 13 years ago
- 0e5104c misc fixes by bsalomon@google.com · 13 years ago
- 363a4c2 Warn when ignoring result of SkMatrix::invert. by bungeman@google.com · 13 years ago
- b0a7ace Renaming SkCanvas::fLayerCount to fSaveLayerCount for readability by junov@chromium.org · 13 years ago
- 2ac4ef5 Fixing the drawing of blurred shodows for hairline paths with software rendering by junov@chromium.org · 13 years ago
- 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 13 years ago
- 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 13 years ago
- a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 13 years ago
- ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 13 years ago
- fdf6eb7 fix compilation bug in fixed pt by bsalomon@google.com · 13 years ago
- 8fe84b5 Add SkMatrix::cheapEqualTo, use in Gr code by bsalomon@google.com · 13 years ago
- a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 13 years ago
- 8926b16 apply imagefilter to all draw calls by reed@google.com · 13 years ago
- 6970557 Re-attempting Linux debug GL interface compiler complaint fix. by robertphillips@google.com · 13 years ago
- e63793a Upstream changes from Android repository. by djsollen@google.com · 13 years ago
- 56d3a23 Cast the result of SK_OFFSETOF to size_t to match offsetof() and avoid narrowing conversion errors by reed@google.com · 13 years ago
- 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 13 years ago
- 166e653 Fix scaling issue when drawing text on a path. by djsollen@google.com · 13 years ago
- 0b53d59 add optional updateMatrixClip param to getTopDevice(). Chrome should set this by reed@google.com · 13 years ago
- 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 13 years ago
- 80e1459 add IRect variant of getBounds() by reed@google.com · 13 years ago
- 0beaba5 decal mode babystep by reed@google.com · 13 years ago
- fb2d3c6 forward declare SkRect by reed@google.com · 13 years ago
- 86b2e43 add getBounds() helper by reed@google.com · 13 years ago
- 601d312 Expand SkMatrix type mask from uint8 to uint32, aligning the struct by tomhudson@google.com · 13 years ago
- 49794c0 make commonBitmap un-virtual. That was a leftover from previous subclassing by reed@google.com · 13 years ago
- 68bc6f7 add kUTF32_TextEncoding by reed@google.com · 13 years ago
- 610f716 Fix four memory leaks uncovered by valgrinding gm tests. by vandebo@chromium.org · 13 years ago
- 6adf797 add SkFourByteInterp256 variant, when the caller has already scaled the last by reed@google.com · 13 years ago
- 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 13 years ago
- 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago