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

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragment.h29 enum Type { Alignment, Fillment, Region, Target, Stub, Null }; enumerator in enum:mcld::Fragment::Type
/frameworks/native/include/ui/
H A DRegion.h34 class Region : public LightFlattenable<Region> class in namespace:android
37 static const Region INVALID_REGION;
39 Region();
40 Region(const Region& rhs);
41 explicit Region(const Rect& rhs);
42 ~Region();
44 static Region createTJunctionFreeRegion(const 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:__anon298
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A DRegion.java41 public class Region { class
42 private static final String TAG = "Region";
58 public Region(float[] xy, Bitmap img) { method in class:Region
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A DRegion.java32 public class Region { class
33 private static final String TAG = "Region";
49 public Region(float[] xy, Bitmap img) { method in class:Region
/frameworks/native/libs/ui/
H A DRegion.cpp17 #define LOG_TAG "Region"
27 #include <ui/Region.h>
56 const Region Region::INVALID_REGION(Rect::INVALID_RECT);
60 Region::Region() { function in class:android::Region
64 Region::Region(const Region& rhs) function in class:android::Region
72 Region function in class:android::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:__anon310
/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:__anon324
/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:__anon216
/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:__anon272
/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:__anon290
/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
389 Region(long ni) { method in class:Region
398 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:__anon243
/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:__anon236
/frameworks/native/opengl/libagl/
H A Degl.cpp279 struct Region { struct in struct:android::egl_window_surface_v2_t
280 inline Region() : count(0) { } function in struct:android::egl_window_surface_v2_t::Region
284 static Region subtract(const Rect& lhs, const Rect& rhs) {
285 Region reg;
335 const Region& clip);
455 const Region& clip)
459 Region::const_iterator cur = clip.begin();
460 Region::const_iterator end = clip.end();
502 // This was const Region copyBack, but that causes an
504 /*const*/ Region copyBac
[all...]

Completed in 262 milliseconds