Searched defs:Region (Results 1 - 13 of 13) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragment.h32 Region, enumerator in enum:mcld::Fragment::Type
/frameworks/native/include/ui/
H A DRegion.h35 class Region : public LightFlattenable<Region> class in namespace:android
38 Region();
39 Region(const Region& rhs);
40 explicit Region(const Rect& rhs);
41 ~Region();
43 static Region createTJunctionFreeRegion(const Region& r);
45 Region
[all...]
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
H A DLVREV.h96 LVM_MemoryRegion_st Region[LVREV_NR_MEMORY_REGIONS]; /* One definition for each region */ member in struct:__anon187
/frameworks/native/libs/ui/
H A DRegion.cpp17 #define LOG_TAG "Region"
27 #include <ui/Region.h>
58 Region::Region() { function in class:android::Region
62 Region::Region(const Region& rhs) function in class:android::Region
70 Region::Region(const Rect& rhs) { function in class:android::Region
74 Region
[all...]
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
H A DLVPSA.h92 LVM_UINT32 Size; /* Region size in bytes */
93 LVPSA_MemoryTypes_en Type; /* Region type */
100 LVPSA_MemoryRegion_t Region[LVPSA_NR_MEMORY_REGIONS];/* One definition for each region */ member in struct:__anon199
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
H A DLVCS.h185 LVM_UINT32 Size; /* Region size in bytes */
186 LVCS_MemoryTypes_en Type; /* Region type */
194 LVCS_MemoryRegion_t Region[LVCS_NR_MEMORY_REGIONS]; /* One definition for each region */ member in struct:__anon213
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
H A DLVDBE.h226 LVM_UINT32 Size; /* Region size in bytes */
227 LVM_UINT16 Alignment; /* Region alignment in bytes */
228 LVDBE_MemoryTypes_en Type; /* Region type */
236 LVDBE_MemoryRegion_t Region[LVDBE_NR_MEMORY_REGIONS]; /* One definition for each region */ member in struct:__anon105
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DLVM_Types.h155 LVM_UINT32 Size; /* Region size in bytes */
156 LVM_MemoryTypes_en Type; /* Region type */
164 LVM_MemoryRegion_st Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */ member in struct:__anon161
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
H A DLVEQNB.h228 LVM_UINT32 Size; /* Region size in bytes */
229 LVM_UINT16 Alignment; /* Region alignment in bytes */
230 LVEQNB_MemoryTypes_en Type; /* Region type */
238 LVEQNB_MemoryRegion_t Region[LVEQNB_NR_MEMORY_REGIONS]; /* One definition for each region */ member in struct:__anon179
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java23 public class Region implements Parcelable { class in inherits:Parcelable
27 private static final SynchronizedPool<Region> sPool =
28 new SynchronizedPool<Region>(MAX_POOL_SIZE);
56 public Region() { method in class:Region
62 public Region(Region region) { method in class:Region
69 public Region(Rect r) { method in class:Region
76 public Region(int left, int top, int right, int bottom) { method in class:Region
89 public boolean set(Region region) {
112 public boolean setPath(Path path, Region cli
388 Region(long ni) { method in class:Region
397 private Region(long ni, int dummy) { method in class:Region
[all...]
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Private.h126 LVM_UINT32 Size; /* Region size in bytes */
128 LVM_MemoryTypes_en Type; /* Region type */
136 LVM_IntMemoryRegion_t Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */ member in struct:__anon132
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
H A DLVM.h240 LVM_MemoryRegion_st Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */ member in struct:__anon125
/frameworks/native/opengl/libagl/
H A Degl.cpp278 struct Region { struct in struct:android::egl_window_surface_v2_t
279 inline Region() : count(0) { } function in struct:android::egl_window_surface_v2_t::Region
283 static Region subtract(const Rect& lhs, const Rect& rhs) {
284 Region reg;
334 const Region& clip);
458 const Region& clip)
462 Region::const_iterator cur = clip.begin();
463 Region::const_iterator end = clip.end();
505 // This was const Region copyBack, but that causes an
507 /*const*/ Region copyBac
[all...]

Completed in 2124 milliseconds