aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* [PDF] Restrict scalars to the range that PDF understands.Gravatar vandebo@chromium.org2011-03-04
* bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now thatGravatar reed@google.com2011-03-01
* use sprintf to generate float->string for SkString routines, removing theGravatar reed@google.com2011-02-28
* add simple test for SkBitmap::getColor()Gravatar reed@google.com2011-02-25
* http://codereview.appspot.com/4233041/Gravatar reed@google.com2011-02-25
* add tests for SkClipStackGravatar reed@google.com2011-02-22
* add tests for pushing on back as well as frontGravatar reed@google.com2011-02-22
* rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre...Gravatar reed@google.com2011-02-22
* update to work correctly for scalar == fixed or floatGravatar reed@android.com2011-02-09
* add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali...Gravatar reed@google.com2011-02-08
* [PDF] Add support for xfermodes / blend modes.Gravatar vandebo@chromium.org2011-02-08
* clear the convex-hint in reset() and rewind(), to match its state in a newlyGravatar reed@google.com2011-02-07
* hide divide-by-zero from the compiler, to avoid the warningGravatar reed@google.com2011-02-07
* Add unit test for SkRect::hasValidCoordinates().Gravatar wjmaclean@chromium.org2011-02-07
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* embed a refdict inside SkDeviceGravatar reed@google.com2011-01-25
* add refdict class, for holding a dictionary of reference-counted objectsGravatar reed@google.com2011-01-25
* Add Truetype and Type 1 font embedding supportGravatar vandebo@chromium.org2011-01-25
* init src either opaquely (e.g. white), or with a valid ctable index (e.g. 0)Gravatar reed@google.com2011-01-10
* add template macro to "safely" perform casts w/o breaking strict-aliasingGravatar reed@google.com2011-01-05
* remove obsolete testGravatar reed@google.com2010-12-22
* Upstream mulDiv255Ceil() from WebKit to the skia repository.Gravatar senorblanco@chromium.org2010-12-07
* Correctly handle SkPath::kInverseWinding_FillTypeGravatar agl@chromium.org2010-12-06
* Add flate compression test and fix bugs.Gravatar vandebo@chromium.org2010-12-02
* Add safe size/copy functions to Skia.Gravatar wjmaclean@chromium.org2010-11-16
* First pieces of SkPDFDevice. Supports:Gravatar vandebo@chromium.org2010-10-20
* High level pdf classes and pdf specific interface.Gravatar vandebo@chromium.org2010-10-12
* Address senorblanco's comments on r600.Gravatar vandebo@chromium.org2010-10-01
* Initial PDF backend commit: directories, build rules, primitivesGravatar vandebo@chromium.org2010-09-24
* add SkRegion::setRects(), and its unit testsGravatar reed@android.com2010-07-13
* rename round, ceil, etc. to avoid some platform macrosGravatar reed@android.com2010-06-15
* add SkRefPtr class (for testing at the moment)Gravatar reed@android.com2010-04-16
* fix build for SK_SCALAR_IS_FIXEDGravatar reed@android.com2010-04-13
* update blitrow test to exercise different widths for blitrowGravatar reed@android.com2010-03-15
* disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noopGravatar reed@android.com2010-03-09
* update tests for blitrowGravatar reed@android.com2010-03-08
* add tests for blitting all opaque or all transparent (test opts)Gravatar reed@android.com2010-03-08
* add Make to SkTSizeGravatar reed@android.com2010-02-11
* add unittest for copysignGravatar reed@android.com2010-02-09
* fix memory leakGravatar reed@android.com2010-01-08
* add unittest for IntersectLine, used by hairlinesGravatar reed@android.com2009-11-30
* add onSendClickToChildren to views, so a view can capture all clicks.Gravatar reed@android.com2009-11-16
* fixes around isOpaque and ditheringGravatar reed@android.com2009-08-22
* use sk_bzero instead of bzero, since it isn't always available.Gravatar reed@android.com2009-06-29
* add unittest for matrix::flattenGravatar reed@android.com2009-06-29
* move xfermode modes from porterduff into xfermode itselfGravatar reed@android.com2009-06-22
* almost there on gm (need to fix image writes/reads/compares)Gravatar reed@android.com2009-06-21
* add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")Gravatar reed@android.com2009-06-05
* add isConvex() hit to SkPath, to be used to speed up fills and openglGravatar reed@android.com2009-06-03
* add SkSize for dimensionsGravatar reed@android.com2009-05-08