index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
SkiaCanvasProxy.cpp
Age
Commit message (
Expand
)
Author
2017-07-19
Improve color correctness for drawing bitmaps with Skia pipeline
Stan Iliev
2017-04-05
switch over to SkVertices object, and stop using deprecated methods.
Mike Reed
2017-04-04
Merge "Optimize Canvas::drawGlyphs"
TreeHugger Robot
2017-04-04
Optimize Canvas::drawGlyphs
Stan Iliev
2017-04-03
add temporary cast to allow Skia roll
Mike Reed
2017-03-20
use SkVertices::Builder in drawBitmapLattice
Mike Reed
2017-02-11
Implement SkiaCanvasProxy::onDrawArc
Yuqian Li
2017-01-11
resolve merge conflicts of 082a1721b516 to master
Mark Salyzyn
2017-01-09
Replace cutils/log.h and log/logger.h with log/log.h
Mark Salyzyn
2017-01-09
Merge "Remove clipRegion from the public API."
Derek Sollenberger
2017-01-05
Implement image draw functions in SkiaCanvasProxy
Stan Iliev
2017-01-04
Remove clipRegion from the public API.
Derek Sollenberger
2016-12-07
switch over clip calls to use SkClipOp instead of SkRegion::Op
Mike Reed
2016-11-03
Implement onDrawTextBlob in the SkiaCanvasProxy.
Derek Sollenberger
2016-11-02
use SkBlendMode
Mike Reed
2016-10-20
Pass Bitmap instead of SkBitmap for bitmap rect operation
sergeyv
2016-10-20
Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint)
sergeyv
2016-07-25
Merge "Fix bound rectangle calculation in SkiaCanvasProxy::onDrawPosText"
Stan Iliev
2016-07-25
Fix bound rectangle calculation in SkiaCanvasProxy::onDrawPosText
Stan Iliev
2016-07-25
More efficient text rendering on path
Yuqian Li
2016-07-15
Update SkiaCanvasProxy with SkSurface API change
Matt Sarett
2016-03-25
Compute text bounds on a per glyph basis when drawing from an SkPicture.
Derek Sollenberger
2016-03-21
Reland: Move text logic from jni to hwui level
sergeyv
2016-03-21
Revert "Move text logic from jni to hwui level"
Sergei Vasilinetc
2016-03-17
Move text logic from jni to hwui level
sergeyv
2016-01-25
Add internal Canvas save flags
Florin Malita
2016-01-12
Override getSaveLayerStrategy instead of willSaveLayer
Leon Scroggins III
2015-12-16
Remove onDrawSprite API as it is no longer exposed via SkCanvas
Derek Sollenberger
2015-10-29
Merge six commits from master-skia to master
Leon Scroggins III
2015-10-28
Revert "Merge six commits from master-skia to master"
Tom Hudson
2015-10-28
Merge six commits from master-skia to master
Leon Scroggins III
2015-08-20
Merge "Use static_assert instead of SK_COMPILE_ASSERT."
Ben Wagner
2015-08-19
Use static_assert instead of SK_COMPILE_ASSERT.
Ben Wagner
2015-08-19
Change setMatrix behavior to only affect canvas-local matrix
Chris Craik
2015-08-19
Remove use of SkAutoSTMalloc from Android.
Ben Wagner
2015-08-04
Add Skia includes where needed.
Ben Wagner
2015-07-10
am a5e2946f: am b9d7bba5: am 434b577f: am 8ac76504: am 9613e9b7: Merge "New s...
Tom Hudson
2015-07-09
New setLocalMatrix() operation for HWUI
Tom Hudson
2015-06-09
drawBitmap() support for extractSubset()
Tom Hudson
2015-04-15
Fix positioned text bounds
Tom Hudson
2015-03-05
Fix bug, change crashes to warnings
Tom Hudson
2015-02-20
Fix onDrawText for non-absolute positioning
Tom Hudson
2015-01-30
Create proxy between Skia's SkCanvas and the framework Canvas.
Derek Sollenberger