index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
SkiaCanvas.h
Age
Commit message (
Expand
)
Author
2019-10-28
Remove a dead option
John Reck
2019-07-29
pass Paint not SkPaint to Canvas
Mike Reed
2019-07-15
Remove final usage of asSkCanvas
John Reck
2019-05-29
Build native android graphics library for desktop
Jerome Gaillard
2019-05-09
Merge "Fix fading edge effect from impacting neighboring pixels"
Derek Sollenberger
2019-05-02
Fix fading edge effect from impacting neighboring pixels
Derek Sollenberger
2019-04-26
Remove SkCanvas::filterBitmap declaration.
Ben Wagner
2019-01-08
don't toggle between Paint and SkPaint
Mike Reed
2018-12-20
Improve performance of unclipped save layers.
Derek Sollenberger
2018-11-07
Set the color space to sRGB on the Surface and remove colorFilter.
Derek Sollenberger
2018-10-02
Added support for Canvas#drawDoubleRoundRect in application Canvas API
Nader Jawad
2018-07-11
Replace SkDrawFilter with PaintFilter.
Ben Wagner
2018-01-24
Initial implmentation of AnimatedImageDrawables on the RenderThread.
Derek Sollenberger
2018-01-17
Make ImageDecoder return animated Drawables
Leon Scroggins III
2017-11-03
Format the world (or just HWUI)
John Reck
2017-08-24
Avoid setting high contrast in every view draw
John Reck
2017-08-07
Use colorFilters when rendering to an sRGB bitmap.
Derek Sollenberger
2017-08-02
Revert "Use colorFilters when rendering to an sRGB bitmap."
Derek Sollenberger
2017-08-02
Use colorFilters when rendering to an sRGB bitmap.
Derek Sollenberger
2017-04-13
Add SkiaCanvas::captureCanvasState()
Matt Sarett
2017-04-06
Merge "Xform bitmaps to sRGB on SW and PDF canvases" into oc-dev am: c29dffed16
Matt Sarett
2017-04-06
Xform bitmaps to sRGB on SW and PDF canvases
Matt Sarett
2017-04-05
switch over to SkVertices object, and stop using deprecated methods.
Mike Reed
2017-04-04
Optimize Canvas::drawGlyphs
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-28
SkCanvas is no longer reference-counted
Mike Reed
2016-10-31
Implement SkiaRecordingCanvas, RenderNodeDrawable and other drawables.
Stan Iliev
2016-10-24
Merge SkiaCanvas changes from master-skia to master branch.
Stan Iliev
2016-10-20
Pass Bitmap instead of SkBitmap in drawNinePatch & drawBitmapMesh
sergeyv
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-10-19
Merge "Initial refactoring to enable reuse of SkiaDisplayList on a per Render...
TreeHugger Robot
2016-10-17
Initial refactoring to enable reuse of SkiaDisplayList
Stan Iliev
2016-10-13
use SkBlendMode instead of SkXfermode
Mike Reed
2016-07-25
More efficient text rendering on path
Yuqian Li
2016-07-19
Expose SkiaCanvas header file.
Derek Sollenberger