Searched refs:region (Results 451 - 475 of 793) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddiffer_unittest.cc62 // Convenience method to count rectangles in a region.
63 int RegionRectCount(const DesktopRegion& region) { argument
65 for (DesktopRegion::Iterator iter(region);
151 // Verify that |region| contains a rectangle defined by |x|, |y|, |width| and
154 bool CheckDirtyRegionContainsRect(const DesktopRegion& region, argument
160 for (DesktopRegion::Iterator i(region); !i.IsAtEnd(); i.Advance()) {
169 // Only one rectangular region of blocks can be checked with this routine.
183 // Verify that the region contains expected_rect and it's the only
H A Dwindow_capturer_mac.mm59 virtual void Capture(const DesktopRegion& region) OVERRIDE;
178 void WindowCapturerMac::Capture(const DesktopRegion& region) {
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_magnifier.h48 virtual void Capture(const DesktopRegion& region) OVERRIDE;
/external/icu/icu4c/source/i18n/
H A Dlocdspnm.cpp179 virtual UnicodeString& regionDisplayName(const char* region,
242 DefaultLocaleDisplayNames::regionDisplayName(const char* region,
244 return result = UnicodeString(region, -1, US_INV);
319 virtual UnicodeString& regionDisplayName(const char* region,
705 LocaleDisplayNamesImpl::regionDisplayName(const char* region, argument
707 regionData.get("Countries", region, result);
879 const char *region,
886 if (ldn == NULL || region == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) {
891 ((const LocaleDisplayNames *)ldn)->regionDisplayName(region, temp);
878 uldn_regionDisplayName(const ULocaleDisplayNames *ldn, const char *region, UChar *result, int32_t maxResultSize, UErrorCode *pErrorCode) argument
/external/icu/icu4c/source/i18n/unicode/
H A Dtznames.h200 * Returns the reference zone ID for the given meta zone ID for the region.
202 * Note: Each meta zone must have a reference zone associated with a special region "001" (world).
203 * Some meta zones may have region specific reference zone IDs other than the special region
204 * "001". When a meta zone does not have any region specific reference zone IDs, this method
205 * return the reference zone ID for the special region "001" (world).
208 * @param region The region.
210 * region. If the meta zone is unknown or the implementation does not support meta zones, "bogus" state
215 virtual UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeStrin
[all...]
H A Duldnames.h196 * Returns the display name of the provided region code.
198 * @param region the region code whose display name to return
208 const char *region,
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_vtbl.c527 i915_set_buf_info_for_region(uint32_t *state, struct intel_region *region, argument
533 if (region != NULL) {
534 state[1] |= BUF_3D_PITCH(region->pitch * region->cpp);
536 if (region->tiling != I915_TILING_NONE) {
538 if (region->tiling == I915_TILING_Y)
642 * region's location in the miptree. If it doesn't match with
761 colorRegion = (irb && irb->mt) ? irb->mt->region : NULL;
768 depthRegion = irbDepth->mt->region;
794 depthRegion = irbStencil->mt->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/mesa3d/src/mesa/drivers/dri/i965/
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/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/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DMediaType.java59 parameter.region(s, string.length());
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusFlat.h421 GdipCreateRegion(GpRegion **region);
424 GdipCreateRegionRect(GDIPCONST GpRectF *rect, GpRegion **region);
427 GdipCreateRegionRectI(GDIPCONST GpRect *rect, GpRegion **region);
430 GdipCreateRegionPath(GpPath *path, GpRegion **region);
433 GdipCreateRegionRgnData(GDIPCONST BYTE *regionData, INT size, GpRegion **region);
436 GdipCreateRegionHrgn(HRGN hRgn, GpRegion **region);
439 GdipCloneRegion(GpRegion *region, GpRegion **cloneRegion);
442 GdipDeleteRegion(GpRegion *region);
445 GdipSetInfinite(GpRegion *region);
448 GdipSetEmpty(GpRegion *region);
[all...]
/external/skia/include/core/
H A DSkWriteBuffer.h71 void writeRegion(const SkRegion& region);
/external/skia/src/core/
H A DSkValidatingReadBuffer.h48 virtual void readRegion(SkRegion* region) SK_OVERRIDE;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventHub.cs227 #region Tree parsing stuff
246 #region AST Stuff
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTree.cs74 #region ITree Members
441 #region Tree Members
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs86 #region ITree Members
528 #region Tree Members
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventHub.cs276 #region Tree parsing stuff
299 #region AST Stuff
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status.cc232 gfx::Rect region(
235 return gfx::ImageSkiaOperations::ExtractSubset(*all.ToImageSkia(), region);
/external/chromium_org/athena/system/
H A Dstatus_icon_container_view.cc90 gfx::Rect region(horiz_offset * kBatteryImageWidth,
94 return gfx::ImageSkiaOperations::ExtractSubset(*all.ToImageSkia(), region);
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.h119 const blink::WebVector<blink::WebRect>& region);
122 const blink::WebVector<blink::WebRect>& region);
/external/chromium_org/chrome/browser/
H A Dchrome_plugin_interactive_test.cc98 RECT region; local
99 int result = GetWindowRgnBox(child, &region);
125 // Now get the region of the plugin before and after the print preview is
149 // Complex region, by definition not equal to the initial region.
195 // Now get the region of the plugin before the find bar is shown.
222 // Complex region, by definition not equal to the initial region.
/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/extensions/browser/app_window/
H A Dapp_window.cc317 // properly. In particular, on Windows, the view's clickthrough region needs
565 void AppWindow::UpdateShape(scoped_ptr<SkRegion> region) { argument
566 native_app_window_->UpdateShape(region.Pass());
1086 const DraggableRegion& region = *iter; local
1088 region.bounds.x(),
1089 region.bounds.y(),
1090 region.bounds.right(),
1091 region.bounds.bottom(),
1092 region.draggable ? SkRegion::kUnion_Op : SkRegion::kDifference_Op);
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTCue.cpp765 // The region needs to be informed about the cue removal.
766 VTTRegion* region = track()->regions()->getRegionById(m_regionId); local
767 if (region)
768 region->willRemoveVTTCueBox(m_displayTree.get());
798 VTTRegion* region = 0; local
800 region = track()->regions()->getRegionById(regionId());
802 if (!region) {
803 // If cue has an empty text track cue region identifier or there is no
804 // WebVTT region whose region identifie
[all...]

Completed in 575 milliseconds

<<11121314151617181920>>