aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkRect.h
Commit message (Expand)AuthorAge
...
* Revert "Add blend optimization helpers and use to convert rect draws to clears."Gravatar bsalomon@google.com2013-08-07
* Add blend optimization helpers and use to convert rect draws to clears.Gravatar commit-bot@chromium.org2013-08-06
* Revert "Add blend optimization helpers and use to convert rect draws to clears."Gravatar bsalomon@google.com2013-08-05
* Add blend optimization helpers and use to convert rect draws to clears.Gravatar commit-bot@chromium.org2013-08-05
* This patch implements a crop rect for SkImageFilter. It has been implemented ...Gravatar senorblanco@chromium.org2013-07-24
* Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side...Gravatar robertphillips@google.com2013-07-24
* This patch implements a crop rect for SkImageFilter. It has been implemented ...Gravatar senorblanco@chromium.org2013-07-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-09
* add asScalars() to document when we want to treat SkPoint or SkRect as an arrayGravatar reed@google.com2013-03-08
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-24
* add alias for MakeFromIRect (just Make)Gravatar reed@google.com2013-01-23
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-17
* remove legacy build-flags for drawBitmapRectGravatar reed@google.com2013-01-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-09
* add centerX() and centerY() to SkIRect (because they made me)Gravatar reed@google.com2012-11-08
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-08
* Some improvements to reduce the number of pixels touched in generating alpha ...Gravatar bsalomon@google.com2012-11-07
* add more utilities: roundIn(), offsetTo()Gravatar reed@google.com2012-11-06
* add SkScalarsEqual() so we don't have to use memcmp for arrays of floats.Gravatar reed@google.com2012-10-31
* Minimize use of SkDraw's matrix in SkGpuDevice.Gravatar bsalomon@google.com2012-10-11
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* explicitly track if a path is finite or notGravatar reed@google.com2012-07-26
* We often rgn-diff an area >= the other rgn. now we detect that and return emptyGravatar reed@google.com2012-05-31
* speedup SkRect::isFinite() (almost 2x)Gravatar reed@google.com2012-05-16
* Convert AAClipCache's GrRects to GrIRectsGravatar robertphillips@google.com2012-05-15
* Warn if return values from SkRect's Make* methods are ignoredGravatar robertphillips@google.com2012-05-10
* add x() and y() aliases for fLeft and fTop (matching SkIRect)Gravatar reed@google.com2012-04-19
* rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speedGravatar reed@google.com2011-12-06
* add SkRect::intersect(a, b), matching what was already available in SkIRectGravatar reed@google.com2011-10-21
* add accessors to irectGravatar reed@google.com2011-10-03
* Fix some warnings when including some Skia headers in Chromium code under VS2...Gravatar bsalomon@google.com2011-09-01
* Core skia changes to prepare for Gr AA Hairline rendererGravatar bsalomon@google.com2011-08-23
* add roundOut()Gravatar reed@google.com2011-08-01
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* have == always return bool, never intGravatar reed@google.com2011-07-20
* fully expand the initialization for rect (android compiler didn't like {0})Gravatar reed@google.com2011-05-16
* update doxGravatar reed@google.com2011-05-12
* Fixes from Sk/Gr rect unification. Gravatar bsalomon@google.com2011-05-09
* Share code with SkRectGravatar reed@google.com2011-05-09
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* add setXYWH to rectsGravatar reed@google.com2011-03-03
* Proposed fix for crash in Cr70244.Gravatar wjmaclean@chromium.org2011-02-07
* add SkRegion::setRects(), and its unit testsGravatar reed@android.com2010-07-13
* add more MakeFoo factories for SkRectGravatar reed@android.com2010-04-12
* add static Make methods to return rectsGravatar reed@android.com2010-02-24
* more layers extracted from webkitGravatar reed@android.com2010-02-19
* add checks for exceeding 16bits, and apply those for glyphs in getMetrics()Gravatar reed@android.com2009-11-21
* grab from latest androidGravatar reed@android.com2008-12-17