HomeSort by relevance Sort by last modified time
    Searched defs:Region (Results 1 - 25 of 40) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnShader.h 37 enum Region {
  /external/webkit/Source/WebKit2/Platform/
Region.h 36 class Region {
38 Region();
39 Region(const WebCore::IntRect&);
46 void unite(const Region&);
47 void intersect(const Region&);
48 void subtract(const Region&);
118 static inline Region intersect(const Region& a, const Region& b)
120 Region result(a)
    [all...]
Region.cpp 27 #include "Region.h"
29 // A region class based on the paper "Scanline Coherent Shape Algebra"
39 Region::Region()
43 Region::Region(const IntRect& rect)
49 Vector<IntRect> Region::rects() const
68 Region::Shape::Shape()
72 Region::Shape::Shape(const IntRect& rect)
80 void Region::Shape::appendSpan(int y
    [all...]
  /frameworks/base/include/ui/
Region.h 33 class Region
36 Region();
37 Region(const Region& rhs);
38 explicit Region(const Rect& rhs);
39 explicit Region(const void* buffer);
40 ~Region();
42 Region& operator = (const Region& rhs);
50 // the region becomes its bound
    [all...]
  /frameworks/base/libs/ui/
Region.cpp 17 #define LOG_TAG "Region"
25 #include <ui/Region.h>
51 Region::Region()
56 Region::Region(const Region& rhs)
64 Region::Region(const Rect& rhs)
69 Region::Region(const void* buffer
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Reverb/lib/
LVREV.h 93 /* Memory table containing the region definitions */
96 LVM_MemoryRegion_st Region[LVREV_NR_MEMORY_REGIONS]; /* One definition for each region */
191 /* region base addresses in the memory table before calling this function. */
  /external/llvm/lib/Analysis/
RegionInfo.cpp 1 //===- RegionInfo.cpp - SESE region detection analysis --------------------===//
22 #define DEBUG_TYPE "region"
38 VerifyRegionInfoX("verify-region-info", cl::location(VerifyRegionInfo),
39 cl::desc("Verify region info (time consuming)"));
44 static cl::opt<enum Region::PrintStyle> printStyle("print-region-style",
48 clEnumValN(Region::PrintNone, "none", "print no details"),
49 clEnumValN(Region::PrintBB, "bb",
51 clEnumValN(Region::PrintRN, "rn",
55 /// Region Implementatio
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 1 //===- RegionInfo.h - SESE region analysis ----------------------*- C++ -*-===//
38 class Region;
44 /// @brief Marker class to iterate over the elements of a Region in flat mode.
55 /// Region.
63 /// This is the entry basic block that starts this region node. If this is a
70 /// The node can hold either a Region or a BasicBlock.
75 /// @brief The parent Region of this RegionNode.
77 Region* parent;
88 inline RegionNode(Region* Parent, BasicBlock* Entry, bool isSubRegion = 0)
91 /// @brief Get the parent Region of this RegionNode
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Region.java 22 public class Region implements Parcelable {
47 /** Create an empty region
49 public Region() {
53 /** Return a copy of the specified region
55 public Region(Region region) {
57 nativeSetRegion(mNativeRegion, region.mNativeRegion);
60 /** Return a region set to the specified rectangle
62 public Region(Rect r)
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h 89 /* Memory region definition */
92 LVM_UINT32 Size; /* Region size in bytes */
93 LVPSA_MemoryTypes_en Type; /* Region type */
94 void *pBaseAddress; /* Pointer to the region base address */
97 /* Memory table containing the region definitions */
100 LVPSA_MemoryRegion_t Region[LVPSA_NR_MEMORY_REGIONS];/* One definition for each region */
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/lib/
LVCS.h 81 #define LVCS_MEMREGION_PERSISTENT_SLOW_DATA 0 /* Offset to the instance memory region */
82 #define LVCS_MEMREGION_PERSISTENT_FAST_DATA 1 /* Offset to the persistent data memory region */
83 #define LVCS_MEMREGION_PERSISTENT_FAST_COEF 2 /* Offset to the persistent coefficient memory region */
84 #define LVCS_MEMREGION_TEMPORARY_FAST 3 /* Offset to temporary memory region */
182 /* Memory region definition */
185 LVM_UINT32 Size; /* Region size in bytes */
186 LVCS_MemoryTypes_en Type; /* Region type */
187 void *pBaseAddress; /* Pointer to the region base address */
191 /* Memory table containing the region definitions */
194 LVCS_MemoryRegion_t Region[LVCS_NR_MEMORY_REGIONS]; /* One definition for each region *
    [all...]
  /external/opencv/cvaux/src/
cvscanlines.cpp     [all...]
  /frameworks/base/media/libeffects/lvm/lib/Bass/lib/
LVDBE.h 223 /* Memory region definition */
226 LVM_UINT32 Size; /* Region size in bytes */
227 LVM_UINT16 Alignment; /* Region alignment in bytes */
228 LVDBE_MemoryTypes_en Type; /* Region type */
229 void *pBaseAddress; /* Pointer to the region base address */
233 /* Memory table containing the region definitions */
236 LVDBE_MemoryRegion_t Region[LVDBE_NR_MEMORY_REGIONS]; /* One definition for each region */
334 /* region. */
  /frameworks/base/media/libeffects/lvm/lib/Common/lib/
LVM_Types.h 53 #define LVM_MEMREGION_PERSISTENT_SLOW_DATA 0 /* Offset to the instance memory region */
54 #define LVM_MEMREGION_PERSISTENT_FAST_DATA 1 /* Offset to the persistent data memory region */
55 #define LVM_MEMREGION_PERSISTENT_FAST_COEF 2 /* Offset to the persistent coefficient memory region */
56 #define LVM_MEMREGION_TEMPORARY_FAST 3 /* Offset to temporary memory region */
151 /* Memory region definition */
154 LVM_UINT32 Size; /* Region size in bytes */
155 LVM_MemoryTypes_en Type; /* Region type */
156 void *pBaseAddress; /* Pointer to the region base address */
160 /* Memory table containing the region definitions */
163 LVM_MemoryRegion_st Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region *
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h 96 #define LVEQNB_MEMREGION_INSTANCE 0 /* Offset to the instance memory region */
97 #define LVEQNB_MEMREGION_PERSISTENT_DATA 1 /* Offset to persistent data memory region */
98 #define LVEQNB_MEMREGION_PERSISTENT_COEF 2 /* Offset to persistent coefficient region */
99 #define LVEQNB_MEMREGION_SCRATCH 3 /* Offset to data scratch memory region */
225 /* Memory region definition */
228 LVM_UINT32 Size; /* Region size in bytes */
229 LVM_UINT16 Alignment; /* Region alignment in bytes */
230 LVEQNB_MemoryTypes_en Type; /* Region type */
231 void *pBaseAddress; /* Pointer to the region base address */
235 /* Memory table containing the region definitions *
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 40 SymbolRef Region;
44 Region(R) {}
48 Region == X.Region);
53 ID.AddPointer(Region);
121 /// region.
124 // The allocated region symbol tracked by the main analysis.
201 // Implicit casts (ex: void* -> char*) can turn Symbolic region into element
202 // region, if that is the case, get the underlining region
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h 123 /* Memory region definition */
126 LVM_UINT32 Size; /* Region size in bytes */
128 LVM_MemoryTypes_en Type; /* Region type */
129 void *pBaseAddress; /* Pointer to the region base address */
133 /* Memory table containing the region definitions */
136 LVM_IntMemoryRegion_t Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java 21 import android.graphics.Region;
29 @TestTargetClass(Region.class)
105 private Region mRegion;
122 method = "Region",
127 method = "Region",
128 args = {android.graphics.Region.class}
132 method = "Region",
137 method = "Region",
142 // Test Region()
143 new Region();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 45 /// Represent a region's offset within the top level base region.
47 /// The base region.
50 /// The bit offset within the base region. It shouldn't be negative.
62 // Base region classes.
153 /// MemSpaceRegion - A memory region that represents and "memory space";
291 /// SubRegion - A region that subsets another larger region. Most regions
302 /// getExtent - Returns the size of the region in bytes.
320 /// AllocaRegion - A region that represents an untyped blob of bytes create
    [all...]
  /external/qemu/android/skin/
region.c 12 #include "android/skin/region.h"
53 /* this implementation of regions encodes the the region's spans with the
56 region ::= yband+ YSENTINEL
73 typedef SkinRegion Region;
84 region_isEmpty( Region* r )
90 region_isRect( Region* r )
96 region_isComplex( Region* r )
176 region_edit( Region* r )
369 /* empty region */
765 Region result[1]
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Bundle/lib/
LVM.h 237 /* Memory table containing the region definitions */
240 LVM_MemoryRegion_st Region[LVM_NR_MEMORY_REGIONS]; /* One definition for each region */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h 265 * opaque reference to Region data type
267 typedef struct _XRegion *Region;
381 Region /* r */,
385 extern Region XCreateRegion(
398 Region /* r */
402 Region /* r */
406 Region /* r1 */,
407 Region /* r2 */
517 Region /* sra */,
518 Region /* srb */
    [all...]
  /external/mesa3d/test/
egl.cpp 316 struct Region {
317 inline Region() : count(0) { }
325 static Region subtract(const Rect& lhs, const Rect& rhs) {
326 Region reg;
376 const Region& clip);
495 const Region& clip)
500 Region::const_iterator cur = clip.begin();
501 Region::const_iterator end = clip.end();
543 // This was const Region copyBack, but that causes an
546 Region copyBack(Region::subtract(oldDirtyRegion, dirtyRegion))
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 276 struct Region {
277 inline Region() : count(0) { }
281 static Region subtract(const Rect& lhs, const Rect& rhs) {
282 Region reg;
332 const Region& clip);
450 const Region& clip)
454 Region::const_iterator cur = clip.begin();
455 Region::const_iterator end = clip.end();
497 // This was const Region copyBack, but that causes an
499 /*const*/ Region copyBack(Region::subtract(oldDirtyRegion, dirtyRegion))
    [all...]
  /prebuilt/sdk/10/
android.jar 

Completed in 1080 milliseconds

1 2