summaryrefslogtreecommitdiff
path: root/libs/hwui/SkiaCanvas.cpp
AgeCommit message (Expand)Author
2022-08-26Move SkiaCanvas::Clip above SkiaCanvas::SkiaCanvas Ryan Prichard
2021-08-03Emulate replace clip ops using SkAndroidFrameworkUtils::ResetClip Michael Ludwig
2021-07-12Store filterbitmap on Paint Mike Reed
2021-05-06Adding force-dark support to RippleDrawable Lucas Dupin
2021-04-15Move sparkle animation to RenderThread Lucas Dupin
2021-04-06Holepunch layers for SurfaceView Nader Jawad
2021-02-23Simplify paint filtering Mike Reed
2021-02-17Custom looper code for Android Mike Reed
2021-01-29Modernize calls to drawImage Mike Reed
2021-01-28Pass filtering to drawLattice Mike Reed
2021-01-15Refactor RuntimeShader to support easier assignment of uniforms. Derek Sollenberger
2021-01-08Initial framework needed to draw circle with RuntimeShader. Derek Sollenberger
2020-12-14Use SkSamplingOptions when creating image-shader Mike Reed
2020-11-16Remove SaveFlags from saveLayer(Alpha) John Reck
2020-09-30Revert "Create wrapper around Shader native implementation" Nader Jawad
2020-09-22Remove bounding box retrieval from Canvas which is not used. Seigo Nonaka
2020-08-14Create wrapper around Shader native implementation Nader Jawad
2020-06-26Remove legacy callDrawGlFunction2 from HWUI John Reck
2020-05-01Merge "Fix setShadowLayer + drawTextOnPath" into rvc-dev am: 7e17bc6496 am: e... Leon Scroggins
2020-05-01Fix setShadowLayer + drawTextOnPath Leon Scroggins III
2020-04-01Include SkVertices.h in SkiaCanvas.h Brian Osman
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