index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
Sk2DPathEffect.cpp
Commit message (
Expand
)
Author
Age
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://...
reed
2016-03-18
*
Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c...
reed
2016-03-18
*
switch patheffects over to sk_sp
reed
2016-03-18
*
Forward declare SkStrokeRec in SkPathEffect
halcanary
2015-09-15
*
Add patheffects to debugger printout
robertphillips
2015-01-26
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...
mtklein
2014-12-01
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
add optional cull-rect to patheffects, so they can do less work if their results
reed@google.com
2013-01-24
*
change all patheffect methods to const, in preparation for marking its
reed@google.com
2012-12-18
*
Make flattenables no longer depend on global static initializers.
scroggo@google.com
2012-09-21
*
Make texteffects gm work through serialization and pipe.
scroggo@google.com
2012-09-12
*
use SkRegion instead of SkScan/SkBlitter, as we want to privatize the latter
reed@google.com
2012-08-09
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Refactor dictionaries for use by entities other than just SkPicture
djsollen@google.com
2012-05-30
*
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
reed@google.com
2012-05-25
*
revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...
reed@google.com
2012-05-24
*
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
reed@google.com
2012-05-24
*
proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657
mike@reedtribe.org
2012-04-14
*
always check the result of SkMatrix::invert
reed@google.com
2012-04-12
*
Decouple the SkFlattenable from SkReader32/SkWriter32.
djsollen@google.com
2012-04-12
*
Cleanup code related to SkFlattenable::flatten()
djsollen@google.com
2012-03-29
*
Create macro for registering classes for deserialization
djsollen@google.com
2012-03-26
*
Cleanup Macros arround static initializers for SkFlattenable.
djsollen@google.com
2012-03-23
*
add optional manual global initialization
caryclark@google.com
2011-12-15
*
enable soft clipping (yikes)
reed@google.com
2011-10-24
*
style cleanup
reed@google.com
2011-08-12
*
use common subclass SkPath2DPathEffect, which can be serialized
reed@google.com
2011-08-09
*
register 1D and 2D patheffects, so they work when serialized (and piperized)
reed@google.com
2011-08-09
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Fix unnitialized memory in Sk2DPathEffect. The SkDescriptor checksum
senorblanco@chromium.org
2011-05-20
*
API change: SkPath computeBounds -> getBounds
reed@android.com
2009-04-01
*
grab from latest android
reed@android.com
2008-12-17