summaryrefslogtreecommitdiff
path: root/libs/ui/Region.cpp
AgeCommit message (Expand)Author
2014-12-22Restore Region::set(uint32_t, uint32_t) Bernhard Rosenkraenzer
2014-12-04libui: Enable -Weverything and -Werror Dan Stoza
2014-03-13am d4dabf87: am cdbf28b3: Merge "native frameworks: 64-bit compile issues" Mark Salyzyn
2014-03-12native frameworks: 64-bit compile issues Mark Salyzyn
2014-02-10Add contains point method to Region Michael Wright
2013-07-30Make Flattenable not virtual Mathias Agopian
2013-05-10reformat Rect.{cpp|h} Mathias Agopian
2013-04-02latch transparent region hint only when we get a new frame Mathias Agopian
2013-03-21improved CallStack a bit Mathias Agopian
2013-02-27Add createTJunctionFreeRegion Chris Craik
2012-09-12Region::validate() cannot be called from addRectUnchecked() Mathias Agopian
2012-09-12strengthen region validation Mathias Agopian
2012-08-31Add a way to retrieve a Region as a SharedBuffer Mathias Agopian
2012-08-31change how we store Region data internally Mathias Agopian
2012-08-31don't generate a new Region when translating by 0,0 Mathias Agopian
2012-08-13improve [un]marshalling of non-binder objects Mathias Agopian
2012-04-16fix Region const_iterator. Mathias Agopian
2012-02-07Preliminary support for clipRect(Rect, Op) Romain Guy
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE Steve Block
2011-09-26Region cannot handle malformed Rects. Abort the Region op in that case. Mathias Agopian
2011-09-19Make sure Region handles invalid rectangles Mathias Agopian
2011-03-17fix [4093196] Device lock up - log spam with SharedBufferStack: waitForCondit... Mathias Agopian
2010-11-02Optimize FBO drawing with regions. Romain Guy
2010-02-17Remove a dependency of Region (libui) on Parcel (libbinder). Mathias Agopian
2009-07-06should fix sim build Mathias Agopian
2009-06-29Region::makeBoundsSelf() efficiently turns a region to its bounds Mathias Agopian
2009-05-27make sure the Region code disallows constructs like "(a+b)=c;", which is some... Mathias Agopian
2009-05-17Region now has its own implementation instead of relying on SkRegion, which a... Mathias Agopian
2009-05-04update surfaceflinger, libui and libagl to the new gralloc api Mathias Agopian
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-01-09auto import from //branches/cupcake/...@125939 The Android Open Source Project
2008-10-21Initial Contribution The Android Open Source Project