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
*
Dash to use SkIsAlign2
cblume
2016-09-26
*
limit the number of points in SkDashPathEffect::asPoints
lsalzman
2016-07-21
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
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
*
allow one zero length dash
caryclark
2016-03-18
*
Revert of allow one zero length dash (patchset #8 id:140001 of https://codere...
bungeman
2016-03-18
*
allow one zero length dash
caryclark
2016-03-18
*
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
[next]