summaryrefslogtreecommitdiffstats
path: root/libs/ui/Region.cpp
Commit message (Expand)AuthorAgeFilesLines
* Region: Detect malicious overflow in unflattenPablo Ceballos2016-07-211-0/+5
* libgui: Pass surface damage through BufferQueueDan Stoza2015-04-151-3/+11
* Merge "libui: Clean up Fence and Region flattening"Dan Stoza2015-04-151-14/+31
|\
| * libui: Clean up Fence and Region flatteningDan Stoza2015-04-151-14/+31
* | Fix a memory corruption issue when vector resizeywen2015-04-101-18/+17
|/
* Restore Region::set(uint32_t, uint32_t)Bernhard Rosenkraenzer2014-12-221-0/+6
* libui: Enable -Weverything and -WerrorDan Stoza2014-12-041-87/+93
* am d4dabf87: am cdbf28b3: Merge "native frameworks: 64-bit compile issues"Mark Salyzyn2014-03-131-2/+3
|\
| * native frameworks: 64-bit compile issuesMark Salyzyn2014-03-121-2/+3
* | Add contains point method to RegionMichael Wright2014-02-101-0/+16
|/
* Make Flattenable not virtualMathias Agopian2013-07-301-2/+5
* reformat Rect.{cpp|h}Mathias Agopian2013-05-101-1/+1
* latch transparent region hint only when we get a new frameMathias Agopian2013-04-021-0/+4
* improved CallStack a bitMathias Agopian2013-03-211-3/+1
* Add createTJunctionFreeRegionChris Craik2013-02-271-0/+132
* Region::validate() cannot be called from addRectUnchecked()Mathias Agopian2012-09-121-4/+0
* strengthen region validationMathias Agopian2012-09-121-23/+59
* Add a way to retrieve a Region as a SharedBufferMathias Agopian2012-08-311-0/+12
* change how we store Region data internallyMathias Agopian2012-08-311-43/+30
* don't generate a new Region when translating by 0,0Mathias Agopian2012-08-311-1/+1
* improve [un]marshalling of non-binder objectsMathias Agopian2012-08-131-51/+23
* fix Region const_iterator.Mathias Agopian2012-04-161-1/+9
* Preliminary support for clipRect(Rect, Op)Romain Guy2012-02-071-0/+19
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-6/+6
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-6/+6
* Region cannot handle malformed Rects. Abort the Region op in that case.Mathias Agopian2011-09-261-0/+1
* Make sure Region handles invalid rectanglesMathias Agopian2011-09-191-0/+5
* fix [4093196] Device lock up - log spam with SharedBufferStack: waitForCondit...Mathias Agopian2011-03-171-1/+11
* Optimize FBO drawing with regions.Romain Guy2010-11-021-1/+1
* Remove a dependency of Region (libui) on Parcel (libbinder).Mathias Agopian2010-02-171-44/+9
* should fix sim buildMathias Agopian2009-07-061-0/+2
* Region::makeBoundsSelf() efficiently turns a region to its boundsMathias Agopian2009-06-291-0/+6
* make sure the Region code disallows constructs like "(a+b)=c;", which is some...Mathias Agopian2009-05-271-13/+13
* Region now has its own implementation instead of relying on SkRegion, which a...Mathias Agopian2009-05-171-137/+488
* update surfaceflinger, libui and libagl to the new gralloc apiMathias Agopian2009-05-041-0/+7
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+313
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-313/+0
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-2/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+315