summaryrefslogtreecommitdiff
path: root/libs/hwui/VectorDrawable.cpp
AgeCommit message (Expand)Author
2021-05-22Use TraceUtils.h from gui shared library.rnlee
2021-01-29Modernize calls to drawImageMike 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 implementationNader Jawad
2019-12-03use new SkPathFillType enumMike Reed
2019-10-04Delete VectorDrawableAtlasJohn Reck
2019-08-09Access VectorDrawableAtlas only on RenderThreadStan Iliev
2019-07-29pass Paint not SkPaint to CanvasMike Reed
2019-05-29Build native android graphics library for desktopJerome Gaillard
2019-04-12Do not cache AVDs that are off screenLeon Scroggins III
2019-01-31Remove references to ANDROID_ENABLE_LINEAR_BLENDINGLeon Scroggins III
2019-01-22Add continuous SKP capture test apiJohn Reck
2018-12-03Remove ; from closing namespaces in libs/hwuiChris Blume
2018-10-02Fix regressed alpha change in VDDoris Liu
2018-09-21Support auto-dark for VectorDrawableJohn Reck
2018-07-31Set bilinear filter quality when drawing VectorDrawableStan Iliev
2018-05-09A better HW Bitmap uploaderJohn Reck
2018-02-09use writepixels on surface, the canvas version is deprecatedMike Reed
2018-02-08Cache VectorDrawable bounds at record timeStan Iliev
2017-12-04Private API to turn off anti-aliasing for VectorDrawableDoris Liu
2017-11-03Format the world (or just HWUI)John Reck
2017-09-14Add systrace for VectorDrawable inflation and drawztenghui
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 atlasStan Iliev
2017-03-27Update VectorDrawables cache at frame startStan Iliev
2017-03-20Modify VectorDrawable to scale path through canvas matrixStan Iliev
2017-02-10Update framework to use new SkColorSpace APIMatt Sarett
2016-12-07switch over clip calls to use SkClipOp instead of SkRegion::OpMike 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 neededTeng-Hui Zhu
2016-11-03update callers to newer Skia APIsMike Reed
2016-10-20Pass Bitmap instead of SkBitmap for bitmap rect operationsergeyv
2016-10-13use SkBlendMode instead of SkXfermodeMike 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 testDoris Liu
2016-10-11Linear blending, step 1Romain Guy
2016-05-27Copy native tree's property when mutate vector drawableDoris Liu
2016-05-26Copy native tree's property when mutate vector drawableDoris Liu
2016-05-02Count native allocation for VD against Java heapDoris Liu
2016-04-12Allow leading spaces in path string (to keep behavior consistent)Doris Liu
2016-04-04Make AVD thread safeDoris Liu
2016-03-16Merge "Add fillType support to VectorDrawable" into nyc-devTenghui Zhu
2016-03-16Add fillType support to VectorDrawableTeng-Hui Zhu
2016-03-15Workaround for PathMeasure.getSegment() behavior changeDoris Liu
2016-02-05Ref count the nodes in VectorDrawableDoris Liu
2016-02-04Revert "Revert "VectorDrawable native rendering - Step 4 of MANY""Doris Liu
2016-02-04Revert "VectorDrawable native rendering - Step 4 of MANY"Doris Liu
2016-02-03Remove remaining references to SkCanvas::SaveFlagsFlorin Malita