Searched defs:region (Results 1 - 25 of 401) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGeofencingRegistration.h15 WebCircularGeofencingRegion region; member in struct:blink::WebGeofencingRegistration
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DMouseEventHitRegion.h17 static String region(MouseEvent& event) function in class:blink::MouseEventHitRegion
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_ashmem_unittest.cpp14 AshmemRegion region; local
15 EXPECT_EQ(-1, region.fd());
19 AshmemRegion region; local
21 EXPECT_TRUE(region.Allocate(kSize, __FUNCTION__));
26 region.fd(),
31 TEST_TEXT << "Checking region[" << n << "]";
/external/chromium_org/third_party/WebKit/Source/modules/geofencing/
H A DCircularGeofencingRegion.cpp17 WebCircularGeofencingRegion region; local
18 DictionaryHelper::get(dictionary, "latitude", region.latitude);
19 DictionaryHelper::get(dictionary, "longitude", region.longitude);
20 DictionaryHelper::get(dictionary, "radius", region.radius);
21 return new CircularGeofencingRegion(id, region);
24 CircularGeofencingRegion* CircularGeofencingRegion::create(const WebString& id, const WebCircularGeofencingRegion& region) argument
26 return new CircularGeofencingRegion(id, region);
29 CircularGeofencingRegion::CircularGeofencingRegion(const String& id, const WebCircularGeofencingRegion& region) argument
31 , m_webRegion(region)
/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()) {
H A Dscoped_sk_region.h16 explicit ScopedSkRegion(SkRegion* region) : region_(region) {} argument
22 void Set(SkRegion* region) { argument
24 region_ = region;
32 SkRegion* region = region_; local
34 return region;
H A Dpath_aura.cc13 // Create a clip region that contains |this| path.
20 SkRegion* region = new SkRegion; local
21 region->setPath(*this, clip_region);
22 return region;
H A Dpath_win.cc14 HRGN CreateHRGNFromSkRegion(const SkRegion& region) { argument
18 for (SkRegion::Iterator i(region); !i.done(); i.next()) {
/external/qemu/android/skin/
H A Dregion.h26 /* finalize region, then copy src into it */
53 /* performs r = (intersect r r2), returns true if the resulting region
58 /* performs r = (intersect r (region+_from_rect rect)), returns true iff
59 the resulting region is not empty */
98 SkinRegion* region; member in struct:SkinRegionIterator
/external/chromium_org/base/files/
H A Dmemory_mapped_file_posix.cc20 const MemoryMappedFile::Region& region) {
27 if (region == MemoryMappedFile::Region::kWholeFile) {
36 // The region can be arbitrarily aligned. mmap, instead, requires both the
38 // outer region [|aligned_start|, |aligned_start| + |size|] which contains
39 // |region| and then add up the |data_offset| displacement.
42 CalculateVMAlignedBoundaries(region.offset,
43 region.size,
53 static_cast<uint64>(region.size) > std::numeric_limits<size_t>::max()) {
60 length_ = static_cast<size_t>(region.size);
19 MapFileRegionToMemory( const MemoryMappedFile::Region& region) argument
H A Dmemory_mapped_file_win.cc22 const MemoryMappedFile::Region& region) {
39 if (region == MemoryMappedFile::Region::kWholeFile) {
45 // The region can be arbitrarily aligned. MapViewOfFile, instead, requires
50 // We map here the outer region [|aligned_start|, |aligned_start+size|]
51 // which contains |region| and then add up the |data_offset| displacement.
55 region.offset, region.size, &aligned_start, &ignored, &data_offset);
56 int64 size = region.size + data_offset;
66 length_ = static_cast<size_t>(region.size);
21 MapFileRegionToMemory( const MemoryMappedFile::Region& region) argument
/external/chromium_org/cc/base/
H A Dinvalidation_region.cc21 void InvalidationRegion::Swap(Region* region) { argument
22 region_.Swap(region);
H A Dsimple_enclosed_region_unittest.cc11 #include "cc/base/region.h"
17 bool ExpectRegionEq(const gfx::Rect& rect, const SimpleEnclosedRegion& region) { argument
24 for (size_t i = 0; i < region.GetRegionComplexity(); ++i)
25 actual_rects.push_back(region.GetRect(i));
27 if (rect.IsEmpty() != region.IsEmpty()) {
29 << " Actual: " << region.IsEmpty();
360 // True also when the rect covers one edge of the existing region.
377 // But if the existing region can be expanded to make a larger rect, then it
431 // Subtracting a rect that covers one side of the region will shrink that
499 // Subtracting a rect inside the region wil
[all...]
/external/chromium_org/cc/test/
H A Dtest_occlusion_tracker.h47 void set_occlusion_from_outside_target(const SimpleEnclosedRegion& region) { argument
49 region;
51 void set_occlusion_from_inside_target(const SimpleEnclosedRegion& region) { argument
53 region;
57 const SimpleEnclosedRegion& region) {
61 .occlusion_from_outside_target = region;
64 const SimpleEnclosedRegion& region) {
68 .occlusion_from_inside_target = region;
56 set_occlusion_on_contributing_surface_from_outside_target( const SimpleEnclosedRegion& region) argument
63 set_occlusion_on_contributing_surface_from_inside_target( const SimpleEnclosedRegion& region) argument
/external/chromium_org/content/renderer/android/
H A Dphone_number_detector_unittest.cc15 const std::string& region) {
19 PhoneNumberDetector detector(region);
28 const std::string& region) {
32 PhoneNumberDetector detector(region);
14 FindNumber(const std::string& content, const std::string& region) argument
27 FindAndFormatNumber(const std::string& content, const std::string& region) argument
/external/chromium_org/remoting/host/
H A Dipc_video_frame_capturer.cc31 void IpcVideoFrameCapturer::Capture(const webrtc::DesktopRegion& region) { argument
H A Dshaped_desktop_capturer.cc28 void ShapedDesktopCapturer::Capture(const webrtc::DesktopRegion& region) { argument
29 desktop_capturer_->Capture(region);
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegionList.cpp61 void VTTRegionList::add(PassRefPtrWillBeRawPtr<VTTRegion> region) argument
63 m_list.append(region);
66 bool VTTRegionList::remove(VTTRegion* region) argument
68 size_t index = m_list.find(region);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c127 * format of the pixels in the region. For now this code assumes that
128 * the region is a display surface and hence is either ARGB8888 or
130 * XXX FBO: If we'd pass in the intel_renderbuffer instead of region, we'd
137 intel_check_blit_format(struct intel_region * region, argument
140 if (region->cpp == 4 &&
146 if (region->cpp == 2 &&
152 __FUNCTION__, region->cpp,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel.c127 * format of the pixels in the region. For now this code assumes that
128 * the region is a display surface and hence is either ARGB8888 or
130 * XXX FBO: If we'd pass in the intel_renderbuffer instead of region, we'd
137 intel_check_blit_format(struct intel_region * region, argument
140 if (region->cpp == 4 &&
146 if (region->cpp == 2 &&
152 __FUNCTION__, region->cpp,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel.c127 * format of the pixels in the region. For now this code assumes that
128 * the region is a display surface and hence is either ARGB8888 or
130 * XXX FBO: If we'd pass in the intel_renderbuffer instead of region, we'd
137 intel_check_blit_format(struct intel_region * region, argument
140 if (region->cpp == 4 &&
146 if (region->cpp == 2 &&
152 __FUNCTION__, region->cpp,
/external/chromium_org/third_party/skia/gm/
H A Dimagealphathreshold.cpp44 SkRegion region; variable
45 region.setRects(rects, 2);
56 SkAlphaThresholdFilter::Create(region, 0.2f, 0.7f))->unref();
/external/clang/tools/clang-format/
H A Dclang-format.el3 ;; This defines a function clang-format-region that you can bind to a key.
7 ;; (global-set-key [C-M-tab] 'clang-format-region)
18 (defun clang-format-region ()
19 "Use clang-format to format the currently active region."
22 (region-beginning)
25 (region-end)
41 (call-process-region (point-min) (point-max) clang-format-binary
52 (delete-region (point-min) (line-beginning-position 2))
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c127 * format of the pixels in the region. For now this code assumes that
128 * the region is a display surface and hence is either ARGB8888 or
130 * XXX FBO: If we'd pass in the intel_renderbuffer instead of region, we'd
137 intel_check_blit_format(struct intel_region * region, argument
140 if (region->cpp == 4 &&
146 if (region->cpp == 2 &&
152 __FUNCTION__, region->cpp,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel.c127 * format of the pixels in the region. For now this code assumes that
128 * the region is a display surface and hence is either ARGB8888 or
130 * XXX FBO: If we'd pass in the intel_renderbuffer instead of region, we'd
137 intel_check_blit_format(struct intel_region * region, argument
140 if (region->cpp == 4 &&
146 if (region->cpp == 2 &&
152 __FUNCTION__, region->cpp,

Completed in 435 milliseconds

1234567891011>>