summaryrefslogtreecommitdiff
path: root/libs/hwui/SkiaCanvas.h
AgeCommit message (Expand)Author
2019-10-28Remove a dead optionJohn Reck
2019-07-29pass Paint not SkPaint to CanvasMike Reed
2019-07-15Remove final usage of asSkCanvasJohn Reck
2019-05-29Build native android graphics library for desktopJerome Gaillard
2019-05-09Merge "Fix fading edge effect from impacting neighboring pixels"Derek Sollenberger
2019-05-02Fix fading edge effect from impacting neighboring pixelsDerek Sollenberger
2019-04-26Remove SkCanvas::filterBitmap declaration.Ben Wagner
2019-01-08don't toggle between Paint and SkPaintMike Reed
2018-12-20Improve performance of unclipped save layers.Derek Sollenberger
2018-11-07Set the color space to sRGB on the Surface and remove colorFilter.Derek Sollenberger
2018-10-02Added support for Canvas#drawDoubleRoundRect in application Canvas APINader Jawad
2018-07-11Replace SkDrawFilter with PaintFilter.Ben Wagner
2018-01-24Initial implmentation of AnimatedImageDrawables on the RenderThread.Derek Sollenberger
2018-01-17Make ImageDecoder return animated DrawablesLeon Scroggins III
2017-11-03Format the world (or just HWUI)John Reck
2017-08-24Avoid setting high contrast in every view drawJohn Reck
2017-08-07Use colorFilters when rendering to an sRGB bitmap.Derek Sollenberger
2017-08-02Revert "Use colorFilters when rendering to an sRGB bitmap."Derek Sollenberger
2017-08-02Use colorFilters when rendering to an sRGB bitmap.Derek Sollenberger
2017-04-13Add SkiaCanvas::captureCanvasState()Matt Sarett
2017-04-06Merge "Xform bitmaps to sRGB on SW and PDF canvases" into oc-dev am: c29dffed16Matt Sarett
2017-04-06Xform bitmaps to sRGB on SW and PDF canvasesMatt Sarett
2017-04-05switch over to SkVertices object, and stop using deprecated methods.Mike Reed
2017-04-04Optimize Canvas::drawGlyphsStan Iliev
2017-01-04Remove clipRegion from the public API.Derek Sollenberger
2016-12-07switch over clip calls to use SkClipOp instead of SkRegion::OpMike Reed
2016-11-28SkCanvas is no longer reference-countedMike Reed
2016-10-31Implement SkiaRecordingCanvas, RenderNodeDrawable and other drawables.Stan Iliev
2016-10-24Merge SkiaCanvas changes from master-skia to master branch.Stan Iliev
2016-10-20Pass Bitmap instead of SkBitmap in drawNinePatch & drawBitmapMeshsergeyv
2016-10-20Pass Bitmap instead of SkBitmap for bitmap rect operationsergeyv
2016-10-20Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint)sergeyv
2016-10-19Merge "Initial refactoring to enable reuse of SkiaDisplayList on a per Render...TreeHugger Robot
2016-10-17Initial refactoring to enable reuse of SkiaDisplayListStan Iliev
2016-10-13use SkBlendMode instead of SkXfermodeMike Reed
2016-07-25More efficient text rendering on pathYuqian Li
2016-07-19Expose SkiaCanvas header file.Derek Sollenberger