summaryrefslogtreecommitdiff
path: root/libs/hwui/SkiaCanvas.cpp
AgeCommit message (Expand)Author
2023-02-25Defer Meshed creation Nader Jawad
2023-01-20Merge "Revert "add support for rendering lottie animations through a LottieDr... Leon Scroggins
2023-01-19Revert "add support for rendering lottie animations through a LottieDrawable" Jorge Betancourt
2023-01-18Remove SkAutoSTMalloc and other private Skia functions Kevin Lubick
2023-01-11Merge "Replace SkDeque with std::deque in SkiaCanvas" TreeHugger Robot
2023-01-11Replace SkDeque with std::deque in SkiaCanvas Kevin Lubick
2023-01-06add support for rendering lottie animations through a LottieDrawable Jorge Betancourt
2022-12-03Exposed SkCanvas::drawMesh Angel Aguayo
2022-09-16Merge "Revert^2 "Support alpha for SurfaceView"" Alec Mouri
2022-09-12Revert^2 "Support alpha for SurfaceView" Alec Mouri
2022-09-09Merge "Revert "Support alpha for SurfaceView"" Alec Mouri
2022-09-08Revert "Support alpha for SurfaceView" Samiul Islam
2022-09-08Merge "Support alpha for SurfaceView" Alec Mouri
2022-09-07Support alpha for SurfaceView Alec Mouri
2022-09-01Merge "Move SkiaCanvas::Clip above SkiaCanvas::SkiaCanvas" am: 770e68977b am:... Ryan Prichard
2022-08-26Move SkiaCanvas::Clip above SkiaCanvas::SkiaCanvas Ryan Prichard
2022-02-24Fix includes of SkRRect and other Skia headers Kevin Lubick
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