summaryrefslogtreecommitdiffstats
path: root/libs/ui/Region.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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