summaryrefslogtreecommitdiff
path: root/libs/ui/Region.cpp
AgeCommit message (Expand)Author
2020-05-06Add test to call setInputWindows twice Siarhei Vishniakou
2020-05-01Merge "Revert^2 "libui: rewrite Region with FatVector"" into rvc-dev Dheeraj Shetty
2020-05-01Revert^2 "libui: rewrite Region with FatVector" Jagadeesh Pakaravoor
2020-04-28Fast path Region::orSelf when empty Dan Stoza
2020-02-27Revert "libui: rewrite Region with FatVector" Tim Murray
2020-02-07libui: rewrite Region with FatVector Tim Murray
2019-12-10libui: PrintTo and comparisons for values for tests Lloyd Pique
2019-12-05libui: remove frameworks/native/include/ui symlink Marissa Wall
2019-10-15[frameworks][native][libs]{math|ui} fix -Wimplicit-int-float-conversion Nick Desaulniers
2019-04-23link libutilscallstack only when VALIDATE_REGIONS is defined Chong Zhang
2019-03-24[libs/ui] Modernize codebase by replacing NULL with nullptr Yi Kong
2018-12-05SurfaceFlinger: Get rid of String8 in dumpsys Yiwei Zhang
2018-11-30Fix empty region if the scale is smaller than 1 Riddle Hsu
2018-11-27SurfaceFlinger Input: Correct screen magnification. Robert Carr
2018-04-09Region: Speculative fix for ubsan abort Dan Stoza
2018-02-07libui: improve Region::validate Chia-I Wu
2016-09-28Use uint32_t consistently for region op am: 8f279960c6 Colin Cross
2016-09-27Use uint32_t consistently for region op Colin Cross
2016-07-18Region: Detect malicious overflow in unflatten am: 1a65fccc50 am: fd579a51b5 ... Pablo Ceballos
2016-07-18Region: Detect malicious overflow in unflatten am: 1a65fccc50 am: fd579a51b5 ... Pablo Ceballos
2016-07-14Region: Detect malicious overflow in unflatten Pablo Ceballos
2016-04-28resolve merge conflicts of 168dc86 to nyc-dev-plus-aosp Chih-Hung Hsieh
2016-04-25Fix google-explicit-constructor warnings. Chih-Hung Hsieh
2016-04-01Merge "Split increments to silence a compiler warning." am: 0f73649 Stephen Hines
2016-03-31Split increments to silence a compiler warning. Stephen Hines
2015-09-21Remove usage of SharedBuffer Pablo Ceballos
2015-09-11Remove usage of SharedBuffer Pablo Ceballos
2015-08-24libsgui: Change Rect default constructor Pablo Ceballos
2015-04-15libgui: Pass surface damage through BufferQueue Dan Stoza
2015-04-15Merge "libui: Clean up Fence and Region flattening" Dan Stoza
2015-04-15libui: Clean up Fence and Region flattening Dan Stoza
2015-04-10Fix a memory corruption issue when vector resize ywen
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