index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkRect.h
Commit message (
Expand
)
Author
Age
*
saturate some irect ops for fuzzers
Mike Reed
2018-01-30
*
restore intersect methods to use old-style empty-checks on their inputs
Mike Reed
2018-01-10
*
use 64bit math to compute is a rect is empty
Mike Reed
2018-01-09
*
make growToInclude private
Mike Reed
2018-01-08
*
move largest apis into private
Mike Reed
2018-01-08
*
check for irect with overflow width/height
Mike Reed
2018-01-03
*
generated include refresh
Cary Clark
2017-10-30
*
Revert "Revert "Fix a couple float-cast-overflow in SkScan*.""
Ben Wagner
2017-10-09
*
Revert "Fix a couple float-cast-overflow in SkScan*."
Ben Wagner
2017-10-09
*
Fix a couple float-cast-overflow in SkScan*.
Ben Wagner
2017-10-07
*
add constexpr to SkRect, SkIRect Make functions
Cary Clark
2017-10-05
*
minor changes to SkMatrix.h and SkRect.h
Cary Clark
2017-09-19
*
change SkRect::growToInclude to take a point instead of x,y
Mike Reed
2017-08-28
*
Remove SkIsS16 and SkIsU16.
Ben Wagner
2017-08-25
*
Align const pointer casts in SkRect
Kevin Lubick
2017-07-24
*
Sort all user-supplied rects before computeFastBounds
Brian Osman
2017-05-13
*
Add tracking of unique proxyID beside unique renderTargetID in auditTrail and...
Robert Phillips
2017-03-31
*
optimize intersect, use getType to utilize fast-case in preTranslate
Mike Reed
2017-03-07
*
helper to SkRect to create from SkISize
reed
2016-09-12
*
In GrShape detect that stroked axis-aligned lines are rrects.
bsalomon
2016-07-18
*
Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001...
msarett
2016-07-11
*
try to speed-up maprect + round2i + contains
reed
2016-07-11
*
Add bounds to GrShape
bsalomon
2016-05-13
*
Cleanups related to SkFixed.
benjaminwagner
2016-02-25
*
Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https...
benjaminwagner
2016-02-24
*
Cleanups related to SkFixed.
benjaminwagner
2016-02-24
*
handle halfway case in scan converter
caryclark
2016-01-04
*
Simple CL to add a joinWithPossiblyEmptyArg to SkRect
joshualitt
2015-05-01
*
Remove useless SkASSERT in SkRect.h and SkRegion.h
dongseong.hwang
2015-04-28
*
some utils for rect and matrix
reed
2015-03-13
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
*
Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c...
joshualitt
2015-02-25
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
*
Move clip off of draw target
joshualitt
2015-02-23
*
It is dangerous to ignore SkRect::intersect's return value
robertphillips
2015-01-07
*
Revert of It is dangerous to ignore SkRect::intersect's return value (patchse...
robertphillips
2015-01-07
*
It is dangerous to ignore SkRect::intersect's return value
robertphillips
2015-01-07
*
add sample for arcTo
reed
2014-12-16
*
pass dst-rect through from drawBitmapRect for better precision
reed
2014-12-15
*
Rewrite NaN checks in terms of SkScalarIsNaN()
ehsan.akhgari
2014-12-15
*
add dumpHex option to rect and rrect, to match path
reed
2014-12-15
*
add roundOut that returns its result
reed
2014-11-19
*
change roundOut() to take a dst, so we can use that signature to return IRect
reed
2014-11-18
*
Optimize SkRect::sort()
qiankun.miao
2014-11-03
*
add tests for large cordinates bounds when building aaclip
reed
2014-10-15
*
faster SkRect::sort
reed
2014-10-10
*
cleanup and optimize rect intersect routines
reed
2014-10-09
*
add SkRect::joinNonEmptyArg for faster unioning
reed
2014-10-01
*
update to accommodate latest clang in chrome toolchain
caryclark
2014-09-18
*
Add dump() to SkClipStack to help with debugging.
bsalomon
2014-06-09
[next]