Searched defs:region (Results 226 - 250 of 401) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/test/chromedriver/
H A Delement_util.cc128 const WebRect& region,
136 args.Append(CreateValueFrom(region));
149 middle.Offset(region.Width() / 2, region.Height() / 2);
606 const WebRect& region,
610 WebPoint region_offset = region.origin;
611 WebSize region_size = region.size;
613 session->GetCurrentFrameId(), web_view, element_id, region,
124 ScrollElementRegionIntoViewHelper( const std::string& frame, WebView* web_view, const std::string& element_id, const WebRect& region, bool center, const std::string& clickable_element_id, WebPoint* location) argument
602 ScrollElementRegionIntoView( Session* session, WebView* web_view, const std::string& element_id, const WebRect& region, bool center, const std::string& clickable_element_id, WebPoint* location) argument
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.cc266 // region.
361 // Draggable region is not supported for non-frameless window.
373 void NativeAppWindowViews::UpdateShape(scoped_ptr<SkRegion> region) { argument
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A Dvoronoi.cc111 void wMakeRect(int region, int *x, int *y, int *w, int *h);
115 void wRenderRegion(int region);
116 static void wRenderRegionEntry(int region, void *thiz);
204 // Given a region r, derive a non-overlapping rectangle for a thread to
294 // Take a rectangular region and do one of -
344 void Voronoi::wRenderRegion(int region) { argument
345 // convert region # into x0, y0, x1, y1 rectangle
347 wMakeRect(region, &x, &y, &w, &h);
354 void Voronoi::wRenderRegionEntry(int region, void* thiz) { argument
355 static_cast<Voronoi*>(thiz)->wRenderRegion(region);
[all...]
/external/chromium_org/remoting/codec/
H A Dcodec_test.cc114 void AddRegion(const DesktopRegion& region) { argument
115 expected_region_.AddRegion(region);
124 // Test the content of the update region.
293 // Generate random data for the updated region.
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DProfilingCanvas.cpp236 void ProfilingCanvas::onClipRegion(const SkRegion& region, SkRegion::Op op) argument
239 this->SkCanvas::onClipRegion(region, op);
H A DReplayingCanvas.cpp250 void ReplayingCanvas::onClipRegion(const SkRegion& region, SkRegion::Op op) argument
253 this->SkCanvas::onClipRegion(region, op);
/external/chromium_org/third_party/libaddressinput/chromium/
H A Dinput_suggester.cc42 // A region and its metadata useful for constructing a suggestion.
58 // The region that should be suggested. For example, if the region is ("CA",
67 // True if the key of the region matches user input (the name may or may not
68 // match). "CA" should be suggested for a ("CA", "California") region.
70 // False if only the name of the region matches user input (the key does not
71 // match). "California" should be suggested for a ("CA", "California") region.
185 // Swaps the suggestions for the smallest sub-region into |suggestions|.
260 // All sub-regions of a COUNTRY level region, organized into tries for lookup by
261 // region nam
375 const RegionData* region = *it; local
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumbermatcher.cc136 // We are at the position right after the NDC. We get the region used for
141 string region; local
142 util.GetRegionCodeForCountryCode(phone_number.country_code(), &region);
144 util.GetNddPrefixForRegion(region, true, &ndd_prefix);
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Degl_dri2.h162 xcb_xfixes_region_t region; member in struct:dri2_egl_surface
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c68 return irb->mt->stencil_mt->region;
70 return irb->mt->region;
315 image->region);
320 rb->Width = image->region->width;
321 rb->Height = image->region->height;
555 /* compute offset of the particular 2D image within the texture region */
581 struct intel_region *region = irb->mt->region; local
584 intel_region_get_tile_masks(region, &mask_x, &mask_y, false);
588 return intel_region_get_aligned_offset(region, ir
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_blorp.cpp60 intel_region_get_tile_masks(params->depth.mt->region,
62 intel_region_get_tile_masks(params->depth.mt->hiz_mt->region,
426 struct intel_region *region = surface->mt->region; local
440 region->bo->offset);
448 : brw_get_surface_tiling_bits(region->tiling);
449 uint32_t pitch_bytes = region->pitch * region->cpp;
471 region->bo,
472 surf[1] - region
[all...]
H A Dintel_fbo.c68 return irb->mt->stencil_mt->region;
70 return irb->mt->region;
315 image->region);
320 rb->Width = image->region->width;
321 rb->Height = image->region->height;
555 /* compute offset of the particular 2D image within the texture region */
581 struct intel_region *region = irb->mt->region; local
584 intel_region_get_tile_masks(region, &mask_x, &mask_y, false);
588 return intel_region_get_aligned_offset(region, ir
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_fbo.c68 return irb->mt->stencil_mt->region;
70 return irb->mt->region;
315 image->region);
320 rb->Width = image->region->width;
321 rb->Height = image->region->height;
555 /* compute offset of the particular 2D image within the texture region */
581 struct intel_region *region = irb->mt->region; local
584 intel_region_get_tile_masks(region, &mask_x, &mask_y, false);
588 return intel_region_get_aligned_offset(region, ir
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp16 SkAlphaThresholdFilterImpl(const SkRegion& region, SkScalar innerThreshold,
41 SkImageFilter* SkAlphaThresholdFilter::Create(const SkRegion& region, argument
45 return SkNEW_ARGS(SkAlphaThresholdFilterImpl, (region, innerThreshold, outerThreshold, input));
260 SkAlphaThresholdFilterImpl::SkAlphaThresholdFilterImpl(const SkRegion& region, argument
265 , fRegion(region)
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp265 const SkIRect& region, bool premultiply) {
267 if (!webp_get_config_resize(config, decodedBitmap, region.width(),
268 region.height(), premultiply)) {
273 config->options.crop_left = region.fLeft;
274 config->options.crop_top = region.fTop;
275 config->options.crop_width = region.width();
276 config->options.crop_height = region.height();
341 const SkIRect& region) {
344 if (!rect.intersect(region)) {
345 // If the requested region i
263 webp_get_config_resize_crop(WebPDecoderConfig* config, SkBitmap* decodedBitmap, const SkIRect& region, bool premultiply) argument
340 onDecodeSubset(SkBitmap* decodedBitmap, const SkIRect& region) argument
[all...]
/external/chromium_org/third_party/skia/tests/
H A DClipStackTest.cpp864 SkRegion* region) {
878 region->op(elemRegion, element.getOp());
993 SkRegion region; local
996 region.setRect(inflatedIBounds);
1000 add_elem_to_region(*element, inflatedIBounds, &region);
1010 REPORTER_ASSERT_MESSAGE(reporter, region == reducedRegion, testCase.c_str());
862 add_elem_to_region(const SkClipStack::Element& element, const SkIRect& bounds, SkRegion* region) argument
/external/chromium_org/ui/base/resource/
H A Dresource_bundle.cc181 const base::MemoryMappedFile::Region& region) {
184 if (!data_pack->LoadFromFileRegion(pak_file.Pass(), region)) {
251 const base::MemoryMappedFile::Region& region,
255 if (data_pack->LoadFromFileRegion(file.Pass(), region)) {
179 InitSharedInstanceWithPakFileRegion( base::File pak_file, const base::MemoryMappedFile::Region& region) argument
249 AddDataPackFromFileRegion( base::File file, const base::MemoryMappedFile::Region& region, ScaleFactor scale_factor) argument
/external/chromium_org/v8/src/
H A Dtypes.cc148 // Little hack to avoid the need for a region for handlification here...
610 TypeHandle type1, TypeHandle type2, Region* region) {
616 return BitsetType::New(bits, region);
630 if (!AddIsSafe(size1, size2)) return Any(region);
632 if (!AddIsSafe(size, 2)) return Any(region);
634 UnionHandle result = UnionType::New(size, region);
638 result->Set(size++, BitsetType::New(bits, region));
641 TypeHandle range = None(region);
647 range = RangeType::New(lim, region);
652 size = IntersectAux(type1, type2, result, size, region);
609 Intersect( TypeHandle type1, TypeHandle type2, Region* region) argument
658 UpdateRange( RangeHandle range, UnionHandle result, int size, Region* region) argument
682 IntersectAux( TypeHandle lhs, TypeHandle rhs, UnionHandle result, int size, Region* region) argument
739 Union( TypeHandle type1, TypeHandle type2, Region* region) argument
792 AddToUnion( TypeHandle type, UnionHandle result, int size, Region* region) argument
936 Convert( typename OtherType::TypeHandle type, Region* region) argument
[all...]
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberMatcherTest.java185 // Null is also allowed for the region code in these cases.
401 String region = RegionCode.US;
404 number1.setCountryCode(phoneUtil.getCountryCodeForRegion(region));
409 number2.setCountryCode(phoneUtil.getCountryCodeForRegion(region));
413 Iterator<PhoneNumberMatch> matches = phoneUtil.findNumbers(text, region).iterator();
421 String region = RegionCode.US;
423 assertTrue(hasNoMatches(phoneUtil.findNumbers(text, region)));
606 findNumbersForLeniency(test.rawString, test.region, leniency);
627 findNumbersForLeniency(test.rawString, test.region, leniency);
645 boolean isPossible, String region, Strin
644 findMatchesInContexts(List<NumberContext> contexts, boolean isValid, boolean isPossible, String region, String number) argument
916 assertMatchProperties( PhoneNumberMatch match, String text, String number, String region) argument
1078 final String region; field in class:PhoneNumberMatcherTest.NumberTest
[all...]
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp1 //===- RegionInfo.cpp - SESE region detection analysis --------------------===//
26 #define DEBUG_TYPE "region"
36 VerifyRegionInfoX("verify-region-info", cl::location(VerifyRegionInfo),
37 cl::desc("Verify region info (time consuming)"));
42 static cl::opt<enum Region::PrintStyle> printStyle("print-region-style",
118 // Toplevel region.
128 // described by the NULL pointer. This loop is not part of any region,
129 // except if the region describes the whole function.
235 llvm_unreachable("Broken region found!");
241 llvm_unreachable("Broken region foun
654 getTopMostParent(Region *region) argument
661 buildRegionsTree(DomTreeNode *N, Region *region) argument
[all...]
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp81 const MemoryObject &region,
100 const MemoryObject &region,
701 static DecodeStatus readInstruction32(const MemoryObject &region, argument
710 if (region.readBytes(address, 4, Bytes) == -1) {
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp108 const MemoryObject* region = static_cast<const MemoryObject*>(arg); local
109 return region->readByte(address, byte);
133 const MemoryObject &region,
147 (const void*)&region,
131 getInstruction(MCInst &instr, uint64_t &size, const MemoryObject &region, uint64_t address, raw_ostream &vStream, raw_ostream &cStream) const argument
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h162 xcb_xfixes_region_t region; member in struct:dri2_egl_surface
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c68 return irb->mt->stencil_mt->region;
70 return irb->mt->region;
315 image->region);
320 rb->Width = image->region->width;
321 rb->Height = image->region->height;
555 /* compute offset of the particular 2D image within the texture region */
581 struct intel_region *region = irb->mt->region; local
584 intel_region_get_tile_masks(region, &mask_x, &mask_y, false);
588 return intel_region_get_aligned_offset(region, ir
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_blorp.cpp60 intel_region_get_tile_masks(params->depth.mt->region,
62 intel_region_get_tile_masks(params->depth.mt->hiz_mt->region,
426 struct intel_region *region = surface->mt->region; local
440 region->bo->offset);
448 : brw_get_surface_tiling_bits(region->tiling);
449 uint32_t pitch_bytes = region->pitch * region->cpp;
471 region->bo,
472 surf[1] - region
[all...]

Completed in 4412 milliseconds

1234567891011>>