HomeSort by relevance Sort by last modified time
    Searched refs:region (Results 451 - 475 of 1206) sorted by null

<<11121314151617181920>>

  /external/opencv/cvaux/src/
cvsegment.cpp 88 CvConnectedComp * region,
182 region->area = area;
183 region->rect.x = XMin;
184 region->rect.y = YMin;
185 region->rect.width = XMax - XMin + 1;
186 region->rect.height = YMax - YMin + 1;
187 region->value = cvScalarAll(0);
532 CvConnectedComp region; local
539 &region, stack );
554 region.rect, storage )
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 353 IN_GLOBAL_DATA, // Is part of global data region of the executable
647 // Find memory region with this stack
648 MemoryRegionMap::Region region; local
649 if (MemoryRegionMap::FindAndMarkStackRegion(top, &region)) {
653 top_ptr, region.end_addr - top);
654 live_objects->push_back(AllocObject(top_ptr, region.end_addr - top,
658 AsPtr(region.start_addr),
659 top - region.start_addr);
660 live_objects->push_back(AllocObject(AsPtr(region.start_addr)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 353 IN_GLOBAL_DATA, // Is part of global data region of the executable
647 // Find memory region with this stack
648 MemoryRegionMap::Region region; local
649 if (MemoryRegionMap::FindAndMarkStackRegion(top, &region)) {
653 top_ptr, region.end_addr - top);
654 live_objects->push_back(AllocObject(top_ptr, region.end_addr - top,
658 AsPtr(region.start_addr),
659 top - region.start_addr);
660 live_objects->push_back(AllocObject(AsPtr(region.start_addr)
    [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 714 TextTrackRegion region = new TextTrackRegion();
724 region.mId = value;
727 region.mWidth = parseFloatPercentage(value);
729 log_warning("region setting", name,
737 region.mLines = Integer.parseInt(value);
738 assert(region.mLines >= 0); // lines contains only digits
740 log_warning("region setting", name, "is not numeric", value);
747 log_warning("region setting", name, "contains no comma", value);
758 log_warning("region setting", name,
765 log_warning("region setting", name
1240 final TextTrackRegion region = cue.mRegion; local
1380 final TextTrackRegion region = regionBox.getRegion(); local
1565 final TextTrackRegion region = mRegion; local
    [all...]
  /art/compiler/sea_ir/types/
type_inference_visitor.h 44 void Visit(Region* region) { }
  /external/chromium_org/ash/wm/
video_detector.h 73 const gfx::Rect& region) OVERRIDE;
  /external/chromium_org/components/autofill/core/browser/
phone_number.cc 20 // Returns the region code for this phone number, which is an ISO 3166 2-letter
71 // number's region, which is only available via GetInfo().
144 // The number doesn't make sense for this region; clear it.
179 std::string region = GetRegion(*profile_, app_locale); local
180 if (!number_.empty() && cached_parsed_phone_.region() != region)
181 cached_parsed_phone_ = i18n::PhoneObject(number_, region);
  /external/chromium_org/extensions/renderer/
extension_helper.cc 164 DraggableRegion region; local
165 region.bounds = webregions[i].bounds;
166 region.draggable = webregions[i].draggable;
167 regions.push_back(region);
  /external/chromium_org/native_client_sdk/src/resources/
index.css 29 -webkit-app-region: drag;
43 -webkit-app-region: no-drag;
  /external/chromium_org/remoting/client/jni/
jni_frame_consumer.h 46 const webrtc::DesktopRegion& region,
  /external/chromium_org/remoting/client/
software_video_renderer.h 58 virtual void InvalidateRegion(const webrtc::DesktopRegion& region) OVERRIDE;
  /external/chromium_org/skia/ext/
bitmap_platform_device_cairo.cc 75 const SkRegion& region) {
77 clip_region_ = region;
195 const SkRegion& region,
197 SetMatrixClip(transform, region);
bitmap_platform_device_mac.cc 68 const SkRegion& region) {
70 clip_region_ = region;
80 // calls to Load the clipping region to the context are strictly cummulative,
180 // Initialize the clip region to the entire bitmap.
204 const SkRegion& region,
206 SetMatrixClip(transform, region);
bitmap_platform_device_win.cc 85 const SkRegion& region) {
87 clip_region_ = region;
179 // Initialize the clip region to the entire bitmap.
205 const SkRegion& region,
207 SetMatrixClip(transform, region);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
locdspnm.h 29 * more information on language, script, region, variant, key, and
157 * Returns the display name of the provided region code.
158 * @param region the region code
159 * @param result receives the region code's display name
160 * @return the display name of the provided region code
163 virtual UnicodeString& regionDisplayName(const char* region,
  /external/chromium_org/third_party/icu/source/i18n/
zonemeta.h 66 * Returns an Olson ID for the ginve metazone and region
68 static UnicodeString& U_EXPORT2 getZoneIdByMetazone(const UnicodeString &mzid, const UnicodeString &region, UnicodeString &result);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
phonenumber_offline_geocoder.cc 86 const string& region) const {
88 provider_->GetFileName(prefix, language, script, region, &filename);
155 // If the user region matches the number's region, then we just show the
157 // show the region(country) name for the number.
163 // Otherwise, we just show the region(country) name for now.
186 const string& region) const {
191 phone_prefix, lang, script, region);
  /external/chromium_org/third_party/libva/va/x11/
va_dri2.h 68 VA_DRI2CopyRegion(Display *dpy, XID drawable, XserverRegion region,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel.h 37 bool intel_check_blit_format(struct intel_region *region,
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkObjectParser.h 102 @param region SkRegion
104 static SkString* RegionToString(const SkRegion& region);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.cc 74 void ScreenCapturerWinGdi::Capture(const DesktopRegion& region) {
112 DesktopRegion region; local
114 &region);
115 helper_.InvalidateRegion(region);
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
overuse_detector.h 34 void SetRateControlRegion(RateControlRegion region);
remote_rate_control.h 55 void ChangeRegion(RateControlRegion region);
  /external/chromium_org/ui/file_manager/video_player/css/
header.css 6 -webkit-app-region: drag;
64 -webkit-app-region: no-drag;
  /external/icu/icu4c/source/i18n/unicode/
locdspnm.h 29 * more information on language, script, region, variant, key, and
155 * Returns the display name of the provided region code.
156 * @param region the region code
157 * @param result receives the region code's display name
158 * @return the display name of the provided region code
161 virtual UnicodeString& regionDisplayName(const char* region,

Completed in 418 milliseconds

<<11121314151617181920>>