HomeSort by relevance Sort by last modified time
    Searched refs:Region (Results 51 - 75 of 336) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetInstanceHandle.c 74 if (pMemoryTable->Region[i].Size!=0)
76 if (pMemoryTable->Region[i].pBaseAddress==LVM_NULL)
103 InstAlloc_Init(&SlowData, pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress);
104 InstAlloc_Init(&FastData, pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress);
105 InstAlloc_Init(&FastCoef, pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress);
106 InstAlloc_Init(&Temporary, pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress);
111 LoadConst_16(0, (LVM_INT16 *)pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress, (LVM_INT16)((pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].Size)/sizeof(LVM_INT16)));
112 LoadConst_16(0, (LVM_INT16 *)pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress, (LVM_INT16)((pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].Size)/sizeof(LVM_INT16)))
    [all...]
  /art/runtime/gc/space/
region_space.cc 27 // If a region has live objects whose size is less than this percent
28 // value of the region size, evaculate the region.
50 region_lock_("Region lock", kRegionSpaceRegionLock), time_(1U) {
57 regions_.reset(new Region[num_regions_]);
60 regions_[i] = Region(i, region_addr, region_addr + kRegionSize);
73 full_region_ = Region();
86 Region* r = &regions_[i];
98 Region* r = &regions_[i];
110 Region* r = &regions_[i]
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.h 33 #include <ui/Region.h>
78 Region visibleRegion;
79 Region coveredRegion;
80 Region visibleNonTransparentRegion;
81 Region surfaceDamageRegion;
137 Region activeTransparentRegion;
138 Region requestedTransparentRegion;
161 bool setTransparentRegionHint(const Region& transparent);
170 // damage down to hardware composer. Otherwise, we must send a region with
180 Rect computeBounds(const Region& activeTransparentRegion) const
    [all...]
DisplayDevice.h 27 #include <ui/Region.h>
61 // region in layer-stack space
62 mutable Region dirtyRegion;
63 // region in screen space
64 mutable Region swapRegion;
65 // region in screen space
66 Region undefinedRegion;
111 void flip(const Region& dirty) const;
124 Region getDirtyRegion(bool repaintEverything) const;
Transform.h 32 class Region;
80 Region transform(const Region& reg) const;
SurfaceFlingerConsumer.h 72 const Region& getSurfaceDamage() const;
102 Region mSurfaceDamage;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 5 * Image, InstalledFontCollection, PrivateFontCollection, Region
1108 // Region
1110 __inline__ Region* Region::FromHRGN(HRGN hrgn)
1112 return new Region(hrgn);
1115 __inline__ Region::Region(): nativeRegion(NULL), lastStatus(Ok)
1120 __inline__ Region::Region(const RectF& rect): nativeRegion(NULL), lastStatus(Ok)
1125 __inline__ Region::Region(const Rect& rect): nativeRegion(NULL), lastStatus(Ok
    [all...]
gdiplusheaders.h 6 * Region class definitions.
487 class Region: public GdiplusBase
492 static Region* FromHRGN(HRGN hrgn);
494 Region();
495 Region(const RectF& rect);
496 Region(const Rect& rect);
497 Region(const GraphicsPath *path);
498 Region(const BYTE *regionData, INT size);
499 Region(HRGN hrgn);
500 ~Region();
    [all...]
  /art/runtime/arch/
quick_alloc_entrypoints.S 55 GENERATE_ALLOC_ENTRYPOINTS _region, Region
196 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_OBJECT(_region, Region)
197 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_OBJECT_RESOLVED(_region, Region)
198 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_OBJECT_INITIALIZED(_region, Region)
199 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_OBJECT_WITH_ACCESS_CHECK(_region, Region)
200 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_ARRAY(_region, Region)
201 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_ARRAY_RESOLVED(_region, Region)
202 GENERATE_ALLOC_ENTRYPOINTS_ALLOC_ARRAY_WITH_ACCESS_CHECK(_region, Region)
203 GENERATE_ALLOC_ENTRYPOINTS_CHECK_AND_ALLOC_ARRAY(_region, Region)
204 GENERATE_ALLOC_ENTRYPOINTS_CHECK_AND_ALLOC_ARRAY_WITH_ACCESS_CHECK(_region, Region)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
xfixesproto.h 191 #define Region CARD32
197 Region region B32;
207 Region region B32;
217 Region region B32;
230 Region region B32;
240 Region region B32
368 Region region; member in struct:__anon40076
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 33 * Delegate implementing the native methods of android.graphics.Region
35 * Through the layoutlib_create tool, the original native methods of Region have been replaced
40 * it and the original Region class.
42 * This also serve as a base class for all Region delegate classes.
70 * to the given {@link Region.Op}.
80 if (regionOp == Region.Op.DIFFERENCE.nativeInt) {
91 } else if (regionOp == Region.Op.INTERSECT.nativeInt) {
102 } else if (regionOp == Region.Op.UNION.nativeInt) {
113 } else if (regionOp == Region.Op.XOR.nativeInt) {
124 } else if (regionOp == Region.Op.REVERSE_DIFFERENCE.nativeInt)
330 Region_Delegate region = sManager.getDelegate(native_region); local
350 Region_Delegate region = sManager.getDelegate(native_region); local
372 Region_Delegate region = sManager.getDelegate(native_dst); local
390 Region_Delegate region = sManager.getDelegate(native_dst); local
473 Region_Delegate region = sManager.getDelegate(native_region); local
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c 64 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
65 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
143 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
  /frameworks/base/services/core/java/com/android/server/wm/
AccessibilityController.java 37 import android.graphics.Region;
127 public void getMagnificationRegionLocked(Region outMagnificationRegion) {
245 private final Region mTempRegion1 = new Region();
246 private final Region mTempRegion2 = new Region();
247 private final Region mTempRegion3 = new Region();
248 private final Region mTempRegion4 = new Region();
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionIteratorTest.java 20 import android.graphics.Region;
27 new RegionIterator(new Region());
31 Region region = new Region(); local
32 region.set(1, 1, 10, 10);
35 RegionIterator regionIterator = new RegionIterator(region);
53 region.set(1, 1, 10, 10);
55 region.op(rect, Region.Op.UNION)
    [all...]
Region_OpTest.java 19 import android.graphics.Region;
20 import android.graphics.Region.Op;
  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 49 Region wormholeRegion(fbFrameRect);
73 Region tmpRegion(tmpRect);
81 Region::const_iterator it = wormholeRegion.begin();
82 Region::const_iterator const end = wormholeRegion.end();
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 49 Region wormholeRegion(fbFrameRect);
73 Region tmpRegion(tmpRect);
81 Region::const_iterator it = wormholeRegion.begin();
82 Region::const_iterator const end = wormholeRegion.end();
  /hardware/qcom/display/msm8994/libqdutils/
cb_utils.cpp 49 Region wormholeRegion(fbFrameRect);
75 Region tmpRegion(tmpRect);
83 Region::const_iterator it = wormholeRegion.begin();
84 Region::const_iterator const end = wormholeRegion.end();
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
SeriesRenderer.java 21 import android.graphics.Region;
66 canvas.clipRect(rect, Region.Op.INTERSECT);
  /external/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp 58 for (auto *Region : Regions) {
59 ITraits.setTrait(Region,
  /external/clang/tools/clang-format/
clang-format-sublime.py 36 for region in self.view.sel():
37 regions.append(region)
38 region_offset = min(region.a, region.b)
39 region_length = abs(region.b - region.a)
44 buf = self.view.substr(sublime.Region(0, self.view.size()))
51 edit, sublime.Region(0, self.view.size()),
54 for region in regions:
55 self.view.sel().add(region)
    [all...]
  /frameworks/compile/mclinker/unittests/
FragmentTest.cpp 43 new Fragment(Fragment::Region, s);
63 EXPECT_TRUE(f->classof(new Fragment(Fragment::Region, s)));
SectionDataTest.cpp 55 new Fragment(Fragment::Region, s);
66 EXPECT_TRUE(Fragment::Region == iter->getKind());
  /frameworks/native/include/gui/
BufferItem.h 24 #include <ui/Region.h>
120 Region mSurfaceDamage;
  /external/llvm/lib/ProfileData/
CoverageMapping.cpp 212 for (const auto &Region : Record.MappingRegions) {
213 ErrorOr<int64_t> ExecutionCount = Ctx.evaluate(Region.Count);
216 Function.pushRegion(Region, *ExecutionCount);
282 /// Start a segment with the given Region's count.
284 const CountedRegion &Region) {
294 // Set this region's count.
295 if (Region.Kind != coverage::CounterMappingRegion::SkippedRegion) {
296 DEBUG(dbgs() << " with count " << Region.ExecutionCount);
297 Segments.back().setCount(Region.ExecutionCount);
302 /// Start a segment for the given region
    [all...]

Completed in 603 milliseconds

1 23 4 5 6 7 8 91011>>