summaryrefslogtreecommitdiff
path: root/core/SkRect.h
AgeCommit message (Expand)Author
2014-05-05add rounding-using-doubles methods on SkScalar and SkRectcommit-bot@chromium.org
2014-01-01speedup SkRect::intersectmike@reedtribe.org
2013-12-17remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsreed@google.com
2013-11-07Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blit...reed@google.com
2013-11-04Revert "speed up A8 by creating a new entry-point in SkDraw that blits the pa...reed@google.com
2013-11-04speed up A8 by creating a new entry-point in SkDraw that blits the path's cov...reed@google.com
2013-10-31Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com
2013-10-31Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com
2013-10-31add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com
2013-10-30remove contains(x,y) for rects and rrects ... not well defined, and unusedreed@google.com
2013-10-10Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing...senorblanco@chromium.org
2013-09-16Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://co...robertphillips@google.com
2013-09-16Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on ...robertphillips@google.com
2013-09-16Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview...robertphillips@google.com
2013-09-13Initial error handling codecommit-bot@chromium.org
2013-09-03Fix bounds computation in GrAAHairlineRenderercommit-bot@chromium.org
2013-08-14Add blend optimization helpers and use to convert rect draws to clears.commit-bot@chromium.org
2013-08-07Revert "Add blend optimization helpers and use to convert rect draws to clears."bsalomon@google.com
2013-08-06Add blend optimization helpers and use to convert rect draws to clears.commit-bot@chromium.org
2013-08-05Revert "Add blend optimization helpers and use to convert rect draws to clears."bsalomon@google.com
2013-08-05Add blend optimization helpers and use to convert rect draws to clears.commit-bot@chromium.org
2013-07-24This patch implements a crop rect for SkImageFilter. It has been implemented ...senorblanco@chromium.org
2013-07-24Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side...robertphillips@google.com
2013-07-22This patch implements a crop rect for SkImageFilter. It has been implemented ...senorblanco@chromium.org
2013-03-09Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-03-08add asScalars() to document when we want to treat SkPoint or SkRect as an arrayreed@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-24Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-23add alias for MakeFromIRect (just Make)reed@google.com
2013-01-17Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-16remove legacy build-flags for drawBitmapRectreed@google.com
2012-11-09Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-11-08add centerX() and centerY() to SkIRect (because they made me)reed@google.com
2012-11-08Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-11-07Some improvements to reduce the number of pixels touched in generating alpha ...bsalomon@google.com
2012-11-06add more utilities: roundIn(), offsetTo()reed@google.com
2012-10-31add SkScalarsEqual() so we don't have to use memcmp for arrays of floats.reed@google.com
2012-10-11Minimize use of SkDraw's matrix in SkGpuDevice.bsalomon@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-07-26explicitly track if a path is finite or notreed@google.com
2012-05-31We often rgn-diff an area >= the other rgn. now we detect that and return emptyreed@google.com
2012-05-16speedup SkRect::isFinite() (almost 2x)reed@google.com
2012-05-15Convert AAClipCache's GrRects to GrIRectsrobertphillips@google.com
2012-05-10Warn if return values from SkRect's Make* methods are ignoredrobertphillips@google.com
2012-04-19add x() and y() aliases for fLeft and fTop (matching SkIRect)reed@google.com
2011-12-06rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speedreed@google.com
2011-10-21add SkRect::intersect(a, b), matching what was already available in SkIRectreed@google.com
2011-10-03add accessors to irectreed@google.com
2011-09-01Fix some warnings when including some Skia headers in Chromium code under VS2...bsalomon@google.com
2011-08-23Core skia changes to prepare for Gr AA Hairline rendererbsalomon@google.com