aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPaint.h
Commit message (Expand)AuthorAge
* Upstream changes from Android.Gravatar djsollen@google.com2013-03-08
* Move SkPaint::toString from debugger to SkPaintGravatar robertphillips@google.com2013-02-14
* move kStyleCount out of Style enum, and into its own, to avoid Gravatar mike@reedtribe.org2013-02-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* Expose geometry and gamma on device.Gravatar bungeman@google.com2013-01-22
* re-apply 5508, but with the new compile-flag disabled for nowGravatar reed@google.com2012-09-12
* revert 5508 -- it broke most of the buildsGravatar reed@google.com2012-09-12
* Using the device scale factor for glyph positioningGravatar wjmaclean@chromium.org2012-09-12
* Future proof luminance caches.Gravatar bungeman@google.com2012-09-04
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* add SkPaint::getPosTextPath(), with gm to test itGravatar reed@google.com2012-07-20
* idea: add annotation to SkPaintGravatar reed@google.com2012-07-11
* Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.Gravatar tomhudson@google.com2012-06-01
* computeFastStrokeBounds needs to pass kStroke_Style instead of kFill_Style (y...Gravatar reed@google.com2012-05-16
* can't make the compute-bounds methods private yet :(Gravatar reed@google.com2012-05-16
* perform quickReject in drawPoints (which is called by drawLine) just like weGravatar 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
* add dox for Shaders, and how the paint's alpha modulates the shader's colors.Gravatar reed@google.com2012-05-11
* move SkStrokePathEffect into hiding for now, as its functionality is rethought.Gravatar reed@google.com2012-05-10
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* Re-attempting Linux debug GL interface compiler complaint fix.Gravatar robertphillips@google.com2012-03-21
* 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