Searched refs:region (Results 176 - 200 of 793) sorted by relevance

1234567891011>>

/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_mac.h59 virtual void setMatrixClip(const SkMatrix& transform, const SkRegion& region,
75 void SetMatrixClip(const SkMatrix& transform, const SkRegion& region);
H A Dbitmap_platform_device_win.h60 // Loads the given transform and clipping region into the HDC. This is
62 virtual void setMatrixClip(const SkMatrix& transform, const SkRegion& region,
100 // The current clipping region.
111 void SetMatrixClip(const SkMatrix& transform, const SkRegion& region);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_buffers.c38 * Return pointer to current color drawing region, or NULL.
46 return irbColor->mt->region;
52 * Return pointer to current color reading region, or NULL.
60 return irb->mt->region;
H A Dintel_tex_subimage.c67 if (intelImage->mt->region->tiling == I915_TILING_Y)
79 if (!drm_intel_bo_busy(intelImage->mt->region->bo))
129 unsigned int dst_pitch = intelImage->mt->region->pitch *
139 intelImage->mt->region->bo, 0,
140 intelImage->mt->region->tiling,
H A Dintel_tex_image.c170 dst_buffer = intelImage->mt->region->bo;
184 dst_stride = intelImage->mt->region->pitch;
191 intelImage->mt->region->tiling,
230 * Binds a region to a texture image, like it was uploaded by glTexImage2D().
237 struct intel_region *region,
249 region->width, region->height, 1,
256 region);
261 intel_image->base.RowStride = region->pitch;
293 /* If the region is
235 intel_set_texture_image_region(struct gl_context *ctx, struct gl_texture_image *image, struct intel_region *region, GLenum target, GLenum internalFormat, gl_format format, uint32_t offset) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_buffers.c38 * Return pointer to current color drawing region, or NULL.
46 return irbColor->mt->region;
52 * Return pointer to current color reading region, or NULL.
60 return irb->mt->region;
H A Dintel_tex_subimage.c67 if (intelImage->mt->region->tiling == I915_TILING_Y)
79 if (!drm_intel_bo_busy(intelImage->mt->region->bo))
129 unsigned int dst_pitch = intelImage->mt->region->pitch *
139 intelImage->mt->region->bo, 0,
140 intelImage->mt->region->tiling,
H A Dintel_tex_image.c170 dst_buffer = intelImage->mt->region->bo;
184 dst_stride = intelImage->mt->region->pitch;
191 intelImage->mt->region->tiling,
230 * Binds a region to a texture image, like it was uploaded by glTexImage2D().
237 struct intel_region *region,
249 region->width, region->height, 1,
256 region);
261 intel_image->base.RowStride = region->pitch;
293 /* If the region is
235 intel_set_texture_image_region(struct gl_context *ctx, struct gl_texture_image *image, struct intel_region *region, GLenum target, GLenum internalFormat, gl_format format, uint32_t offset) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_buffers.c38 * Return pointer to current color drawing region, or NULL.
46 return irbColor->mt->region;
52 * Return pointer to current color reading region, or NULL.
60 return irb->mt->region;
H A Dintel_tex_subimage.c67 if (intelImage->mt->region->tiling == I915_TILING_Y)
79 if (!drm_intel_bo_busy(intelImage->mt->region->bo))
129 unsigned int dst_pitch = intelImage->mt->region->pitch *
139 intelImage->mt->region->bo, 0,
140 intelImage->mt->region->tiling,
H A Dintel_tex_image.c170 dst_buffer = intelImage->mt->region->bo;
184 dst_stride = intelImage->mt->region->pitch;
191 intelImage->mt->region->tiling,
230 * Binds a region to a texture image, like it was uploaded by glTexImage2D().
237 struct intel_region *region,
249 region->width, region->height, 1,
256 region);
261 intel_image->base.RowStride = region->pitch;
293 /* If the region is
235 intel_set_texture_image_region(struct gl_context *ctx, struct gl_texture_image *image, struct intel_region *region, GLenum target, GLenum internalFormat, gl_format format, uint32_t offset) argument
[all...]
/external/chromium_org/ui/gfx/
H A Dpath_x11.cc17 Region CreateRegionFromSkRegion(const SkRegion& region) { argument
20 for (SkRegion::Iterator i(region); !i.done(); i.next()) {
/external/chromium_org/v8/tools/oom_dump/
H A Doom_dump.cc58 u_int32_t ReadPointedValue(MinidumpMemoryRegion* region, argument
62 CHECK(region->GetMemoryAtAddress(base + 4 * offset, &ptr));
64 CHECK(region->GetMemoryAtAddress(ptr, &value));
69 void ReadArray(MinidumpMemoryRegion* region, argument
75 CHECK(region->GetMemoryAtAddress(array_ptr + 4 * i, &value));
81 u_int32_t ReadArrayFrom(MinidumpMemoryRegion* region, argument
87 CHECK(region->GetMemoryAtAddress(base + 4 * offset, &ptr));
88 ReadArray(region, ptr, size, output);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_buffers.c38 * Return pointer to current color drawing region, or NULL.
46 return irbColor->mt->region;
52 * Return pointer to current color reading region, or NULL.
60 return irb->mt->region;
H A Dintel_tex_subimage.c67 if (intelImage->mt->region->tiling == I915_TILING_Y)
79 if (!drm_intel_bo_busy(intelImage->mt->region->bo))
129 unsigned int dst_pitch = intelImage->mt->region->pitch *
139 intelImage->mt->region->bo, 0,
140 intelImage->mt->region->tiling,
H A Dintel_tex_image.c170 dst_buffer = intelImage->mt->region->bo;
184 dst_stride = intelImage->mt->region->pitch;
191 intelImage->mt->region->tiling,
230 * Binds a region to a texture image, like it was uploaded by glTexImage2D().
237 struct intel_region *region,
249 region->width, region->height, 1,
256 region);
261 intel_image->base.RowStride = region->pitch;
293 /* If the region is
235 intel_set_texture_image_region(struct gl_context *ctx, struct gl_texture_image *image, struct intel_region *region, GLenum target, GLenum internalFormat, gl_format format, uint32_t offset) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_buffers.c38 * Return pointer to current color drawing region, or NULL.
46 return irbColor->mt->region;
52 * Return pointer to current color reading region, or NULL.
60 return irb->mt->region;
H A Dintel_tex_subimage.c67 if (intelImage->mt->region->tiling == I915_TILING_Y)
79 if (!drm_intel_bo_busy(intelImage->mt->region->bo))
129 unsigned int dst_pitch = intelImage->mt->region->pitch *
139 intelImage->mt->region->bo, 0,
140 intelImage->mt->region->tiling,
H A Dintel_tex_image.c170 dst_buffer = intelImage->mt->region->bo;
184 dst_stride = intelImage->mt->region->pitch;
191 intelImage->mt->region->tiling,
230 * Binds a region to a texture image, like it was uploaded by glTexImage2D().
237 struct intel_region *region,
249 region->width, region->height, 1,
256 region);
261 intel_image->base.RowStride = region->pitch;
293 /* If the region is
235 intel_set_texture_image_region(struct gl_context *ctx, struct gl_texture_image *image, struct intel_region *region, GLenum target, GLenum internalFormat, gl_format format, uint32_t offset) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_buffers.c38 * Return pointer to current color drawing region, or NULL.
46 return irbColor->mt->region;
52 * Return pointer to current color reading region, or NULL.
60 return irb->mt->region;
H A Dintel_tex_subimage.c67 if (intelImage->mt->region->tiling == I915_TILING_Y)
79 if (!drm_intel_bo_busy(intelImage->mt->region->bo))
129 unsigned int dst_pitch = intelImage->mt->region->pitch *
139 intelImage->mt->region->bo, 0,
140 intelImage->mt->region->tiling,
/external/qemu/android/skin/
H A Dcomposer.c20 /* recompute region if needed */
29 skin_region_reset(p->any.region);
37 skin_region_union( p->any.region, r );
44 /* return region in 'region' */
46 skin_plate_get_region( SkinPlate* p, SkinRegion* region )
51 skin_region_init_copy( region, p->any.region );
55 /* recompute opaque region is needed */
78 /* return opaque pixels region */
181 skin_plate_surface( SkinPlate* parent, SkinPos* pos, SkinRegion* region, void* surface, SkinPlateDrawFunc draw, SkinPlateDoneFunc done ) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddiffer.cc38 DesktopRegion* region) {
44 MergeBlocks(region);
135 void Differ::MergeBlocks(DesktopRegion* region) { argument
136 region->Clear();
198 region->AddRect(DesktopRect::MakeXYWH(left, top, width, height));
37 CalcDirtyRegion(const void* prev_buffer, const void* curr_buffer, DesktopRegion* region) argument
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h344 RegionInfo *region = GetRegionInfo(class_id); local
345 Batch *b = region->free_list.Pop();
347 b = PopulateFreeList(stat, c, class_id, region);
348 region->n_allocated += b->count;
353 RegionInfo *region = GetRegionInfo(class_id); local
355 region->free_list.Push(b);
356 region->n_freed += b->count;
376 RegionInfo *region = GetRegionInfo(class_id);
377 if (region->mapped_user >= next_beg)
414 RegionInfo *region local
423 RegionInfo *region = GetRegionInfo(class_id); local
452 RegionInfo *region = GetRegionInfo(class_id); local
513 PopulateFreeList(AllocatorStats *stat, AllocatorCache *c, uptr class_id, RegionInfo *region) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs50 #region Average
82 #region Contains
106 #region DefaultIfEmpty
131 #region Max
154 #region Min
164 #region Select
193 #region SelectMany
227 #region Sum
246 #region Take
269 #region ToArra
[all...]

Completed in 562 milliseconds

1234567891011>>