summaryrefslogtreecommitdiff
path: root/libs/hwui/SkiaCanvas.cpp
AgeCommit message (Expand)Author
2020-01-15Merge "Added support for antialiased canvas clipping" Nader Jawad
2020-01-10Added support for antialiased canvas clipping Nader Jawad
2020-01-10Include text draws in looper refactor Nathaniel Nifong
2019-09-03use canvaspriv for legacy flag. Mike Reed
2019-07-29pass Paint not SkPaint to Canvas Mike Reed
2019-07-15Remove final usage of asSkCanvas John Reck
2019-05-02Fix fading edge effect from impacting neighboring pixels Derek Sollenberger
2019-04-11Update to new factories for effects Mike Reed
2019-01-29don't pass bounds to textblobbuilder Mike Reed
2019-01-24Store SkFont in android::Paint Mike Reed
2019-01-08don't toggle between Paint and SkPaint Mike Reed
2019-01-01drawTextRSXform is deprecated Mike Reed
2018-12-20Improve performance of unclipped save layers. Derek Sollenberger
2018-12-04use SkTextEncoding Mike Reed
2018-11-28Merge "Set the color space to sRGB on the Surface and remove colorFilter." Derek Sollenberger
2018-11-21pass font instead of paint to blobbuilder Mike Reed
2018-11-07Set the color space to sRGB on the Surface and remove colorFilter. Derek Sollenberger
2018-11-01move alignment to Paint (from SkPaint) Mike Reed
2018-10-02Added support for Canvas#drawDoubleRoundRect in application Canvas API Nader Jawad
2018-07-11Replace SkDrawFilter with PaintFilter. Ben Wagner
2018-05-09A better HW Bitmap uploader John Reck
2018-04-12Remove Properties::isSkiaPipeline (3/!?) John Reck
2018-03-14Update text alignment when using drawTextOnPath. Derek Sollenberger
2018-02-08Draw text with a hairline stroke as if it is fill style Stan Iliev
2018-02-06remove unused/deprecated flags from savelayer Mike Reed
2018-01-24Initial implmentation of AnimatedImageDrawables on the RenderThread. Derek Sollenberger
2018-01-17Make ImageDecoder return animated Drawables Leon Scroggins III
2018-01-11Improve correctness of SkiaCanvas::drawLayoutOnPath Stan Iliev
2017-12-11Enable fast drawing for solid color nine patch rectangles Stan Iliev
2017-11-29Fix text encoding in some macrobench tests Stan Iliev
2017-11-06If the absolute value of a sweep angle >= 360 then draw it as an oval. Derek Sollenberger
2017-11-03Format the world (or just HWUI) John Reck
2017-08-24Avoid setting high contrast in every view draw John Reck
2017-08-16Merge "Filter empty paths at record time" TreeHugger Robot
2017-08-16Filter empty paths at record time Stan Iliev
2017-08-15Use the faster path when calling drawImageRect. Derek Sollenberger
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-07-27Enable colorspace conversion while perserving legacy blending. Derek Sollenberger
2017-07-19Improve color correctness for drawing bitmaps with Skia pipeline Stan Iliev
2017-04-18Merge "Remove round rect clipping optimization." into oc-dev am: 190fe086df Derek Sollenberger
2017-04-17Remove round rect clipping optimization. Derek Sollenberger
2017-04-14Merge "Bug fix: use legacy SkCanvas regardless of color space tag" into oc-de... Matt Sarett
2017-04-14Bug fix: use legacy SkCanvas regardless of color space tag Matt Sarett
2017-04-13Add SkiaCanvas::captureCanvasState() Matt Sarett
2017-04-13Add SkiaCanvas::captureCanvasState() Matt Sarett
2017-04-12Merge "Change behavior of setBitmap to cleanly reset the canvas" into oc-dev ... Derek Sollenberger
2017-04-11Change behavior of setBitmap to cleanly reset the canvas Derek Sollenberger
2017-04-07Merge "Color management, the missing pieces" into oc-dev am: 7dfa16c2ef Romain Guy