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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/libs/hwui/
LayerRenderer.cpp 58 mLayer->region.clear();
63 mLayer->region.subtractSelf(r);
116 // Dirty region tracking
119 Region* LayerRenderer::getRegion() const {
123 return &mLayer->region;
130 if (mLayer->region.isRect() || mLayer->region.isEmpty()) {
145 Region safeRegion = Region::createTJunctionFreeRegion(mLayer->region);
    [all...]
OpenGLRenderer.h 321 bool clipRegion(const SkRegion* region, SkRegion::Op op);
416 * Marks the specified region as dirty at the specified bounds.
418 void dirtyLayerUnchecked(Rect& bounds, Region* region);
421 * Returns the region of the current layer.
423 virtual Region* getRegion() const {
483 * Sets the clipping region using the stencil buffer. The clip region
527 * Compose the specified layer as a region.
689 * Renders the specified region as a series of rectangles. This metho
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
ClipAreaTests.cpp 157 // region
164 ASSERT_EQ(ClipMode::Region, serializedClip->mode);
167 EXPECT_EQ(SkIRect::MakeWH(200, 200), clipRegion->region.getBounds())
168 << "Clip region should be 200x200";
232 // region
241 recordedClip.region.setPath(ovalPath, SkRegion(SkIRect::MakeWH(200, 200)));
249 ASSERT_EQ(ClipMode::Region, resolvedClip->mode);
251 EXPECT_EQ(SkIRect::MakeLTRB(60, 20, 160, 200), clipRegion->region.getBounds());
287 recordedClip.region.setPath(circlePath, SkRegion(SkIRect::MakeWH(100, 100)));
296 EXPECT_EQ(ClipMode::Region, resolvedClip->mode)
304 ClipArea::applyTransformToRegion(Matrix4::identity(), &region); local
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h 44 class Region;
371 const android::Region& damage);
387 const android::Region& region);
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
MainActivity.java 62 private Region mLastRegion;
312 class RunScript extends AsyncTask<Region, String, String> {
315 protected String doInBackground(Region... regions) {
  /external/llvm/include/llvm/
LinkAllPasses.h 190 ((llvm::RegionPass*)nullptr)->runOnRegion((llvm::Region*)nullptr, RGM);
  /frameworks/av/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...]
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Process.c 71 pScratch = (LVM_INT16*)pLVPSA_Inst->MemoryTable.Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress;
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Process.c 77 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 125 case Fragment::Region: {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMException.cpp 27 if (it->getKind() == Fragment::Region) {
107 // If there is no region fragment in the .ARM.extab section, then we can
  /frameworks/native/libs/ui/tests/
mat_test.cpp 20 #include <ui/Region.h>
  /frameworks/native/services/surfaceflinger/
SurfaceFlingerConsumer.cpp 136 const Region& SurfaceFlingerConsumer::getSurfaceDamage() const {
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
DragPreviewProvider.java 22 import android.graphics.Region.Op;
  /cts/tests/tests/graphics/src/android/graphics/cts/
NinePatchTest.java 31 import android.graphics.Region;
166 Region region = mNinePatch.getTransparentRegion(location); local
167 assertNull(region);
176 region = mNinePatch.getTransparentRegion(location);
177 assertNotNull(region);
178 Rect regionBounds = region.getBounds();
182 region = mNinePatch.getTransparentRegion(location);
183 assertNotNull(region);
184 regionBounds = region.getBounds()
    [all...]
  /external/v8/test/mjsunit/regress/
splice-missing-wb.js 41 // Region will be marked.
  /frameworks/base/services/core/jni/
com_android_server_input_InputWindowHandle.cpp 25 #include <android/graphics/Region.h>
26 #include <ui/Region.h>
133 SkRegion* region = android_graphics_Region_getSkRegion(env, regionObj); local
134 for (SkRegion::Iterator it(*region); !it.done(); it.next()) {
274 "touchableRegion", "Landroid/graphics/Region;");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
HyperlinksTest.java 30 import org.eclipse.jface.text.Region;
215 IHyperlink[] links = resolver.detectHyperlinks(viewer, new Region(offset, 0), true);
224 IRegion region = link.getHyperlinkRegion(); local
225 sb.append(viewer.getDocument().get(region.getOffset(), region.getLength()));
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 49 import android.graphics.Region;
2933 final Region region = Region.obtain(); local
3473 final Region region = (Region) args.arg1; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 27 import android.graphics.Region;
228 * Insets that determine the area covered by the display overscan region. These are in the
272 final Region mGivenTouchableRegion = new Region();
275 * Flag indicating whether the touchable region should be adjusted by
305 // The region of the display frame that the display type supports displaying content on. This
308 // window display contents to extend into the overscan region.
2658 Region region = new Region(); local
    [all...]
Session.java 29 import android.graphics.Region;
232 public void setTransparentRegion(IWindow window, Region region) {
233 mService.setTransparentRegionWindow(this, window, region);
237 Rect contentInsets, Rect visibleInsets, Region touchableArea) {
  /external/opencv/cvaux/src/
cvscanlines.cpp     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 29 import android.graphics.Region;
268 * @param layerBounds the region of the layer. Optional, if null, this is a normal save()
488 if (regionOp == Region.Op.INTERSECT.nativeInt && mLayers.size() > 0) {
499 if (regionOp == Region.Op.REPLACE.nativeInt) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 31 import org.eclipse.jface.text.Region;
539 IRegion region = findRange((IFile) f2, line, message); local
540 if (region != null) {
541 startOffset = region.getOffset();
542 endOffset = startOffset + region.getLength();
649 IRegion region = findRange(file, line, '<' + elementName, null); local
650 if (region != null && region.getLength() > 1) {
652 region = new Region(region.getOffset() + 1, region.getLength() - 1)
671 IRegion region = null; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidPackageRenameParticipant.java 58 import org.eclipse.jface.text.Region;
121 IRegion region = null; local
128 region = new Region(start, ir.getEndOffset() - start);
131 if (region == null) {
132 region = new Region(0, 0);
136 RefactoringStatusContext ctx = new FileStatusContext(mManifestFile, region);

Completed in 1877 milliseconds

1 2 3 4 5 6 78 91011>>