summaryrefslogtreecommitdiff
path: root/libs/hwui/SkiaCanvas.cpp
AgeCommit message (Expand)Author
2020-05-01Fix setShadowLayer + drawTextOnPathLeon Scroggins III
2020-01-15Merge "Added support for antialiased canvas clipping"Nader Jawad
2020-01-10Added support for antialiased canvas clippingNader Jawad
2020-01-10Include text draws in looper refactorNathaniel Nifong
2019-09-03use canvaspriv for legacy flag.Mike Reed
2019-07-29pass Paint not SkPaint to CanvasMike Reed
2019-07-15Remove final usage of asSkCanvasJohn Reck
2019-05-02Fix fading edge effect from impacting neighboring pixelsDerek Sollenberger
2019-04-11Update to new factories for effectsMike Reed
2019-01-29don't pass bounds to textblobbuilderMike Reed
2019-01-24Store SkFont in android::PaintMike Reed
2019-01-08don't toggle between Paint and SkPaintMike Reed
2019-01-01drawTextRSXform is deprecatedMike Reed
2018-12-20Improve performance of unclipped save layers.Derek Sollenberger
2018-12-04use SkTextEncodingMike 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 blobbuilderMike 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 APINader Jawad
2018-07-11Replace SkDrawFilter with PaintFilter.Ben Wagner
2018-05-09A better HW Bitmap uploaderJohn 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 styleStan Iliev
2018-02-06remove unused/deprecated flags from savelayerMike Reed
2018-01-24Initial implmentation of AnimatedImageDrawables on the RenderThread.Derek Sollenberger
2018-01-17Make ImageDecoder return animated DrawablesLeon Scroggins III
2018-01-11Improve correctness of SkiaCanvas::drawLayoutOnPathStan Iliev
2017-12-11Enable fast drawing for solid color nine patch rectanglesStan Iliev
2017-11-29Fix text encoding in some macrobench testsStan 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 drawJohn Reck
2017-08-16Merge "Filter empty paths at record time"TreeHugger Robot
2017-08-16Filter empty paths at record timeStan 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 pipelineStan Iliev
2017-04-18Merge "Remove round rect clipping optimization." into oc-dev am: 190fe086dfDerek 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 tagMatt 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 canvasDerek Sollenberger