index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPathEffect.cpp
Commit message (
Expand
)
Author
Age
*
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
*
Add asADash entry point into SkPathEffect to allow extracting Dash info from ...
commit-bot@chromium.org
2014-04-22
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
force readbuffer clients to use specialized readFoo for flattenables
reed@google.com
2013-10-16
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
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
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-29
*
Added dashing fast path
robertphillips@google.com
2012-11-28
*
Make flattenables no longer depend on global static initializers.
scroggo@google.com
2012-09-21
*
privatize SkBuffer.h
mike@reedtribe.org
2012-08-13
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Added Inst counting to SkFlattenable-derived classes
robertphillips@google.com
2012-06-27
*
Detect when the caller was hairline AND strokeandfill, and resolve that into ...
reed@google.com
2012-05-29
*
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
*
add computeFastBounds to SkPathEffect, so we can attempt quickReject
reed@google.com
2012-05-15
*
move SkStrokePathEffect into hiding for now, as its functionality is rethought.
reed@google.com
2012-05-10
*
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
*
move SKPaint's defaults (that might be configurable) into a header
reed@google.com
2012-02-29
*
add optional manual global initialization
caryclark@google.com
2011-12-15
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Add option in flattening to write factory names inline, as we are recording.
reed@google.com
2011-06-21
*
code style
reed@google.com
2011-04-19
*
grab from latest android
reed@android.com
2008-12-17