aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleAndroidShadows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated drawShadow interfacesJim Van Verth2018-02-281-3/+4
* Fix alpha contribution to tonal color.Jim Van Verth2017-12-191-14/+27
* Delete even more unused views codeBrian Osman2017-11-291-1/+0
* Add tonal color support for shadows.Jim Van Verth2017-06-091-0/+1
* Revert "Revert "Delete SkGaussianEdgeShader""Florin Malita2017-05-311-1/+0
* Revert "Delete SkGaussianEdgeShader"Florin Malita2017-05-311-0/+1
* Delete SkGaussianEdgeShaderFlorin Malita2017-05-301-1/+0
* Unify ShadowUtils interfaceJim Van Verth2017-05-101-7/+3
* Remove height functor for shadows and replace with plane equation paramsJim Van Verth2017-05-081-36/+25
* Add ShadowUtils sample.Jim Van Verth2017-05-041-0/+4
* Combine the ambient and spot alphas into the base colorJim Van Verth2017-05-041-337/+14
* Fix fast blur for shadow rrects.Jim Van Verth2017-04-281-24/+6
* Circular shadow fixes for Flutter.Jim Van Verth2017-04-211-1/+2
* Add perspective shadowsJim Van Verth2017-04-111-22/+52
* Add height function to shadow tessellators.Jim Van Verth2017-03-271-1/+8
* Revert "Revert "Create new inset algorithm for spot shadows""Brian Salomon2017-03-241-6/+6
* Revert "Create new inset algorithm for spot shadows"Brian Salomon2017-03-241-6/+6
* Create new inset algorithm for spot shadowsJim Van Verth2017-03-241-6/+6
* Add new test cases for Android shadow sample.Jim Van Verth2017-03-101-1/+66
* Use fast path for circular shadows.Jim Van Verth2017-03-021-1/+1
* Add more SampleApp support to viewer.Jim Van Verth2017-02-141-2/+13
* Tweak shadow sample for demos.Jim Van Verth2017-02-081-10/+15
* Add geometric implementation for ambient shadowsJim Van Verth2017-01-251-3/+25
* Revert "Add geometric implementation for ambient shadows"Ethan Nicholas2017-01-251-25/+3
* Add geometric implementation for ambient shadowsJim Van Verth2017-01-241-3/+25
* Move Android shadow rendering interface to util library.Jim Van Verth2017-01-131-9/+6
* Add shadowrrect geometry processorJim Van Verth2016-11-211-1/+1
* Add SkShadowMaskFilterJim Van Verth2016-10-311-0/+27
* chmod -x *.cpp *.hHal Canary2016-10-271-0/+0
* Update AndroidShadows slide with new stroking offsetRobert Phillips2016-10-101-12/+44
* Switch default for SkGaussianBlurShader radius size.jvanverth2016-09-141-2/+2
* Update SampleAndroidShadows to use algorithm closer to Android OpenGLjvanverth2016-09-121-100/+88
* Use stroked rrects for Android shadow samplejvanverth2016-08-291-40/+60
* Fix SampleAndroidShadows warningsfmalita2016-08-171-2/+2
* Add alternative spot shadow to Android shadow samplejvanverth2016-08-171-68/+151
* Add alternative ambient shadow method to Android shadow samplejvanverth2016-08-171-2/+89
* Add Android Shadow samplejvanverth2016-08-121-0/+251