HomeSort by relevance Sort by last modified time
    Searched full:region (Results 26 - 50 of 2490) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/skia/include/images/
SkPageFlipper.h 19 two things to you: 1) the final inval region to be drawn into, and 2) the
20 region of pixels that should be copied from the "front" page onto the one
21 you're about to draw into. This copyBits region will be disjoint from the
22 inval region, so both need to be handled.
43 region is the invalidate are that needs to be drawn to. The copyBits
44 region (provided by the caller) is the area that should be copied from
46 inval region.
49 back inval region is ready to receive new inval calls.
  /external/skia/legacy/include/images/
SkPageFlipper.h 19 two things to you: 1) the final inval region to be drawn into, and 2) the
20 region of pixels that should be copied from the "front" page onto the one
21 you're about to draw into. This copyBits region will be disjoint from the
22 inval region, so both need to be handled.
43 region is the invalidate are that needs to be drawn to. The copyBits
44 region (provided by the caller) is the area that should be copied from
46 inval region.
49 back inval region is ready to receive new inval calls.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlCharacterMatcher.java 26 import org.eclipse.jface.text.Region;
65 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); local
66 if (region == null) {
70 ITextRegion subRegion = region.getRegionAtCharacterOffset(offset);
74 ITextRegionList subRegions = region.getRegions();
86 (subRegion.getStart() + region.getStartOffset() == offset)) {
91 region = doc.getRegionAtCharacterOffset(offset);
92 if (region == null) {
95 subRegion = region.getRegionAtCharacterOffset(offset);
101 subRegions = region.getRegions()
149 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); local
201 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(start); local
    [all...]
  /external/webkit/Source/WebKit/android/nav/
DrawExtra.cpp 61 SkRegion* region = m_highlightRegions.get(layerId); local
62 if (!region) {
63 region = new SkRegion();
64 m_highlightRegions.set(layerId, region);
73 continue; // don't add it to the region
76 region->op(r.x(), r.y(), r.maxX(), r.maxY(), SkRegion::kUnion_Op);
82 SkRegion* region = getHighlightRegionsForLayer(layer); local
83 if (!region || region->isEmpty())
85 SkRegion::Iterator rgnIter(*region);
97 SkRegion* region = getHighlightRegionsForLayer(layer); local
    [all...]
  /external/webkit/Source/WebKit2/Platform/
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...]
  /external/icu4c/stubdata/
icu-data-default.txt 551 region/res_index.res
552 region/pool.res
553 region/root.res
554 region/af.res
555 region/am.res
556 region/ar.res
557 region/be.res
558 region/bg.res
559 region/bn.res
560 region/bn_IN.re
    [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)
331 Region_Delegate region = sManager.getDelegate(native_region); local
351 Region_Delegate region = sManager.getDelegate(native_region); local
373 Region_Delegate region = sManager.getDelegate(native_dst); local
391 Region_Delegate region = sManager.getDelegate(native_dst); local
474 Region_Delegate region = sManager.getDelegate(native_region); local
    [all...]
  /external/clang/docs/analyzer/
RegionStore.txt 7 region + offset" key. (This allows `*p` and `p[0]` to map to the same location,
11 the same base region". This allows certain operations to be more efficient,
15 keys store both the original region, and the "concrete offset region" -- the
16 last region whose offset is entirely concrete. (For example, in the expression
17 `foo.bar[1][i].baz`, the concrete offset region is the array `foo.bar[1]`,
32 because `foo[i]` may have overwritten it! Thus, *binding to a region with a
33 symbolic offset invalidates the entire concrete offset region.* We know
43 because `foo[0]` may have overwritten it! *Binding to a region R with a
45 region is a super-region **or** sub-region of R.* All we know about `foo[i]` i
    [all...]
  /external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
HeightBasedTerrain.j3md 6 // regionX.x: the start height of the region
7 // regionX.y: the end height of the region
8 // regionX.z: the texture scale for the region
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Memory.c 130 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].Size = InstAlloc_GetTotal(&Instance);
131 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].Type = LVPSA_PERSISTENT;
132 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL;
138 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].Size = InstAlloc_GetTotal(&Scratch);
139 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].Type = LVPSA_SCRATCH;
140 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL;
147 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].Size = InstAlloc_GetTotal(&Coef);
148 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].Type = LVPSA_PERSISTENT_COEF;
149 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL;
156 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].Size = InstAlloc_GetTotal(&Data)
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Init.c 75 pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].Size = sizeof(LVDBE_Instance_t);
76 pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].Alignment = LVDBE_INSTANCE_ALIGN;
77 pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].Type = LVDBE_PERSISTENT;
78 pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL;
83 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_DATA].Size = sizeof(LVDBE_Data_t);
84 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_DATA].Alignment = LVDBE_PERSISTENT_DATA_ALIGN;
85 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_DATA].Type = LVDBE_PERSISTENT_DATA;
86 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL;
91 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_COEF].Size = sizeof(LVDBE_Coef_t);
92 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_COEF].Alignment = LVDBE_PERSISTENT_COEF_ALIGN
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Init.c 88 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].Size = InstAlloc_GetTotal(&AllocMem);
89 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].Alignment = LVEQNB_INSTANCE_ALIGN;
90 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].Type = LVEQNB_PERSISTENT;
91 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL;
109 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].Size = InstAlloc_GetTotal(&AllocMem);
110 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].Alignment = LVEQNB_DATA_ALIGN;
111 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].Type = LVEQNB_PERSISTENT_DATA;
112 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL;
125 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].Size = InstAlloc_GetTotal(&AllocMem);
126 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].Alignment = LVEQNB_COEF_ALIGN
    [all...]
  /external/llvm/test/Analysis/RegionInfo/
