Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
222346541911c7908418a2ba9d60d27b56821998
/
src
/
effects
/
Sk1DPathEffect.cpp
2223465
limit crash small steps in 1dpatheffect
by Mike Reed
· 7 years ago
fc015d2
make 1dpatheffect more robust on deserial
by Mike Reed
· 7 years ago
b50e385
handle conics in 1D patheffect
by Mike Reed
· 7 years ago
6a307cc
Add check for finite phase to SkPath1DPathEffect::Make
by Robert Phillips
· 8 years ago
98624d2
"Fix" some ImageFilter fuzzer issues
by Robert Phillips
· 8 years ago
60c9b58
change flattenable factory to return sk_sp
by reed
· 9 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
a439334
Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )"
by reed
· 9 years ago
f28ad89
Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )
by reed
· 9 years ago
9fbee18
switch patheffects over to sk_sp
by reed
· 9 years ago
ca726ab
fix misc asserts and checks found by fuzzer
by reed
· 9 years ago
23e7af0
Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1719913002/ )
by ethannicholas
· 9 years ago
653db51
fix misc asserts and checks found by fuzzer
by reed
· 9 years ago
1d52469
Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1723473002/ )
by reed
· 9 years ago
75a7329
Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713413002/ )
by reed
· 9 years ago
d98ef63
Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713383002/ )
by reed
· 9 years ago
00bea4a
fix misc asserts and checks found by fuzzer
by reed
· 9 years ago
435657f
Forward declare SkStrokeRec in SkPathEffect
by halcanary
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
42dbfa8
Add patheffects to debugger printout
by robertphillips
· 10 years ago
3f3b3d0
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
by mtklein
· 10 years ago
6e78293
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/)
by mtklein
· 10 years ago
52c2935
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
by mtklein
· 10 years ago
9fa60da
Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc).
by reed
· 10 years ago
8b0e8ac
Refactor read and write buffers.
by commit-bot@chromium.org
· 11 years ago
4bbdeac
add optional cull-rect to patheffects, so they can do less work if their results
by reed@google.com
· 12 years ago
548a1f3
change all patheffect methods to const, in preparation for marking its
by reed@google.com
· 12 years ago
a0c2bc2
Make flattenables no longer depend on global static initializers.
by scroggo@google.com
· 12 years ago
fbfcd56
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
c73dd5c
Update SkFlattenable buffers to be more modular.
by djsollen@google.com
· 12 years ago
fd4be26
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
by reed@google.com
· 12 years ago
d3521f1
revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere?
by reed@google.com
· 12 years ago
9797272
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
by reed@google.com
· 12 years ago
f3edf9f
add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leave
by reed@google.com
· 13 years ago
2b2ede3
Decouple the SkFlattenable from SkReader32/SkWriter32.
by djsollen@google.com
· 13 years ago
5492424
Cleanup code related to SkFlattenable::flatten()
by djsollen@google.com
· 13 years ago
a728e35
Fix a bunch of Coverity defects - class members not initialized in the constructor.
by vandebo@chromium.org
· 13 years ago
0c00f21
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
by tomhudson@google.com
· 13 years ago
d26147a
add optional manual global initialization
by caryclark@google.com
· 13 years ago
d7a6fb9
style cleanup
by reed@google.com
· 13 years ago
e28b917
register 1D and 2D patheffects, so they work when serialized (and piperized)
by reed@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
8a1c16f
grab from latest android
by reed@android.com
· 16 years ago