Home
last modified time | relevance | path

Searched defs:Region (Results 1 – 24 of 24) sorted by relevance

/frameworks/native/services/surfaceflinger/
DContainerLayer.cpp29 bool ContainerLayer::prepareClientLayer(const RenderArea&, const Region&, bool, Region&, const bool, in prepareClientLayer()
DLayer.cpp528 bool Layer::prepareClientLayer(const RenderArea& /*renderArea*/, const Region& /*clip*/, in prepareClientLayer()
DLayer.h322 virtual bool setSurfaceDamageRegion(const Region& /*surfaceDamage*/) { return false; }; in setSurfaceDamageRegion()
/frameworks/base/graphics/java/android/graphics/
DRegion.java25 public class Region implements Parcelable { class
60 public Region() { in Region() method in Region
66 public Region(@NonNull Region region) { in Region() method in Region
73 public Region(@NonNull Rect r) { in Region() method in Region
80 public Region(int left, int top, int right, int bottom) { in Region() method in Region
405 Region(long ni) { in Region() method in Region
415 private Region(long ni, int unused) { in Region() method in Region
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
DRegion.java41 public class Region { class
58 public Region(float[] xy, Bitmap img) { in Region() method in Region
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DRegion.java32 public class Region { class
49 public Region(float[] xy, Bitmap img) { in Region() method in Region
/frameworks/base/services/core/jni/BroadcastRadio/
Dtypes.h43 enum class Region : jint { enum
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragment.h29 enum Type { Alignment, Fillment, Region, Target, Stub, Null }; enumerator
/frameworks/native/libs/ui/include/ui/
DTransform.h33 class Region; variable
/frameworks/native/libs/ui/include_vndk/ui/
DTransform.h33 class Region; variable
/frameworks/native/libs/renderengine/include/renderengine/
DRenderEngine.h43 class Region; variable
/frameworks/native/opengl/libagl/
Degl.cpp299 struct Region { struct
300 inline Region() : count(0) { } in Region() function
301 typedef Rect const* const_iterator;
302 const_iterator begin() const { return storage; } in begin()
303 const_iterator end() const { return storage+count; } in end()
304 static Region subtract(const Rect& lhs, const Rect& rhs) { in subtract()
344 bool isEmpty() const { in isEmpty()
348 Rect storage[4];
349 ssize_t count;
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h55 class Region; variable
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
DLVREV.h86 … LVM_MemoryRegion_st Region[LVREV_NR_MEMORY_REGIONS]; /* One definition for each region */ member
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
DLVPSA.h94 …LVPSA_MemoryRegion_t Region[LVPSA_NR_MEMORY_REGIONS];/* One definition for each region … member
/frameworks/native/libs/ui/
DRegion.cpp70 Region::Region() { in Region() function in android::Region
74 Region::Region(const Region& rhs) in Region() function in android::Region
82 Region::Region(const Rect& rhs) { in Region() function in android::Region
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DLVM_Types.h178 LVM_MemoryRegion_st Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */ member
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DPerimeterPathGuide.java52 public enum Region { enum in PerimeterPathGuide
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
DLVCS.h180 LVCS_MemoryRegion_t Region[LVCS_NR_MEMORY_REGIONS]; /* One definition for each region */ member
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
DLVDBE.h228 LVDBE_MemoryRegion_t Region[LVDBE_NR_MEMORY_REGIONS]; /* One definition for each region */ member
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
DLVEQNB.h235 …LVEQNB_MemoryRegion_t Region[LVEQNB_NR_MEMORY_REGIONS]; /* One definition for each region */ member
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Private.h128 LVM_IntMemoryRegion_t Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */ member
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
DLVM.h231 LVM_MemoryRegion_st Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */ member
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java5029 public TouchDelegateInfo(@NonNull Map<Region, View> targetMap) { in TouchDelegateInfo()
5048 TouchDelegateInfo(@NonNull ArrayMap<Region, Long> targetMap, boolean doCopy) { in TouchDelegateInfo()