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
*
fix misc asserts and checks found by fuzzer
reed
2016-02-22
*
Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of ht...
ethannicholas
2016-02-22
*
fix misc asserts and checks found by fuzzer
reed
2016-02-22
*
Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of htt...
reed
2016-02-22
*
Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of htt...
reed
2016-02-22
*
Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of ht...
reed
2016-02-21
*
fix misc asserts and checks found by fuzzer
reed
2016-02-20
*
Forward declare SkStrokeRec in SkPathEffect
halcanary
2015-09-15
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...
reed
2015-05-12
*
Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...
reed
2015-05-12
*
stop calling SkScalarDiv
reed
2015-05-12
*
Add patheffects to debugger printout
robertphillips
2015-01-26
*
improve cull, so we don't create empty segments
reed
2014-12-12
*
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
*
Bump min picture version.
mtklein
2014-12-01
*
Bug fix for cull_line in SkDashPathEffect.
egdaniel
2014-11-05
*
Crop the fast path dashed lines to the cull rect
robertphillips
2014-11-04
*
"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
[next]