index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkPoint.h
Commit message (
Expand
)
Author
Age
*
refresh public includes
Cary Clark
2018-01-03
*
replace some points with vectors to clarify documentation
Cary Clark
2017-11-09
*
move parts of SkPoint to SkPointPriv
Cary Clark
2017-11-08
*
make point array methods private
Cary Clark
2017-11-07
*
create imagepriv and name params
Cary Clark
2017-11-03
*
Revert "Revert "Make GPU backend triangulate rects such that they are rendere...
Brian Salomon
2017-10-18
*
Revert "Make GPU backend triangulate rects such that they are rendered as tri...
Brian Salomon
2017-10-17
*
Make GPU backend triangulate rects such that they are rendered as tri strips ...
Brian Salomon
2017-10-17
*
Remove trailing whitespace.
Ben Wagner
2017-10-09
*
Convert NULL and 0 to nullptr.
Ben Wagner
2017-08-28
*
handle large conic weights
reed
2016-07-13
*
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...
reed
2015-05-12
*
Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...
reed
2015-05-12
*
stop calling SkScalarDiv
reed
2015-05-12
*
Rewrite NaN checks in terms of SkScalarIsNaN()
ehsan.akhgari
2014-12-15
*
change SkPoint::setLength to set itself to (0,0) if it starting length is deg...
reed
2014-12-09
*
optimize setRectFan and join -- from profiling drawText
reed
2014-10-01
*
Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h)
robertphillips
2014-06-02
*
remove SkScalarMul from public headers
reed@google.com
2014-01-27
*
Add sk_float_rsqrt with SSE + NEON fast paths.
commit-bot@chromium.org
2013-11-08
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
add asScalars() to document when we want to treat SkPoint or SkRect as an array
reed@google.com
2013-03-08
*
tweak to comments, ws change to trigger bots
reed@google.com
2013-01-28
*
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
*
add SkPoint::isZero(), match the existing method on SkIPoint
mike@reedtribe.org
2012-05-29
*
make CanNormalize inline for the float build (big speedup for PathIter)
reed@google.com
2012-05-07
*
Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero
epoger@google.com
2012-04-11
*
Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer
bsalomon@google.com
2012-02-15
*
Modifying SkPath to store all verbs provided by the user, and to give
schenney@chromium.org
2011-12-20
*
Replace SkMath.h includes as required for fixed point.
tomhudson@google.com
2011-09-27
*
Make SkMath.h less visible in public header files.
tomhudson@google.com
2011-09-27
*
Add perspective support to the gpu aa hairline renderer.
bsalomon@google.com
2011-09-12
*
add SkPoint::CanNormalize to unify decisions about when a vector is degenerate
reed@google.com
2011-09-07
*
Core skia changes to prepare for Gr AA Hairline renderer
bsalomon@google.com
2011-08-23
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance war...
epoger@google.com
2011-06-15
*
use SkPoint, creating an alias for GrPoint
reed@google.com
2011-05-06
*
add draw sample
mike@reedtribe.org
2011-03-20
*
Add code needed to build skia as a windows dll within the chromium project.
ctguil@chromium.org
2011-03-15
*
add origin to device
reed@google.com
2011-03-04
*
add some utils to SkPoint
reed@android.com
2010-01-28
*
fix warnings
reed@android.com
2009-01-15
*
grab from latest android
reed@android.com
2008-12-17