infinite_loop.ll 20 ; STAT: 2 region - The # of regions
21 ; STAT: 1 region - The # of simple regions
cond_loop.ll 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
27 ; STAT: 2 region - The # of regions
28 ; STAT: 1 region - The # of simple regions
exit_in_condition.ll 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
32 ; STAT: 2 region - The # of regions
33 ; STAT: 1 region - The # of simple regions
infinite_loop_2.ll 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
30 ; STAT: 2 region - The # of regions
31 ; STAT: 1 region - The # of simple regions
two_loops_same_header.ll 4 ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s
5 ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s
38 ; STAT: 3 region - The # of regions
39 ; STAT: 1 region - The # of simple regions
  /external/qemu/android/skin/
composer.h 16 #include "android/skin/region.h"
34 SkinRegion region[1]; /* the plate's region */ member in struct:SkinPlateAny
35 char isVisible; /* flag: TRUE iff the region is visible */
36 char isOpaque; /* flag: TRUE iff the region is opaque */
40 typedef void (*SkinPlateDrawFunc)( void* user, SkinRegion* region, SkinPos* apos, SkinViewport* viewport, int opaque );
74 SkinRegion* region,
84 extern void skin_plate_invalidate( SkinPlate* plate, SkinRegion* region );
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsndlib.c 25 /* begin region data */
30 /* Region 0 */
39 /* Region 1 */
48 /* Region 2 */
57 /* Region 3 */
66 /* Region 4 */
75 /* Region 5 */
84 /* Region 6 */
93 /* Region 7 */
102 /* Region 8 *
    [all...]
  /frameworks/av/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...]
  /dalvik/tests/090-loop-formation/
info.txt 3 in the loop region, and the JIT compiler won't choke on unresolved fields.
  /external/clang/test/Analysis/
PR7218.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store region -verify %s
concrete-address.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s
lvalue.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=region -verify %s
  /external/icu4c/common/
ureslocs.h 18 #define U_ICUDATA_REGION U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "region"

Completed in 904 milliseconds

12 3 4 5 6 7 8 91011>>