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
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-09
*
add centerX() and centerY() to SkIRect (because they made me)
reed@google.com
2012-11-08
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-08
*
Some improvements to reduce the number of pixels touched in generating alpha ...
bsalomon@google.com
2012-11-07
*
add more utilities: roundIn(), offsetTo()
reed@google.com
2012-11-06
*
add SkScalarsEqual() so we don't have to use memcmp for arrays of floats.
reed@google.com
2012-10-31
*
Minimize use of SkDraw's matrix in SkGpuDevice.
bsalomon@google.com
2012-10-11
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
explicitly track if a path is finite or not
reed@google.com
2012-07-26
*
We often rgn-diff an area >= the other rgn. now we detect that and return empty
reed@google.com
2012-05-31
*
speedup SkRect::isFinite() (almost 2x)
reed@google.com
2012-05-16
*
Convert AAClipCache's GrRects to GrIRects
robertphillips@google.com
2012-05-15
*
Warn if return values from SkRect's Make* methods are ignored
robertphillips@google.com
2012-05-10
*
add x() and y() aliases for fLeft and fTop (matching SkIRect)
reed@google.com
2012-04-19
*
rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed
reed@google.com
2011-12-06
*
add SkRect::intersect(a, b), matching what was already available in SkIRect
reed@google.com
2011-10-21
*
add accessors to irect
reed@google.com
2011-10-03
*
Fix some warnings when including some Skia headers in Chromium code under VS2...
bsalomon@google.com
2011-09-01
*
Core skia changes to prepare for Gr AA Hairline renderer
bsalomon@google.com
2011-08-23
*
add roundOut()
reed@google.com
2011-08-01
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
have == always return bool, never int
reed@google.com
2011-07-20
*
fully expand the initialization for rect (android compiler didn't like {0})
reed@google.com
2011-05-16
*
update dox
reed@google.com
2011-05-12
*
Fixes from Sk/Gr rect unification.
bsalomon@google.com
2011-05-09
*
Share code with SkRect
reed@google.com
2011-05-09
*
Add code needed to build skia as a windows dll within the chromium project.
ctguil@chromium.org
2011-03-15
*
add setXYWH to rects
reed@google.com
2011-03-03
*
Proposed fix for crash in Cr70244.
wjmaclean@chromium.org
2011-02-07
*
add SkRegion::setRects(), and its unit tests
reed@android.com
2010-07-13
*
add more MakeFoo factories for SkRect
reed@android.com
2010-04-12
*
add static Make methods to return rects
reed@android.com
2010-02-24
*
more layers extracted from webkit
reed@android.com
2010-02-19
*
add checks for exceeding 16bits, and apply those for glyphs in getMetrics()
reed@android.com
2009-11-21
*
grab from latest android
reed@android.com
2008-12-17