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

1234567891011>>

/external/chromium_org/ui/base/gtk/
H A Dscoped_region.cc13 ScopedRegion::ScopedRegion(GdkRegion* region) : region_(region) {} argument
19 void ScopedRegion::Set(GdkRegion* region) { argument
21 region_ = region;
29 GdkRegion* region = region_; local
31 return region;
/external/chromium_org/ui/gfx/
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;
/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/cc/base/
H A Dinvalidation_region.cc21 void InvalidationRegion::Swap(Region* region) { argument
30 region_.Swap(region);
38 // TODO(vmpstr): We should simplify the region after Union() after we get a
/external/chromium_org/cc/test/
H A Docclusion_tracker_test_common.h34 void set_occlusion_from_outside_target(const Region& region) { argument
36 occlusion_from_outside_target = region;
38 void set_occlusion_from_inside_target(const Region& region) { argument
40 occlusion_from_inside_target = region;
/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
H A Dphone_number_detector.cc37 PhoneNumberDetector::PhoneNumberDetector(const std::string& region) argument
38 : region_code_(region.empty() ? RegionCode::GetUnknown()
39 : StringToUpperASCII(region)) {
74 // If the number can't be dialed from the current region, the formatted
/external/chromium_org/remoting/client/
H A Dframe_consumer_proxy.cc22 const SkRegion& region) {
26 view_size, clip_area, buffer, region));
31 frame_consumer_->ApplyBuffer(view_size, clip_area, buffer, region);
19 ApplyBuffer(const SkISize& view_size, const SkIRect& clip_area, webrtc::DesktopFrame* buffer, const SkRegion& region) argument
/external/chromium_org/remoting/host/
H A Dipc_video_frame_capturer.cc39 void IpcVideoFrameCapturer::Capture(const webrtc::DesktopRegion& region) { argument
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrackRegionList.cpp64 void TextTrackRegionList::add(PassRefPtr<TextTrackRegion> region) argument
66 m_list.append(region);
69 bool TextTrackRegionList::remove(TextTrackRegion* region) argument
71 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/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 t t nil
50 (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,
/external/mesa3d/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/base/debug/
H A Dproc_maps_linux.cc47 MappedMemoryRegion region; local
64 &region.start, &region.end, permissions, &region.offset,
69 region.permissions = 0;
72 region.permissions |= MappedMemoryRegion::READ;
77 region.permissions |= MappedMemoryRegion::WRITE;
82 region.permissions |= MappedMemoryRegion::EXECUTE;
87 region.permissions |= MappedMemoryRegion::PRIVATE;
92 regions.push_back(region);
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_i18n.h26 // Most of the following functions require |region| to operate. The |region| is
30 // given |region|, and stores the results into the remaining arguments. The
31 // |region| should be a 2-letter country code. This is an internal function,
35 const std::string& region,
44 const std::string& region);
50 // |region| - current region, the parsing is based on.
57 const std::string& region,
61 // the given |region|
76 std::string region() const { return region_; } function in class:autofill::i18n::PhoneObject
[all...]
/external/chromium_org/courgette/
H A Densemble.cc10 #include "courgette/region.h"
18 const Region& region)
19 : kind_(kind), ensemble_(ensemble), region_(region) {
28 + base::Uint64ToString(region().length()) + ")";
31 // Scans the Ensemble's region, sniffing out Elements. We assume that the
48 Region region(start + position, detected_length);
50 Element* element = new Element(type, this, region);
53 position += region.length();
16 Element(ExecutableType kind, Ensemble* ensemble, const Region& region) argument
H A Dpatcher_x86_32.h19 explicit PatcherX86_32(const Region& region) argument
20 : ensemble_region_(region),
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestLocation.cpp100 HitTestLocation::HitTestLocation(const HitTestLocation& other, const LayoutSize& offset, RenderRegion* region) argument
105 , m_region(region ? region : other.m_region)
/external/chromium_org/v8/src/extensions/i18n/
H A Dlocale.js179 var region = '(' + alpha + '{2}|' + digit + '{3})'; variable
184 var langTag = language + '(-' + script + ')?(-' + region + ')?(-' +
/external/chromium_org/ash/wm/
H A Dvideo_detector.cc29 bool RecordUpdateAndCheckForVideo(const gfx::Rect& region, argument
31 if (region.width() < kMinUpdateWidth || region.height() < kMinUpdateHeight)
86 const gfx::Rect& region) {
95 if (info->RecordUpdateAndCheckForVideo(region, now))
85 OnWindowPaintScheduled(aura::Window* window, const gfx::Rect& region) argument

Completed in 1956 milliseconds

1234567891011>>