aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPaint.cpp
Commit message (Expand)AuthorAge
* fix warnings around size_t/intGravatar commit-bot@chromium.org2014-04-19
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-04-17
* always store bitfields along with dirty in FlatteningTraitsGravatar commit-bot@chromium.org2014-04-16
* remove legacy filter-flags, and store FilterLevel directlyGravatar commit-bot@chromium.org2014-04-16
* SkPaint: eliminate some dead bytes in 64-bit build.Gravatar commit-bot@chromium.org2014-03-24
* Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codere...Gravatar commit-bot@chromium.org2014-03-21
* SkPaint: eliminate some dead bytes in 64-bit build.Gravatar commit-bot@chromium.org2014-03-20
* Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codere...Gravatar commit-bot@chromium.org2014-03-19
* SkPaint: eliminate some dead bytes in 64-bit build.Gravatar commit-bot@chromium.org2014-03-19
* change tooBitForLCD to compare against linear size of the text, not the areaGravatar commit-bot@chromium.org2014-03-14
* Allow toString capability to be toggled independent of developer mode.Gravatar commit-bot@chromium.org2014-03-13
* Enable use of distance fields via SkPaint flag.Gravatar commit-bot@chromium.org2014-03-11
* Adding code to calculate Underline Thickness from Font Metrics, this will be ...Gravatar commit-bot@chromium.org2014-03-01
* Factory methods for heap-allocated SkAnnotation objects.Gravatar commit-bot@chromium.org2014-02-27
* Upstream changes from AndroidGravatar commit-bot@chromium.org2014-02-26
* Merge tomhudson and mtklein SkPaint shrinking approaches.Gravatar commit-bot@chromium.org2014-02-21
* Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) d...Gravatar robertphillips@google.com2014-02-20
* Merge tomhudson and mtklein SkPaint shrinking approaches.Gravatar commit-bot@chromium.org2014-02-19
* Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://...Gravatar commit-bot@chromium.org2014-02-18
* Merge tomhudson and mtklein SkPaint shrinking approaches.Gravatar commit-bot@chromium.org2014-02-18
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* Implement a computeFastBounds() traversal for SkImageFilter.Gravatar senorblanco@chromium.org2014-01-27
* Clarify kAutohinting is kForceAutohinting.Gravatar bungeman@google.com2014-01-23
* Convert SkWriter32 to use an SkTDArray for its internal storage.Gravatar commit-bot@chromium.org2014-01-14
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Reverting r12427Gravatar rmistry@google.com2013-12-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-02
* Clean up 4 old bytes per paint.Gravatar commit-bot@chromium.org2013-11-26
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* All SkAnnotations are no-draw. Propose we fold that through.Gravatar commit-bot@chromium.org2013-10-29
* Add display of filterLevel to debuggerGravatar robertphillips@google.com2013-10-16
* force readbuffer clients to use specialized readFoo for flattenablesGravatar reed@google.com2013-10-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-15
* change SkAnnotation to not inherit from SkFlattenable (does not need dynamic ...Gravatar reed@google.com2013-10-14
* Update #if to #ifdef for consistencyGravatar commit-bot@chromium.org2013-10-08
* We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix.Gravatar commit-bot@chromium.org2013-09-26
* 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
* 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