aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPaint.h
Commit message (Expand)AuthorAge
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* All SkAnnotations are no-draw. Propose we fold that through.Gravatar commit-bot@chromium.org2013-10-29
* Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it.Gravatar mtklein@google.com2013-08-15
* Revert r10603 (Remove operator== from SkPaint) due to Chrome failuresGravatar robertphillips@google.com2013-08-07
* Remove operator== from SkPaintGravatar commit-bot@chromium.org2013-08-07
* stop using bitmap-filter flags outside of paint itself, as a step towards rea...Gravatar reed@google.com2013-07-22
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-19
* add FilterLevel API to SkPaint, replacing various Flag bitsGravatar reed@google.com2013-07-18
* New bitmap filter checkin; this time with less build breakageGravatar humper@google.com2013-07-09
* Revert "More general image filter interface; tested implementation of standal...Gravatar humper@google.com2013-07-09
* More general image filter interface; tested implementation of standaloneGravatar humper@google.com2013-07-09
* add extra flag (currently unused) for high quality downsamplingGravatar humper@google.com2013-07-09
* Add maxCharWidth and a compile flag to use old metrics (needed by Blink).Gravatar bungeman@google.com2013-06-21
* move kAlignCount out of Align enum, so it can't accidentally be passed as a p...Gravatar mike@reedtribe.org2013-06-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-05
* add size limit for using glyphcache. above that, draw using pathsGravatar reed@google.com2013-06-04
* add kBicubicFilterBitmap_Flag to paint, just for testing purposes.Gravatar reed@google.com2013-05-22
* API modifications needed to upstream Android font changes.Gravatar commit-bot@chromium.org2013-05-13
* Reverting 9083 & 9084 due to Android failuresGravatar robertphillips@google.com2013-05-09
* API modifications needed to upstream Android font changes.Gravatar commit-bot@chromium.org2013-05-09
* Add SkTypeface* parameter to SkScalerContext (and its callers)Gravatar reed@google.com2013-03-19
* 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