aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPaint.cpp
Commit message (Expand)AuthorAge
* add FilterLevel API to SkPaint, replacing various Flag bitsGravatar reed@google.com2013-07-18
* 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
* Android specific changes that are upstreamed from the android framework.Gravatar djsollen@google.com2013-05-24
* Move SkDrawLooper implementation to its own file.Gravatar commit-bot@chromium.org2013-05-24
* Add printing of SkColorFilter-derived classes to debuggerGravatar robertphillips@google.com2013-05-23
* 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
* we only need one fontmetrics, since the paint (and fontcache) now know explic...Gravatar reed@google.com2013-05-08
* Add SkTypeface* parameter to SkScalerContext (and its callers)Gravatar reed@google.com2013-03-19
* Added toString to SkMaskFilter-derived classesGravatar robertphillips@google.com2013-03-18
* move most of SkFontHost to private (preceeding making it all private)Gravatar reed@google.com2013-03-14
* Upstream changes from Android.Gravatar djsollen@google.com2013-03-08
* Initialize bounds even if the text length is zero.Gravatar djsollen@google.com2013-03-04
* Fixed sk_getMetrics_utf32_xy functionGravatar sugoi@google.com2013-02-26
* Move SkPaint::toString from debugger to SkPaintGravatar robertphillips@google.com2013-02-14
* 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
* Fix VC++ warning and Android only code for 7317.Gravatar bungeman@google.com2013-01-22
* Expose geometry and gamma on device.Gravatar bungeman@google.com2013-01-22
* fix spelling: cannonical -> canonicalGravatar reed@google.com2013-01-08
* Clean up usage of mask gamma.Gravatar bungeman@google.com2012-10-26
* Fonts with cubic outlines are rendered without ClearType by GDI.Gravatar bungeman@google.com2012-10-12
* Make SkPictures valid regardless of SK_SUPPORT_HINTING_SCALE_FACTOR.Gravatar scroggo@google.com2012-10-09
* Remove state from SkColorSpaceLuminance to avoid memory management.Gravatar bungeman@google.com2012-10-04
* build iOS with 'make all'Gravatar caryclark@google.com2012-10-02
* 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
* Reduce SkMaskGamma cache thrashing.Gravatar bungeman@google.com2012-09-11
* Future proof luminance caches.Gravatar bungeman@google.com2012-09-04
* Fix greenish text rendering on Linux.Gravatar bungeman@google.com2012-08-24
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Refactor SkImageFilter into its own .cpp file.Gravatar senorblanco@chromium.org2012-08-20
* Implements a new class, SkSingleInputImageFilter, to handle DAG connectivityGravatar senorblanco@chromium.org2012-08-20
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* change SkTextToPathIter to allow continuation even when there is no path forGravatar reed@google.com2012-08-07
* move SkTextToPathIter into private headerGravatar reed@google.com2012-08-07
* Set fReservedAlign to 0.Gravatar bungeman@google.com2012-08-02
* Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() andGravatar senorblanco@chromium.org2012-08-01
* Gamma correcting masks.Gravatar bungeman@google.com2012-07-30
* add SkPaint::getPosTextPath(), with gm to test itGravatar reed@google.com2012-07-20
* Introduces new SingleTextureEffect base class for GrCustomStage objects.Gravatar tomhudson@google.com2012-07-12
* idea: add annotation to SkPaintGravatar reed@google.com2012-07-11
* This patch implements the diffuse and specular lighting filters in Ganesh. Gravatar senorblanco@chromium.org2012-07-11
* Added Inst counting to SkFlattenable-derived classesGravatar robertphillips@google.com2012-06-27
* Removing redundant calls to GEN_ID_INC_EVAL in SkPaint.cppGravatar junov@chromium.org2012-06-22
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-25
* revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...Gravatar reed@google.com2012-05-24