aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPaint.cpp
Commit message (Expand)AuthorAge
* Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...Gravatar Mike Reed2016-10-03
* Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""Gravatar Mike Reed2016-10-03
* Revert "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-03
* replace SkXfermode obj with SkBlendMode enum in paintsGravatar Mike Reed2016-10-03
* fix code behind SK_SUPPORT_LEGACY_MINOR_EFFECT_PTRGravatar reed2016-09-12
* use expected name for setDrawLooper/getDrawLooperGravatar reed2016-09-11
* change readTypeface to return sk_spGravatar reed2016-08-29
* Use sse4.2 CRC32 instructions to hash when available.Gravatar mtklein2016-08-08
* SkPaint intercept API for SkTextBlob and horizontal textGravatar fmalita2016-07-28
* Make SkFont a bit more useableGravatar robertphillips2016-07-19
* Move SkTypeface to sk_sp.Gravatar bungeman2016-05-12
* Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...Gravatar scroggo2016-05-12
* Move SkTypeface to sk_sp.Gravatar bungeman2016-05-11
* Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of http...Gravatar reed2016-05-04
* SK_DECLARE_STATIC_MUTEX -> static SkMutexGravatar mtklein2016-05-04
* Prototype code that turns any/every flattenable into JSONGravatar brianosman2016-05-04
* remove SkWriteBuffer::reserve()Gravatar mtklein2016-04-29
* Unify implementations of stroking radius calculationsnsGravatar bsalomon2016-04-29
* skip unneeded header from writeFlattenable when building font-cache-key. Save...Gravatar reed2016-04-27
* Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 o...Gravatar reed2016-04-12
* Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https:...Gravatar borenet2016-04-11
* Pass effects directly to fontcacheGravatar reed2016-04-11
* Decouple contrast boost from fake gamma.Gravatar brianosman2016-04-08
* switch maskfilters to sk_spGravatar reed2016-04-04
* change flattenable factory to return sk_spGravatar reed2016-04-03
* switch xfermodes over to sk_spGravatar reed2016-03-29
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTRGravatar reed2016-03-25
* Change type of SkGlyph::fAdvance[XY] to float.Gravatar benjaminwagner2016-03-24
* Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...Gravatar reed2016-03-22
* Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...Gravatar reed2016-03-22
* Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https:/...Gravatar reed2016-03-22
* Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://cod...Gravatar reed2016-03-22
* switch colorfilters to sk_spGravatar reed2016-03-22
* Change signatures of filter bounds methods to return a rect.Gravatar senorblanco2016-03-21
* guard rasterizer and drawlooper settersGravatar reed2016-03-21
* Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://...Gravatar reed2016-03-18
* Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c...Gravatar reed2016-03-18
* switch patheffects over to sk_spGravatar reed2016-03-18
* pass cap to dash textGravatar caryclark2016-03-16
* Make sp variants for SkDataGravatar reed2016-03-11
* use Make instead of Create to return a shared shaderGravatar reed2016-03-08
* Add variants of the setters on SkPaint which take a sk_sp<effect>. At the sam...Gravatar reed2016-03-06
* Revert of add setter on SkPaint that takes sk_sp (patchset #1 id:1 of https:/...Gravatar reed2016-03-05
* add setter on SkPaint that takes sk_spGravatar reed2016-03-05
* Move annotations to canvas virtual (patchset #8 id:140001 of https://coderevi...Gravatar reed2016-03-04
* Revert of move annotations to canvas virtual (patchset #8 id:140001 of https:...Gravatar reed2016-03-03
* move annotations to canvas virtualGravatar reed2016-03-03
* Improve horizontal baseline detection.Gravatar bungeman2016-02-29
* Make skpinfo able to inspect SK_PICT_TYPEFACE_TAG blocksGravatar robertphillips2016-02-25