index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
ui
/
Region.cpp
Age
Commit message (
Expand
)
Author
2012-09-12
Region::validate() cannot be called from addRectUnchecked()
Mathias Agopian
2012-09-12
strengthen region validation
Mathias Agopian
2012-08-31
Add a way to retrieve a Region as a SharedBuffer
Mathias Agopian
2012-08-31
change how we store Region data internally
Mathias Agopian
2012-08-31
don't generate a new Region when translating by 0,0
Mathias Agopian
2012-08-13
improve [un]marshalling of non-binder objects
Mathias Agopian
2012-04-16
fix Region const_iterator.
Mathias Agopian
2012-02-07
Preliminary support for clipRect(Rect, Op)
Romain Guy
2012-01-08
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-03
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2011-09-26
Region cannot handle malformed Rects. Abort the Region op in that case.
Mathias Agopian
2011-09-19
Make sure Region handles invalid rectangles
Mathias Agopian
2011-03-17
fix [4093196] Device lock up - log spam with SharedBufferStack: waitForCondit...
Mathias Agopian
2010-11-02
Optimize FBO drawing with regions.
Romain Guy
2010-02-17
Remove a dependency of Region (libui) on Parcel (libbinder).
Mathias Agopian
2009-07-06
should fix sim build
Mathias Agopian
2009-06-29
Region::makeBoundsSelf() efficiently turns a region to its bounds
Mathias Agopian
2009-05-27
make sure the Region code disallows constructs like "(a+b)=c;", which is some...
Mathias Agopian
2009-05-17
Region now has its own implementation instead of relying on SkRegion, which a...
Mathias Agopian
2009-05-04
update surfaceflinger, libui and libagl to the new gralloc api
Mathias Agopian
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-01-09
auto import from //branches/cupcake/...@125939
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project