index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkMatrix.h
Commit message (
Expand
)
Author
Age
*
alternative no anonymous enums
Cary Clark
2018-04-26
*
updated includes
Cary Clark
2018-02-27
*
Remove public version of SkMatrix::mapPointsWithStride.
Brian Salomon
2018-01-05
*
Privatize separate src/dst version of SkMatrix::mapPointsWithStride.
Brian Salomon
2018-01-05
*
refresh public includes
Cary Clark
2018-01-03
*
Revert "Transform vertices for distance field glyphs on CPU."
Greg Daniel
2017-12-18
*
Revert "move homogenous with stride to matrixpriv"
Greg Daniel
2017-12-18
*
move homogenous with stride to matrixpriv
Cary Clark
2017-12-15
*
Transform vertices for distance field glyphs on CPU.
Brian Salomon
2017-12-15
*
Add a GM to test out odd matrix draws (take 2)
Robert Phillips
2017-10-31
*
Revert "Add a GM to test out odd matrix draws"
Robert Phillips
2017-10-31
*
Add a GM to test out odd matrix draws
Robert Phillips
2017-10-31
*
generated include refresh
Cary Clark
2017-10-30
*
make matrix serialization private
Cary Clark
2017-10-20
*
make skmatrix getmapproc private
Cary Clark
2017-10-20
*
convert mapHomogeneousPoints to SkPoint3
Cary Clark
2017-10-18
*
remove unused SkMatrix setIDiv
Cary Clark
2017-10-16
*
Revert "move SkMatrix anonymous affine enum to private"
Mike Reed
2017-10-13
*
move SkMatrix anonymous affine enum to private
Cary Clark
2017-10-12
*
Remove trailing whitespace.
Ben Wagner
2017-10-09
*
minor changes to SkMatrix.h and SkRect.h
Cary Clark
2017-09-19
*
Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDev...
Brian Salomon
2017-08-28
*
Convert NULL and 0 to nullptr.
Ben Wagner
2017-08-28
*
comment SK_API and add fix params
Cary Clark
2017-05-18
*
optimize intersect, use getType to utilize fast-case in preTranslate
Mike Reed
2017-03-07
*
Add some thread safety notes.
Mike Klein
2017-03-02
*
Batch across matrix changes in drawVertices and add GM to test.
Brian Salomon
2017-02-03
*
Harden degenerate gradient context handling
fmalita
2016-10-05
*
add SkMatrixPriv for specialized helpers
reed
2016-08-22
*
Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2...
halcanary
2016-08-10
*
Change mapRectScaleTranslate to pass args/ret by value
reed
2016-08-10
*
Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1...
reed
2016-07-10
*
change mapRectScaleTranslate to pass args/ret by value
reed
2016-07-10
*
make setScaleTranslate public
reed
2016-07-05
*
speed up maprect for scale+trans case
reed
2016-06-30
*
Make SkPath::isOval() and SkPath::isRRect return the orientation and starting...
bsalomon
2016-05-27
*
Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than Sk...
benjaminwagner
2016-02-16
*
Make SkMatrix::get*Scale[s]() fail on NaN
bsalomon
2015-12-17
*
Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE.
mtklein
2015-11-24
*
api helpers inspired by blink use-cases
reed
2015-08-09
*
Fix up SkMatrix::isFinite call
robertphillips
2015-07-06
*
add SkCanvas::drawAtlas
reed
2015-06-24
*
Fix precision error in https://codereview.chromium.org/1188433011/
robertphillips
2015-06-19
*
Added check for ill-conditioned invert
robertphillips
2015-06-19
*
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
*
Remove SK_SUPPORT_LEGACY_SCALAR_MAPPOINTS
fmalita
2015-04-09
*
use Sk4f for matrix math
reed
2015-03-29
*
use table of procs (and unrolling) to speed up mapPts
reed
2015-03-27
[next]