aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPoint.h
Commit message (Expand)AuthorAge
* refresh generated includesGravatar Cary Clark2018-07-13
* refresh generated includesGravatar Cary Clark2018-06-14
* update SkColorGravatar Cary Clark2018-06-08
* include refreshGravatar Cary Clark2018-05-30
* move SkIPoint16 to private headerGravatar Mike Reed2018-04-04
* updated includesGravatar Cary Clark2018-02-27
* saturate IPoint math, handle NaN in isEmptyGravatar Mike Reed2018-02-13
* refresh public includesGravatar Cary Clark2018-01-03
* replace some points with vectors to clarify documentationGravatar Cary Clark2017-11-09
* move parts of SkPoint to SkPointPrivGravatar Cary Clark2017-11-08
* make point array methods privateGravatar Cary Clark2017-11-07
* create imagepriv and name paramsGravatar Cary Clark2017-11-03
* Revert "Revert "Make GPU backend triangulate rects such that they are rendere...Gravatar Brian Salomon2017-10-18
* Revert "Make GPU backend triangulate rects such that they are rendered as tri...Gravatar Brian Salomon2017-10-17
* Make GPU backend triangulate rects such that they are rendered as tri strips ...Gravatar Brian Salomon2017-10-17
* Remove trailing whitespace.Gravatar Ben Wagner2017-10-09
* Convert NULL and 0 to nullptr.Gravatar Ben Wagner2017-08-28
* handle large conic weightsGravatar reed2016-07-13
* Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...Gravatar reed2015-05-12
* Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...Gravatar reed2015-05-12
* stop calling SkScalarDivGravatar reed2015-05-12
* Rewrite NaN checks in terms of SkScalarIsNaN()Gravatar ehsan.akhgari2014-12-15
* change SkPoint::setLength to set itself to (0,0) if it starting length is deg...Gravatar reed2014-12-09
* optimize setRectFan and join -- from profiling drawTextGravatar reed2014-10-01
* Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h)Gravatar robertphillips2014-06-02
* remove SkScalarMul from public headersGravatar reed@google.com2014-01-27
* Add sk_float_rsqrt with SSE + NEON fast paths.Gravatar commit-bot@chromium.org2013-11-08
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* add asScalars() to document when we want to treat SkPoint or SkRect as an arrayGravatar reed@google.com2013-03-08
* tweak to comments, ws change to trigger botsGravatar reed@google.com2013-01-28
* 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
* add SkPoint::isZero(), match the existing method on SkIPointGravatar mike@reedtribe.org2012-05-29
* make CanNormalize inline for the float build (big speedup for PathIter)Gravatar reed@google.com2012-05-07
* Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZeroGravatar epoger@google.com2012-04-11
* Use cheapComputeDirection to determine normal facing in GrAAConvexPathRendererGravatar bsalomon@google.com2012-02-15
* Modifying SkPath to store all verbs provided by the user, and to giveGravatar schenney@chromium.org2011-12-20
* Replace SkMath.h includes as required for fixed point.Gravatar tomhudson@google.com2011-09-27
* Make SkMath.h less visible in public header files.Gravatar tomhudson@google.com2011-09-27
* Add perspective support to the gpu aa hairline renderer.Gravatar bsalomon@google.com2011-09-12
* add SkPoint::CanNormalize to unify decisions about when a vector is degenerateGravatar reed@google.com2011-09-07
* Core skia changes to prepare for Gr AA Hairline rendererGravatar bsalomon@google.com2011-08-23
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance war...Gravatar epoger@google.com2011-06-15
* use SkPoint, creating an alias for GrPointGravatar reed@google.com2011-05-06
* add draw sampleGravatar mike@reedtribe.org2011-03-20
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* add origin to deviceGravatar reed@google.com2011-03-04