index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkRRect.cpp
Commit message (
Expand
)
Author
Age
*
fix SkRRect fuzzer assert
Cary Clark
2018-04-02
*
move some RRect methods into priv
Mike Reed
2018-02-22
*
make rrect's more self-consistent, check drawable index
Mike Reed
2018-01-19
*
Don't canonicalize empty SkRRects. They stroke differently.
Brian Salomon
2017-12-19
*
Disallow negative radii in deserialized SkRRects
Brian Salomon
2017-11-27
*
abort SkRRect::transform() before dst->scaleRadii() asserts
Mike Klein
2017-10-12
*
Fix SkRRect validation for negative types
Adrienne Walker
2017-10-02
*
Serialize rrect/oval paths as rrects rather than points and verbs.
Brian Salomon
2017-09-21
*
Extra safety for SkRRect.
Brian Salomon
2017-09-20
*
Validate rrect type in SkRRect::isValid
Adrienne Walker
2017-08-23
*
Circular shadow fixes for Flutter.
Jim Van Verth
2017-04-21
*
simplify SkRRect serialization
Mike Klein
2017-04-07
*
start removing uses of SkScalarMul
Mike Reed
2017-02-06
*
Add validation of RRects to SkValidatingReadBuffer
Robert Phillips
2016-09-23
*
make transformed rrect radii fit rectangle
caryclark
2016-02-23
*
Change name from ScaleToSides to SkScaleToSides.
herb
2016-01-22
*
Fix radii calculation code to handle large radii.
herb
2016-01-11
*
Revert of Fix handling of radii scaling to force the result to always be less...
robertphillips
2016-01-07
*
Fix handling of radii scaling to force the result to always be less
herb
2016-01-07
*
Comments Style: s/skbug.com/bug.skia.org/
halcanary
2015-11-07
*
Handle inverted rects in SkRRect creation methods
robertphillips
2015-09-29
*
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
*
Fix bug with very large round rects with large radii
robertphillips
2015-03-13
*
some utils for rect and matrix
reed
2015-03-13
*
Fix radii scaling bug in SkRRect::setNinePatch
robertphillips
2015-02-24
*
fix more tricky-float cases in SkRRect validate
reed
2015-02-13
*
check for nonfinites in rrects
reed
2015-02-10
*
Fill SkRRect::fType proactively.
mtklein
2014-12-18
*
Fix rrects that are large enough that we lose/gain a bit when we add the radi...
reed
2014-12-15
*
add dumpHex option to rect and rrect, to match path
reed
2014-12-15
*
Fix RRect tranform bug
robertphillips
2014-06-27
*
Add dump() to SkClipStack to help with debugging.
bsalomon
2014-06-09
*
Fix SkRRect isEmpty assert
commit-bot@chromium.org
2014-04-03
*
Add nine patch type to SkRRect.
commit-bot@chromium.org
2014-03-17
*
Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/19...
commit-bot@chromium.org
2014-03-17
*
Add nine patch type to SkRRect.
commit-bot@chromium.org
2014-03-17
*
plumbing for GPU fast blur
commit-bot@chromium.org
2014-03-10
*
Add SkRRect::transform.
scroggo@google.com
2013-11-05
*
Checking structure sizes before reading them from memory to avoid overflowing...
commit-bot@chromium.org
2013-11-05
*
Revert "Checking structure sizes before reading them from memory to avoid ove...
reed@google.com
2013-11-04
*
Checking structure sizes before reading them from memory to avoid overflowing...
sugoi@google.com
2013-11-04
*
Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('A...
epoger@google.com
2013-11-04
*
Checking structure sizes before reading them from memory to avoid overflowing...
sugoi@google.com
2013-11-04
*
remove contains(x,y) for rects and rrects ... not well defined, and unused
reed@google.com
2013-10-30
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-26
*
Added "SkRRect::contains(const SkRect&) const"
robertphillips@google.com
2013-04-25
*
Start addressing the clang static analyzer issues
robertphillips@google.com
2013-01-30
[next]