Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
818de8233e3fd5d7bd40f03281d5aa3d6baff2dc
/
libs
/
hwui
/
SkiaCanvasProxy.cpp
58978e1
remove unused/deprecated flags from savelayer
by Mike Reed
· 7 years ago
1bcacfd
Format the world (or just HWUI)
by John Reck
· 7 years ago
e3d4a14
Merge "Replace SkFAIL with SK_ABORT."
by Ben Wagner
· 7 years ago
eeb1199
Replace SkFAIL with SK_ABORT.
by Ben Wagner
· 7 years ago
6c2a9e2
Use the faster path when calling drawImageRect.
by Derek Sollenberger
· 7 years ago
0a3ff95
Improve color correctness for drawing bitmaps with Skia pipeline
by Stan Iliev
· 8 years ago
826deef
switch over to SkVertices object, and stop using deprecated methods.
by Mike Reed
· 8 years ago
9d64a41
Merge "Optimize Canvas::drawGlyphs"
by TreeHugger Robot
· 8 years ago
0b58d99
Optimize Canvas::drawGlyphs
by Stan Iliev
· 8 years ago
6813635
add temporary cast to allow Skia roll
by Mike Reed
· 8 years ago
871cd2d
use SkVertices::Builder in drawBitmapLattice
by Mike Reed
· 8 years ago
9969111
Implement SkiaCanvasProxy::onDrawArc
by Yuqian Li
· 8 years ago
db15537
resolve merge conflicts of 082a1721b516 to master
by Mark Salyzyn
· 8 years ago
52eb4e0
Replace cutils/log.h and log/logger.h with log/log.h
by Mark Salyzyn
· 8 years ago
c543713
Merge "Remove clipRegion from the public API."
by Derek Sollenberger
· 8 years ago
770e0b5
Implement image draw functions in SkiaCanvasProxy
by Stan Iliev
· 8 years ago
b29b16e
Remove clipRegion from the public API.
by Derek Sollenberger
· 8 years ago
6e49c9f
switch over clip calls to use SkClipOp instead of SkRegion::Op
by Mike Reed
· 8 years ago
09bd6c2
Implement onDrawTextBlob in the SkiaCanvasProxy.
by Derek Sollenberger
· 8 years ago
c2f31df
use SkBlendMode
by Mike Reed
· 8 years ago
fc999950
Pass Bitmap instead of SkBitmap for bitmap rect operation
by sergeyv
· 8 years ago
aed7f58
Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint)
by sergeyv
· 8 years ago
2b2c7f1
Merge "Fix bound rectangle calculation in SkiaCanvasProxy::onDrawPosText"
by Stan Iliev
· 8 years ago
d84d2ee
Fix bound rectangle calculation in SkiaCanvasProxy::onDrawPosText
by Stan Iliev
· 8 years ago
afc22149
More efficient text rendering on path
by Yuqian Li
· 8 years ago
79fc3b1
Update SkiaCanvasProxy with SkSurface API change
by Matt Sarett
· 9 years ago
35934cc
Compute text bounds on a per glyph basis when drawing from an SkPicture.
by Derek Sollenberger
· 9 years ago
dccca44
Reland: Move text logic from jni to hwui level
by sergeyv
· 9 years ago
afbd0f1
Revert "Move text logic from jni to hwui level"
by Sergei Vasilinetc
· 9 years ago
a7f6bba1
Move text logic from jni to hwui level
by sergeyv
· 9 years ago
eecff56
Add internal Canvas save flags
by Florin Malita
· 9 years ago
5518e7c
Override getSaveLayerStrategy instead of willSaveLayer
by Leon Scroggins III
· 9 years ago
d2db5c1
Remove onDrawSprite API as it is no longer exposed via SkCanvas
by Derek Sollenberger
· 9 years ago
f35b989
Merge six commits from master-skia to master
by Leon Scroggins III
· 9 years ago
d8f904f
Revert "Merge six commits from master-skia to master"
by Tom Hudson
· 9 years ago
5507807
Merge six commits from master-skia to master
by Leon Scroggins III
· 9 years ago
b03198d
Merge "Use static_assert instead of SK_COMPILE_ASSERT."
by Ben Wagner
· 9 years ago
e3a40ea
Use static_assert instead of SK_COMPILE_ASSERT.
by Ben Wagner
· 9 years ago
6daa13c
Change setMatrix behavior to only affect canvas-local matrix
by Chris Craik
· 9 years ago
6bbf68d
Remove use of SkAutoSTMalloc from Android.
by Ben Wagner
· 9 years ago
a11ee3c
Add Skia includes where needed.
by Ben Wagner
· 9 years ago
0f6cb32
am a5e2946f: am b9d7bba5: am 434b577f: am 8ac76504: am 9613e9b7: Merge "New setLocalMatrix() operation for HWUI" into mnc-dev
by Tom Hudson
· 10 years ago
ac7b6d3
New setLocalMatrix() operation for HWUI
by Tom Hudson
· 10 years ago
17c5adf
drawBitmap() support for extractSubset()
by Tom Hudson
· 10 years ago
20c2b3e
Fix positioned text bounds
by Tom Hudson
· 10 years ago
b1476ae
Fix bug, change crashes to warnings
by Tom Hudson
· 10 years ago
806a6f0
Fix onDrawText for non-absolute positioning
by Tom Hudson
· 10 years ago
1db141f
Create proxy between Skia's SkCanvas and the framework Canvas.
by Derek Sollenberger
· 10 years ago