index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkDashPathEffect.cpp
Commit message (
Expand
)
Author
Age
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Always initialize SkDashPathEffect fields.
mtklein
2014-07-09
*
Move Dashing filterPath to a dashing utils file
egdaniel
2014-06-11
*
Revert of Move Dashing filterPath to a dashing utils file (https://codereview...
egdaniel
2014-06-04
*
Move Dashing filterPath to a dashing utils file
egdaniel
2014-06-04
*
formalize named picture versions
commit-bot@chromium.org
2014-05-20
*
Add check for bad dash interval in dash effect picture read
commit-bot@chromium.org
2014-05-13
*
Fix Dash Effect readback calc for fPhase from old skps
commit-bot@chromium.org
2014-05-07
*
Add asADash entry point into SkPathEffect to allow extracting Dash info from ...
commit-bot@chromium.org
2014-04-22
*
Remove scaleToFit from DashPathEffect
commit-bot@chromium.org
2014-03-31
*
Fix underlying issue causing crbug.com/348821.
commit-bot@chromium.org
2014-03-07
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
Fixed more fuzzer issues
commit-bot@chromium.org
2013-12-17
*
deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...
reed@google.com
2013-12-17
*
Adding size parameter to read array functions
commit-bot@chromium.org
2013-10-31
*
Reverting revert of r11862 (Constify SkFlattenable::getFactory()) or revertin...
robertphillips@google.com
2013-10-21
*
Reverted due to Chromium compilation failures. Please see:
robertphillips@google.com
2013-10-20
*
Constify SkFlattenable::getFactory().
commit-bot@chromium.org
2013-10-18
*
Add special handling of rectori case for gpu
robertphillips@google.com
2013-05-17
*
remove obsolete build flags:
reed@google.com
2013-02-22
*
Start addressing the clang static analyzer issues
robertphillips@google.com
2013-01-30
*
Fix assert
robertphillips@google.com
2013-01-28
*
doh: use *srcPtr instead of src (which is now obsolete) when we check for spe...
reed@google.com
2013-01-25
*
Hid large dashed line optimization behind compiler flag
robertphillips@google.com
2013-01-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-25
*
add optional cull-rect to patheffects, so they can do less work if their results
reed@google.com
2013-01-24
*
dashing asPoints could draw excessively long first dash
robertphillips@google.com
2013-01-15
*
change all patheffect methods to const, in preparation for marking its
reed@google.com
2012-12-18
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-18
*
3on/3off dashing optimization
robertphillips@google.com
2012-12-17
*
Limit the maximum number of dash segments per path
fmalita@google.com
2012-12-17
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-15
*
Fix r6808 fix & some compiler warnings
robertphillips@google.com
2012-12-14
*
Use double precision when iterating in SkDashPathEffect::filterPath()
fmalita@google.com
2012-12-12
*
Add drawPoints dash bench
robertphillips@google.com
2012-12-05
*
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
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
privatize SkBuffer.h
mike@reedtribe.org
2012-08-13
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
If we lose precision computing sum of the dash intervals, then we can have the
reed@google.com
2012-08-06
*
special-case dashing a single line-segment. We can go much faster since we
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
*
Clean up DashPathEffect modulo math from r3761
epoger@google.com
2012-04-27
*
check for numerical imprecision on phase
reed@google.com
2012-04-24
*
Cleanup code related to SkFlattenable::flatten()
djsollen@google.com
2012-03-29
*
add optional manual global initialization
caryclark@google.com
2011-12-15
[next]