Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DRegion.java23 public class Region implements Parcelable { class
56 public Region() { in Region() method in Region
62 public Region(Region region) { in Region() method in Region
69 public Region(Rect r) { in Region() method in Region
76 public Region(int left, int top, int right, int bottom) { in Region() method in Region
389 Region(long ni) { in Region() method in Region
398 private Region(long ni, int dummy) { in Region() method in Region
/frameworks/rs/java/tests/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/native/include/gui/
DSurfaceComposerClient.h46 class Region; variable
/frameworks/native/services/surfaceflinger/
DLayerDim.cpp47 const Region& /* clip */, bool useIdentityTransform) const in onDraw() argument
DTransform.h32 class Region; variable
DLayer.cpp972 const Region& /* clip */, float red, float green, float blue,
987 const Region& /* clip */, bool useIdentityTransform) const { argument
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.h37 class Region; variable
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragment.h29 enum Type { Alignment, Fillment, Region, Target, Stub, Null }; enumerator
/frameworks/native/opengl/libagl/
Degl.cpp278 struct Region { struct
279 inline Region() : count(0) { } in Region() argument
280 typedef Rect const* const_iterator;
281 const_iterator begin() const { return storage; } in begin()
282 const_iterator end() const { return storage+count; } in end()
283 static Region subtract(const Rect& lhs, const Rect& rhs) { in subtract()
323 bool isEmpty() const { in isEmpty()
327 Rect storage[4];
328 ssize_t count;
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
DLVREV.h96 … LVM_MemoryRegion_st Region[LVREV_NR_MEMORY_REGIONS]; /* One definition for each region */ member
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h63 class Region; variable
DHWComposer_hwc1.h52 class Region; variable
DHWC2.h43 class Region; variable
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
DLVPSA.h100 …LVPSA_MemoryRegion_t Region[LVPSA_NR_MEMORY_REGIONS];/* One definition for each region … member
/frameworks/base/libs/hwui/
DClipArea.h96 Region enumerator
/frameworks/native/libs/ui/
DRegion.cpp60 Region::Region() { in Region() function in android::Region
64 Region::Region(const Region& rhs) in Region() function in android::Region
72 Region::Region(const Rect& rhs) { in Region() function in android::Region
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DLVM_Types.h164 LVM_MemoryRegion_st Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */ member
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
DLVCS.h194 LVCS_MemoryRegion_t Region[LVCS_NR_MEMORY_REGIONS]; /* One definition for each region */ member
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
DLVDBE.h236 LVDBE_MemoryRegion_t Region[LVDBE_NR_MEMORY_REGIONS]; /* One definition for each region */ member
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
DLVEQNB.h238 …LVEQNB_MemoryRegion_t Region[LVEQNB_NR_MEMORY_REGIONS]; /* One definition for each region */ member
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
DLVM.h240 LVM_MemoryRegion_st Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */ member
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Private.h136 LVM_IntMemoryRegion_t Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */ member