summaryrefslogtreecommitdiff
path: root/libs/hwui/VectorDrawable.cpp
AgeCommit message (Expand)Author
2024-03-05Fix blurry downscaled VectorDrawables John Reck
2024-02-29Delete unneeded #ifdef Jerome Gaillard
2022-03-04Fix transitive dependencies on SkImageEncoder Kevin Lubick
2021-09-18Enable anti-aliasing for clip-path in vector drawables. Bo Brinkman
2021-07-12Store filterbitmap on Paint Mike Reed
2021-05-22Use TraceUtils.h from gui shared library. rnlee
2021-01-29Modernize calls to drawImage Mike Reed
2020-11-25Stop copying VectorDrawable pixels when drawing. Derek Sollenberger
2020-09-30Revert "Create wrapper around Shader native implementation" Nader Jawad
2020-08-14Create wrapper around Shader native implementation Nader Jawad
2019-12-03use new SkPathFillType enum Mike Reed
2019-10-04Delete VectorDrawableAtlas John Reck
2019-08-09Access VectorDrawableAtlas only on RenderThread Stan Iliev
2019-07-29pass Paint not SkPaint to Canvas Mike Reed
2019-05-29Build native android graphics library for desktop Jerome Gaillard
2019-04-12Do not cache AVDs that are off screen Leon Scroggins III
2019-01-31Remove references to ANDROID_ENABLE_LINEAR_BLENDING Leon Scroggins III
2019-01-22Add continuous SKP capture test api John Reck
2018-12-03Remove ; from closing namespaces in libs/hwui Chris Blume
2018-10-02Fix regressed alpha change in VD Doris Liu
2018-09-21Support auto-dark for VectorDrawable John Reck
2018-07-31Set bilinear filter quality when drawing VectorDrawable Stan Iliev
2018-05-09A better HW Bitmap uploader John Reck
2018-02-09use writepixels on surface, the canvas version is deprecated Mike Reed
2018-02-08Cache VectorDrawable bounds at record time Stan Iliev
2017-12-04Private API to turn off anti-aliasing for VectorDrawable Doris Liu
2017-11-03Format the world (or just HWUI) John Reck
2017-09-14Add systrace for VectorDrawable inflation and draw ztenghui
2017-08-31Render VectorDrawables in software and then upload to the VDAtlas. Derek Sollenberger
2017-08-15Use the faster path when calling drawImageRect. Derek Sollenberger
2017-07-18Cache VectorDrawables in an atlas Stan Iliev
2017-03-27Update VectorDrawables cache at frame start Stan Iliev
2017-03-20Modify VectorDrawable to scale path through canvas matrix Stan Iliev
2017-02-10Update framework to use new SkColorSpace API Matt Sarett
2016-12-07switch over clip calls to use SkClipOp instead of SkRegion::Op Mike Reed
2016-12-02Merge "Recreate the bitmap cache when it is smaller than needed" Tenghui Zhu
2016-11-16Recreate the bitmap cache when it is smaller than needed Teng-Hui Zhu
2016-11-03update callers to newer Skia APIs Mike Reed
2016-10-20Pass Bitmap instead of SkBitmap for bitmap rect operation sergeyv
2016-10-13use SkBlendMode instead of SkXfermode Mike Reed
2016-10-12Fix SkShader leak for Gradient VectorDrawable and test am: fc9cf72339 am: c47... Doris Liu
2016-10-12Fix SkShader leak for Gradient VectorDrawable and test Doris Liu
2016-10-11Linear blending, step 1 Romain Guy
2016-05-27Copy native tree's property when mutate vector drawable Doris Liu
2016-05-26Copy native tree's property when mutate vector drawable Doris Liu
2016-05-02Count native allocation for VD against Java heap Doris Liu
2016-04-12Allow leading spaces in path string (to keep behavior consistent) Doris Liu
2016-04-04Make AVD thread safe Doris Liu
2016-03-16Merge "Add fillType support to VectorDrawable" into nyc-dev Tenghui Zhu
2016-03-16Add fillType support to VectorDrawable Teng-Hui Zhu