/frameworks/compile/mclinker/include/mcld/Fragment/ |
H A D | Fragment.h | 29 enum Type { Alignment, Fillment, Region, Target, Stub, Null }; enumerator in enum:mcld::Fragment::Type
|
/frameworks/native/include/ui/ |
H A D | Region.h | 34 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 D | LVREV.h | 96 LVM_MemoryRegion_st Region[LVREV_NR_MEMORY_REGIONS]; /* One definition for each region */ member in struct:__anon203
|
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
H A D | Region.java | 41 public class Region {
class 42 private static final String TAG = "Region";
58 public Region(float[] xy, Bitmap img) {
method in class:Region
|
/frameworks/native/libs/ui/ |
H A D | Region.cpp | 17 #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 D | LVPSA.h | 92 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:__anon215
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/ |
H A D | LVCS.h | 185 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:__anon229
|
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/ |
H A D | LVDBE.h | 226 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:__anon121
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
H A D | LVM_Types.h | 155 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:__anon177
|
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/ |
H A D | LVEQNB.h | 228 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:__anon195
|
/frameworks/base/graphics/java/android/graphics/ |
H A D | Region.java | 23 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 D | LVM_Private.h | 126 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:__anon148
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/ |
H A D | LVM.h | 240 LVM_MemoryRegion_st Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */ member in struct:__anon141
|
/frameworks/native/opengl/libagl/ |
H A D | egl.cpp | 278 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); 454 const Region& clip) 458 Region::const_iterator cur = clip.begin(); 459 Region::const_iterator end = clip.end(); 501 // This was const Region copyBack, but that causes an 503 /*const*/ Region copyBac [all...] |