index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkScalar.h
Commit message (
Expand
)
Author
Age
*
Revert "Revert "implement SkScalar versions in terms of float versions""
Mike Reed
2018-05-14
*
Revert "implement SkScalar versions in terms of float versions"
Mike Reed
2018-05-14
*
implement SkScalar versions in terms of float versions
Mike Reed
2018-05-14
*
begin to wrap all float divides
Mike Reed
2018-02-12
*
Change SkScalarTruncToInt to saturate.
Ben Wagner
2017-09-18
*
Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDev...
Brian Salomon
2017-08-28
*
remove obsolete SK_SUPPORT_LEGACY_SCALARMUL code
Mike Reed
2017-04-08
*
stop using SkScalarMul
Mike Reed
2017-02-14
*
Revert "Revert "SkScalar: delete code that doesn't compile.""
Hal Canary
2017-02-02
*
Revert "SkScalar: delete code thqat doesn't compile."
Leon Scroggins
2017-02-02
*
SkScalar: delete code thqat doesn't compile.
Hal Canary
2017-02-02
*
Swap SkGpuBlurUtils over to using SkIRects
robertphillips
2016-05-13
*
Reverse dependency between SkScalar.h and SkFixed.h.
benjaminwagner
2016-04-07
*
Make SkFixed private.
benjaminwagner
2016-03-28
*
Add SkScalarTruncToScalar and speed up SkScalarFraction.
bungeman
2016-03-10
*
Remove SkLerpXfermode
robertphillips
2016-01-25
*
Add special case circle blur for Ganesh
robertphillips
2015-09-15
*
Revert[8] "move some public headers into private"
reed
2015-08-17
*
Revert[7] "move some public headers into private"
reed
2015-08-15
*
Revert[6] "move some public headers into private"
reed
2015-08-15
*
Revert "Revert[4] "move some public headers into private""
reed
2015-08-12
*
Revert[4] "move some public headers into private"
reed
2015-08-12
*
Revert[3] "move some public headers into private"
reed
2015-08-12
*
Revert[2] "move some public headers into private"
reed
2015-08-12
*
Revert "move some public headers into private"
reed
2015-08-11
*
move some public headers into private
reed
2015-08-11
*
remove now-dead flags
reed
2015-08-01
*
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
*
Add SkTPin.
bungeman
2015-04-16
*
Use SkTMin and SkTMax for clamp/pin.
bungeman
2015-03-09
*
check for nonfinites in rrects
reed
2015-02-10
*
use log2(scale) to compute mip level
reed
2015-01-16
*
Revert of use log2(scale) to compute mip level (patchset #7 id:120001 of http...
reed
2015-01-16
*
use log2(scale) to compute mip level
reed
2015-01-16
*
Rewrite NaN checks in terms of SkScalarIsNaN()
ehsan.akhgari
2014-12-15
*
Remove SK_SUPPORT_DEPRECATED_SCALARROUND.
scroggo
2014-12-02
*
begin clean up for scalar is double option
reed
2014-10-31
*
add rounding-using-doubles methods on SkScalar and SkRect
commit-bot@chromium.org
2014-05-05
*
remove SkScalarMul from public headers
reed@google.com
2014-01-27
*
Renamed JsCanvas to JsContext and moved into it's own file.
commit-bot@chromium.org
2014-01-06
*
replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b)
reed@google.com
2013-12-18
*
move SkScalarMean into its only caller, reducing out public API exposure
reed@google.com
2013-12-18
*
move SkScalarLog2 into its only client, in a move to reduce our public API su...
reed@google.com
2013-12-18
*
deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...
reed@google.com
2013-12-17
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
remove outdated debugging code now that we no longer support fixed point
commit-bot@chromium.org
2013-05-23
*
Fix for displacement mapping
sugoi@google.com
2013-03-19
[next]