Searched defs:region (Results 26 - 50 of 74) sorted by relevance

123

/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp43 // Obtain the region containing the attribute data. Expect exactly one
56 llvm::StringRef region = region_frag.getRegion(); local
64 const char* attribute_data = region.begin();
77 const char* subsection_data = region.begin() + subsection_offset;
110 reinterpret_cast<ConstAddress>(region.begin()) + vendor_data_offset;
/frameworks/native/include/private/ui/
H A DRegionHelper.h50 struct region { struct in class:android::region_operator
55 inline region(const region& rhs) function in struct:android::region_operator::region
57 inline region(RECT const* _r, size_t _c) function in struct:android::region_operator::region
59 inline region(RECT const* _r, size_t _c, TYPE _dx, TYPE _dy) function in struct:android::region_operator::region
70 inline region_operator(uint32_t op, const region& lhs, const region& rhs)
162 region lhs;
163 region rhs;
166 inline Spanner(const region
[all...]
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestLayer.cpp99 void Hwc2TestLayer::setVisibleRegion(const android::Region& region) argument
101 return mVisibleRegion.set(region);
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java54 /** Create an empty region
60 /** Return a copy of the specified region
62 public Region(Region region) { argument
64 nativeSetRegion(mNativeRegion, region.mNativeRegion);
67 /** Return a region set to the specified rectangle
74 /** Return a region set to the specified rectangle
81 /** Set the region to the empty region
87 /** Set the region to the specified region
89 set(Region region) argument
276 op(Region region, Op op) argument
284 op(Rect rect, Region region, Op op) argument
[all...]
/frameworks/base/libs/hwui/
H A DClipArea.cpp236 void ClipArea::clipRegion(const SkRegion& region, SkRegion::Op op) { argument
241 mClipRegion.op(region, op);
254 SkRegion region; local
255 regionFromPath(transformed, region);
257 mClipRegion.op(region, op);
303 // all clip areas that can be represented by a region.
400 return reinterpret_cast<const ClipRegion*>(scb)->region;
444 // region case
473 regionClip->region.op(mClipRect.toSkIRect(), other, SkRegion::kIntersect_Op);
476 regionClip->region
532 applyTransformToRegion(const Matrix4& transform, SkRegion* region) argument
[all...]
H A DRecordingCanvas.cpp335 void RecordingCanvas::drawRegion(const SkRegion& region, const SkPaint& paint) { argument
342 SkRegion::Iterator it(region);
354 SkRegion::Iterator it(region);
/frameworks/base/libs/hwui/tests/unit/
H A DFatalTestCanvas.h67 void onDrawRegion(const SkRegion& region, const SkPaint& paint) { argument
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputSectDesc.h109 const std::string& region() const { function in struct:mcld::OutputSectDesc::Epilog
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java729 private void recycleMagnificationSpecAndRegionIfNeeded(MagnificationSpec spec, Region region) { argument
738 // a parcel, so only recycle the region if caled from the same process.
739 if (region != null) {
740 region.recycle();
H A DSurfaceView.java60 * <p> The transparent region that makes the surface visible is based on the
259 // This is needed because the transparent region is computed
349 public boolean gatherTransparentRegion(Region region) { argument
351 return super.gatherTransparentRegion(region);
356 // this view draws, remove it from the transparent region
357 opaque = super.gatherTransparentRegion(region);
358 } else if (region != null) {
366 region.op(l, t, l+w, t+h, Region.Op.UNION);
1012 * @param inOutDirty A rectangle that represents the dirty region that the caller wants
1015 * not available. The caller must redraw the entire dirty region a
1199 setTransparentRegionHint(Region region) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DRegion.cpp38 SkRegion* region = reinterpret_cast<SkRegion*>(regionHandle); local
39 SkASSERT(region != NULL);
40 return region;
48 SkRegion* region = reinterpret_cast<SkRegion*>(regionHandle); local
49 SkASSERT(region);
50 delete region;
78 SkRegion* region = reinterpret_cast<SkRegion*>(regionHandle); local
79 GraphicsJNI::irect_to_jrect(region->getBounds(), env, rectBounds);
80 bool result = !region->isEmpty();
85 const SkRegion* region local
102 const SkRegion* region = reinterpret_cast<SkRegion*>(regionHandle); local
119 Region_isEmpty(JNIEnv* env, jobject region) argument
124 Region_isRect(JNIEnv* env, jobject region) argument
129 Region_isComplex(JNIEnv* env, jobject region) argument
134 Region_contains(JNIEnv* env, jobject region, jint x, jint y) argument
139 Region_quickContains(JNIEnv* env, jobject region, jint left, jint top, jint right, jint bottom) argument
144 Region_quickRejectIIII(JNIEnv* env, jobject region, jint left, jint top, jint right, jint bottom) argument
151 Region_quickRejectRgn(JNIEnv* env, jobject region, jobject other) argument
156 Region_translate(JNIEnv* env, jobject region, jint x, jint y, jobject dst) argument
186 Region_scale(JNIEnv* env, jobject region, jfloat scale, jobject dst) argument
195 SkRegion* region = reinterpret_cast<SkRegion*>(regionHandle); local
222 SkRegion* region = new SkRegion; local
232 const SkRegion* region = reinterpret_cast<SkRegion*>(regionHandle); local
278 const SkRegion* region = reinterpret_cast<SkRegion*>(regionHandle); local
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java170 public void setSourceRegion(Quad region) { argument
171 setSourceRegion(region.p0.x, region.p0.y,
172 region.p1.x, region.p1.y,
173 region.p2.x, region.p2.y,
174 region.p3.x, region.p3.y);
177 public void setTargetRegion(Quad region) { argument
[all...]
/frameworks/base/tools/aapt2/compile/
H A DNinePatch.cpp302 static uint32_t GetRegionColor(uint8_t** rows, const Bounds& region) { argument
305 NinePatch::PackRGBA(rows[region.top] + region.left * 4);
306 for (int32_t y = region.top; y < region.bottom; y++) {
308 for (int32_t x = region.left; x < region.right; x++) {
548 // Fill the region colors of the 9-patch.
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp54 MemoryRegion region; local
55 // Request output region
69 region = pOutput.request(section->offset(), section->size());
70 if (region.size() == 0) {
97 emitSectionData(*section, region);
100 emitEhFrame(pModule, *section->getEhFrame(), region);
106 emitRelocation(m_Config, *section, region);
109 target().emitSectionData(*section, region);
112 section->getDebugString()->emit(region);
211 MemoryRegion region local
306 MemoryRegion region = local
342 MemoryRegion region = pOutput.request( local
368 MemoryRegion region = pOutput.request(pShStrTab.offset(), pShStrTab.size()); local
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp200 void RenderEngine::fillRegionWithColor(const Region& region, uint32_t height, argument
203 Rect const* r = region.getArray(&c);
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java377 void onMagnificationChanged(@NonNull Region region, argument
718 private void onMagnificationChanged(@NonNull Region region, float scale, argument
722 region, scale, centerX, centerY);
855 void dispatchMagnificationChanged(final @NonNull Region region, final float scale, argument
879 region, scale, centerX, centerY);
884 listener.onMagnificationChanged(this, region, scale, centerX, centerY);
916 * center of the magnified region. This is the point around which
918 * region.
926 * the magnified region
945 * center of the magnified region
1111 onMagnificationChanged(@onNull MagnificationController controller, @NonNull Region region, float scale, float centerX, float centerY) argument
1657 onMagnificationChanged(@onNull Region region, float scale, float centerX, float centerY) argument
[all...]
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java336 BandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing) { argument
337 mRegion = region;
345 * @return the region this band is associated to.
464 FmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, argument
466 super(region, type, lowerLimit, upperLimit, spacing);
480 /** RDS or RBDS(if region is ITU2) is supported
590 AmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, argument
592 super(region, type, lowerLimit, upperLimit, spacing);
668 BandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing) { argument
669 mDescriptor = new BandDescriptor(region, typ
785 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) argument
1017 AmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo) argument
[all...]
/frameworks/base/core/java/android/text/
H A DSpannableStringBuilder.java1296 private static String region(int start, int end) { method in class:SpannableStringBuilder
1303 region(start, end) + " has end before start");
1310 region(start, end) + " ends beyond length " + len);
1315 region(start, end) + " starts before 0");
/frameworks/base/media/java/android/media/tv/
H A DTvView.java726 public boolean gatherTransparentRegion(Region region) { argument
728 if (region != null) {
736 region.op(left, top, left + width, top + height, Region.Op.UNION);
740 return super.gatherTransparentRegion(region);
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java242 public void setTransparentRegion(IWindow window, Region region) { argument
243 mService.setTransparentRegionWindow(this, window, region);
H A DWindowSurfaceController.java376 void setTransparentRegionHint(final Region region) { argument
384 mSurfaceControl.setTransparentRegionHint(region);
767 public void setTransparentRegionHint(Region region) { argument
768 if (LOG_SURFACE_TRACE) Slog.v(SURFACE_TAG, "setTransparentRegionHint(" + region
770 super.setTransparentRegionHint(region);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp624 llvm::StringRef region = pInput.memArea()->request(offset, size); local
625 if (region.size() == 0) {
626 // If the input section's size is zero, we got a NULL region.
630 frag = new RegionFragment(region);
718 // to temporary list because we would only like to sort the region fragment.
732 // Sort the region fragments in the .ARM.exidx output section.
758 // Add PREL31 reference to the beginning of the uncovered region.
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp954 llvm::StringRef region = pInput.memArea()->request(offset, size); local
955 if (region.size() == 0) {
956 // If the input section's size is zero, we got a NULL region.
960 frag = new RegionFragment(region);
/frameworks/av/include/media/
H A DToneGenerator.h180 // These supervisory tones are different depending on the region (USA/CANADA, JAPAN, rest of the world).
181 // When a tone in the range [FIRST_SUP_TONE, LAST_SUP_TONE] is requested, the region is determined
206 enum region { enum in class:android::ToneGenerator
/frameworks/av/media/libaudioclient/include/media/
H A DToneGenerator.h180 // These supervisory tones are different depending on the region (USA/CANADA, JAPAN, rest of the world).
181 // When a tone in the range [FIRST_SUP_TONE, LAST_SUP_TONE] is requested, the region is determined
206 enum region { enum in class:android::ToneGenerator

Completed in 594 milliseconds

123