aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPaint.h
Commit message (Expand)AuthorAge
...
* add kUTF32_TextEncodingGravatar reed@google.com2012-03-14
* Merge changes from the android repo upstream to SkiaGravatar djsollen@google.com2012-02-15
* extend fastbounds impls to include maskfilters and drawloopers. This allowsGravatar reed@google.com2012-01-30
* add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCDGravatar reed@google.com2012-01-18
* Fix Paint == comparison on Android.Gravatar djsollen@google.com2011-12-01
* reorder bits and remove obsolete kForceAA experimental bitGravatar reed@google.com2011-11-21
* have paint's measure calls respect verticalGravatar reed@google.com2011-11-10
* add vertical-text bit to paint (not supported yet)Gravatar reed@google.com2011-11-10
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* experimental -- add SkImageFilter to paint. Not called yet.Gravatar reed@google.com2011-11-03
* move call to nothingToDraw into our iterator, so it sees the results of filte...Gravatar reed@google.com2011-10-06
* quick-rejects based on xfermode, using SkPaint::nothingToDraw()Gravatar reed@google.com2011-10-04
* need these for the forceaa changeGravatar reed@google.com2011-09-30
* Make SkMath.h less visible in public header files.Gravatar tomhudson@google.com2011-09-27
* update dox for LCD textGravatar reed@google.com2011-08-01
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* have == always return bool, never intGravatar reed@google.com2011-07-20
* Add option in flattening to write factory names inline, as we are recording.Gravatar reed@google.com2011-06-21
* Upstream android changes.Gravatar djsollen@google.com2011-04-15
* update dox for setLooper()Gravatar reed@google.com2011-03-16
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* merge from android tree:Gravatar djsollen@google.com2011-02-23
* PDF: Add text support with a font framework (font embedding to come).Gravatar vandebo@chromium.org2010-11-11
* Add support for forcing autohinting.Gravatar agl@chromium.org2010-06-17
* add containsText() apiGravatar reed@android.com2010-02-05
* add glyph->unichar query (inverse of a cmap)Gravatar reed@android.com2010-01-08
* Add flag to enable bitmap strikes.Gravatar agl@chromium.org2010-01-04
* add neon opts for matrix procsGravatar reed@android.com2009-09-15
* Subpixel glyph rendering support.Gravatar agl@chromium.org2009-07-21
* detect nearly translate-only matrices when drawing bitmaps (for speed)Gravatar reed@android.com2009-06-24
* remove remaining references to porterduffGravatar reed@android.com2009-06-23
* move xfermode modes from porterduff into xfermode itselfGravatar reed@android.com2009-06-22
* Sync with Chromium's forkGravatar agl@chromium.org2009-04-22
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* grab from latest androidGravatar reed@android.com2008-12-17