Searched defs:region (Results 76 - 100 of 401) sorted by relevance

1234567891011>>

/external/chromium_org/courgette/
H A Ddifference_estimator.cc40 explicit Base(const Region& region) : region_(region) { } argument
51 const Region& region() const { return region_; } function in class:courgette::DifferenceEstimator::Base
63 explicit Subject(const Region& region) : region_(region) {} argument
65 const Region& region() const { return region_; } function in class:courgette::DifferenceEstimator::Subject
82 DifferenceEstimator::Base* DifferenceEstimator::MakeBase(const Region& region) { argument
83 Base* base = new Base(region);
90 const Region& region) {
91 Subject* subject = new Subject(region);
89 MakeSubject( const Region& region) argument
[all...]
H A Dstreams.h8 // region of memory.
23 #include "courgette/region.h"
34 // A SourceStream allows a region of memory to be scanned by a sequence of Read
49 // Initializes the SourceStream to yield the bytes in |region|. The caller
50 // still owns the memory at |region| and should free the memory only after
52 void Init(const Region& region) { Init(region.start(), region.length()); } argument
/external/chromium_org/remoting/client/plugin/
H A Dpepper_view.cc172 const webrtc::DesktopRegion& region,
189 FlushBuffer(clip_area, buffer, region);
258 const webrtc::DesktopRegion& region) {
268 merge_region_ = region;
275 for (webrtc::DesktopRegion::Iterator i(region); !i.IsAtEnd(); i.Advance()) {
278 // Re-clip |region| with the current clipping area |clip_area_| because
295 // Notify the producer that some parts of the region weren't painted because
298 webrtc::DesktopRegion not_painted = region;
169 ApplyBuffer(const webrtc::DesktopSize& view_size, const webrtc::DesktopRect& clip_area, webrtc::DesktopFrame* buffer, const webrtc::DesktopRegion& region, const webrtc::DesktopRegion& shape) argument
256 FlushBuffer(const webrtc::DesktopRect& clip_area, webrtc::DesktopFrame* buffer, const webrtc::DesktopRegion& region) argument
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dregion_data_builder.cc75 RegionData* region = parent_region->AddSubRegion(*key_it, name); local
82 region,
107 RegionData* region = new RegionData(region_code); local
109 // If there're sub-keys for field X, but field X is not used in this region
118 region,
124 return region;
154 // Look up the region tree in cache first before building it.
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Dmapping_file_provider.cc63 string& region, string* full_locale) {
66 AppendLocalePart(region, full_locale);
96 const string& region,
115 FindBestMatchingLanguageCode(langs, language, script, region,
128 const string& script, const string& region, string* best_match) const {
130 ConstructFullLocale(language, script, region, &full_locale);
145 if (script.empty() != region.empty()) {
150 } else if (!script.empty() && !region.empty()) {
162 lang_with_region.append(region);
62 ConstructFullLocale(const string& language, const string& script, const string& region, string* full_locale) argument
93 GetFileName(int country_calling_code, const string& language, const string& script, const string& region, string* filename) const argument
126 FindBestMatchingLanguageCode( const CountryLanguages* languages, const string& language, const string& script, const string& region, string* best_match) const argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_buffer.c64 struct vmw_region *region; member in struct:vmw_gmr_buffer
102 vmw_ioctl_region_unmap(buf->region);
104 vmw_ioctl_region_destroy(buf->region);
187 buf->region = vmw_ioctl_region_create(vws, size);
188 if(!buf->region)
191 buf->map = vmw_ioctl_region_map(buf->region);
198 vmw_ioctl_region_destroy(buf->region);
254 *ptr = vmw_ioctl_region_ptr(gmr_buf->region);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_regions.h62 GLuint refcount; /**< Reference count for region */
67 GLubyte *map; /**< only non-NULL when region is actually mapped */
70 uint32_t tiling; /**< Which tiling mode the region is in */
77 /* Allocate a refcounted region. Pointers to regions should only be
93 intel_region_flink(struct intel_region *region, uint32_t *name);
137 intel_region_get_tile_masks(struct intel_region *region,
142 intel_region_get_aligned_offset(struct intel_region *region, uint32_t x,
163 struct intel_region *region; member in struct:__DRIimageRec
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDitherBitmap.cpp42 SkRegion region; local
52 return region.setPath(path, clip); // <-- !! DOWN !!
/external/chromium_org/third_party/skia/src/core/
H A DSkBBoxHierarchyRecord.cpp104 void SkBBoxHierarchyRecord::onClipRegion(const SkRegion& region, argument
107 this->INHERITED::onClipRegion(region, op);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_and_cursor_composer.cc139 void DesktopAndCursorComposer::Capture(const DesktopRegion& region) { argument
142 desktop_capturer_->Capture(region);
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
H A Dscreen_capturer_helper.cc87 void ScreenCapturerHelper::ExpandToGrid(const DesktopRegion& region, argument
95 for (DesktopRegion::Iterator it(region); !it.IsAtEnd(); it.Advance()) {
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_gdi.cc74 void ScreenCapturerWinGdi::Capture(const DesktopRegion& region) { argument
112 DesktopRegion region; local
114 &region);
115 helper_.InvalidateRegion(region);
/external/chromium_org/v8/src/
H A Dtypes-inl.h31 i::Object* value, Region* region) {
34 return Of(value, region);
36 return Class(i::handle(i::HeapObject::cast(value)->map()), region);
30 NowOf( i::Object* value, Region* region) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp31 const TypedValueRegion *region) {
33 ID.AddPointer(region);
128 const TypedValueRegion *region) {
130 LazyCompoundValData::Profile(ID, store, region);
138 new (D) LazyCompoundValData(store, region);
29 Profile(llvm::FoldingSetNodeID& ID, const StoreRef &store, const TypedValueRegion *region) argument
127 getLazyCompoundValData(const StoreRef &store, const TypedValueRegion *region) argument
/external/e2fsprogs/e2fsck/
H A Dregion.c2 * region.c --- code which manages allocations within a region.
36 region_t region; local
38 region = malloc(sizeof(struct region_struct));
39 if (!region)
41 memset(region, 0, sizeof(struct region_struct));
42 region->min = min;
43 region->max = max;
44 return region;
47 void region_free(region_t region) argument
59 region_allocate(region_t region, region_addr_t start, int n) argument
156 region_print(region_t region, FILE *f) argument
[all...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
H A DMappingFileProvider.java151 * @param region two-letter uppercase ISO country codes as defined by ISO 3166-1
154 String getFileName(int countryCallingCode, String language, String script, String region) { argument
164 String languageCode = findBestMatchingLanguageCode(setOfLangs, language, script, region);
175 Set<String> setOfLangs, String language, String script, String region) {
176 StringBuilder fullLocale = constructFullLocale(language, script, region);
188 if (onlyOneOfScriptOrRegionIsEmpty(script, region)) {
192 } else if (script.length() > 0 && region.length() > 0) {
199 StringBuilder langWithRegion = new StringBuilder(language).append('_').append(region);
212 private boolean onlyOneOfScriptOrRegionIsEmpty(String script, String region) { argument
213 return (script.length() == 0 && region
174 findBestMatchingLanguageCode( Set<String> setOfLangs, String language, String script, String region) argument
217 constructFullLocale(String language, String script, String region) argument
[all...]
/external/libunwind/src/mi/
H A DGdyn-remote.c32 free_regions (unw_dyn_region_info_t *region) argument
34 if (region->next)
35 free_regions (region->next);
36 free (region);
59 unw_dyn_region_info_t *region; local
66 return 0; /* NULL region-list */
73 region = calloc (1, _U_dyn_region_info_size (op_count));
74 if (!region)
80 region->insn_count = insn_count;
81 region
[all...]
/external/libunwind/tests/
H A DGtest-dyn1.c170 unw_dyn_region_info_t *region; local
195 region = alloca (_U_dyn_region_info_size (2));
196 region->next = NULL;
197 region->insn_count = 3 * (MAX_FUNC_SIZE / 16);
198 region->op_count = 2;
199 _U_dyn_op_alias (&region->op[0], 0, -1, fdesc.code);
200 _U_dyn_op_stop (&region->op[1]);
204 di.end_ip = (long) mem + 16*region->insn_count/3;
208 di.u.pi.regions = region;
H A Dia64-test-dyn1.c40 void *end, unw_dyn_region_info_t *region)
79 di->u.pi.regions = region;
179 /* Create two functions which can share the region-list: */
39 create_func(unw_dyn_info_t *di, const char *name, long (*func) (), void *end, unw_dyn_region_info_t *region) argument
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_buffer.c64 struct vmw_region *region; member in struct:vmw_gmr_buffer
102 vmw_ioctl_region_unmap(buf->region);
104 vmw_ioctl_region_destroy(buf->region);
187 buf->region = vmw_ioctl_region_create(vws, size);
188 if(!buf->region)
191 buf->map = vmw_ioctl_region_map(buf->region);
198 vmw_ioctl_region_destroy(buf->region);
254 *ptr = vmw_ioctl_region_ptr(gmr_buf->region);
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_regions.h62 GLuint refcount; /**< Reference count for region */
67 GLubyte *map; /**< only non-NULL when region is actually mapped */
70 uint32_t tiling; /**< Which tiling mode the region is in */
77 /* Allocate a refcounted region. Pointers to regions should only be
93 intel_region_flink(struct intel_region *region, uint32_t *name);
137 intel_region_get_tile_masks(struct intel_region *region,
142 intel_region_get_aligned_offset(struct intel_region *region, uint32_t x,
163 struct intel_region *region; member in struct:__DRIimageRec
/external/pixman/test/
H A Dregion-contains-test.c6 make_random_region (pixman_region32_t *region) argument
10 pixman_region32_init (region);
23 pixman_region32_union_rect (region, region, x, y, w, h);
34 random_coord (pixman_region32_t *region, pixman_bool_t x) argument
42 bb = pixman_region32_rectangles (region, &n_boxes);
50 b = pixman_region32_extents (region);
111 pixman_region32_t region; local
116 make_random_region (&region);
118 box.x1 = random_coord (&region, TRU
[all...]
/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...]
H A Dcomposer.h16 #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 );

Completed in 548 milliseconds

1234567891011>>