Searched defs:region (Results 176 - 200 of 401) sorted by relevance

1234567891011>>

/external/chromium_org/extensions/shell/browser/
H A Dshell_native_app_window.cc194 void ShellNativeAppWindow::UpdateShape(scoped_ptr<SkRegion> region) { argument
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegion.cpp51 // https://dvcs.w3.org/hg/text-tracks/raw-file/default/608toVTT/region.html
53 // The region occupies by default 100% of the width of the video viewport.
56 // The region has, by default, 3 lines of text.
59 // The region and viewport are anchored in the bottom left corner.
63 // The region doesn't have scrolling text, by default.
66 // Default region line-height (vh units)
180 void VTTRegion::updateParametersFromRegion(VTTRegion* region) argument
182 m_heightInLines = region->height();
183 m_width = region->width();
185 m_regionAnchor = FloatPoint(region
[all...]
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_api.cpp279 crazy::AshmemRegion region; local
280 if (!region.Allocate(PAGE_SIZE, NULL) ||
281 !region.SetProtectionFlags(PROT_READ) ||
282 !crazy::AshmemRegion::CheckFileDescriptorIsReadOnly(region.fd()))
/external/chromium_org/third_party/icu/source/common/
H A Dloclikely.cpp117 * Create a tag string from the supplied parameters. The lang, script and region
121 * If any of the language, script or region parameters are empty, and the alternateTags
122 * parameter is not NULL, it will be parsed for potential language, script and region tags
140 * @param region The region tag to use.
141 * @param regionLength The length of the region tag.
156 const char* region,
179 * script and region code without worrying about overrunning
277 region,
286 * Parse the alternateTags string for the region
151 createTagStringWithAlternates( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, const char* alternateTags, char* tag, int32_t tagCapacity, UErrorCode* err) argument
404 createTagString( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, char* tag, int32_t tagCapacity, UErrorCode* err) argument
461 parseTagString( const char* localeID, char* lang, int32_t* langLength, char* script, int32_t* scriptLength, char* region, int32_t* regionLength, UErrorCode* err) argument
577 createLikelySubtagsString( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* variants, int32_t variantsLength, char* tag, int32_t tagCapacity, UErrorCode* err) argument
858 char region[ULOC_COUNTRY_CAPACITY]; local
965 char region[ULOC_COUNTRY_CAPACITY]; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtznames.cpp112 UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const;
262 TimeZoneNamesDelegate::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const { argument
263 return fTZnamesCacheEntry->names->getReferenceZoneID(mzID, region, tzID);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.c356 XserverRegion region; local
366 region = XFixesCreateRegion(xscr->dpy, rectangles, num_rects);
367 DRI2CopyRegion(xscr->dpy, drawable, region, dst_buf, src_buf);
368 XFixesDestroyRegion(xscr->dpy, region);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri2.c518 DRI2CopyRegion(Display * dpy, XID drawable, XserverRegion region, argument
532 req->region = region;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_blit.c271 struct intel_region *region; local
279 region = irb->mt->region;
280 assert(region);
281 assert(region->bo);
293 pitch = region->pitch;
294 cpp = region->cpp;
298 region->bo, (pitch * cpp),
314 assert(region->tiling != I915_TILING_Y);
317 if (region
539 struct intel_region *region = intel_image->mt->region; local
[all...]
H A Dintel_context.c961 * \brief Assign a DRI buffer's DRM region to a renderbuffer.
982 struct intel_region *region = NULL; local
995 rb->mt->region &&
996 rb->mt->region->name == buffer->name)
1001 rb->mt->singlesample_mt->region &&
1002 rb->mt->singlesample_mt->region->name == buffer->name)
1014 region = intel_region_alloc_for_handle(intel->intelScreen,
1021 if (!region)
1028 region);
1029 intel_region_release(&region);
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_blorp.cpp152 struct intel_region *region = surface->mt->region; local
172 surf->ss1.base_addr += region->bo->offset;
186 ? I915_TILING_Y : region->tiling;
189 uint32_t pitch_bytes = region->pitch * region->cpp;
211 region->bo,
212 surf->ss1.base_addr - region->bo->offset,
592 intel_region_get_aligned_offset(params->depth.mt->region,
619 params->depth.mt->region
[all...]
H A Dintel_blit.c271 struct intel_region *region; local
279 region = irb->mt->region;
280 assert(region);
281 assert(region->bo);
293 pitch = region->pitch;
294 cpp = region->cpp;
298 region->bo, (pitch * cpp),
314 assert(region->tiling != I915_TILING_Y);
317 if (region
539 struct intel_region *region = intel_image->mt->region; local
[all...]
H A Dintel_context.c961 * \brief Assign a DRI buffer's DRM region to a renderbuffer.
982 struct intel_region *region = NULL; local
995 rb->mt->region &&
996 rb->mt->region->name == buffer->name)
1001 rb->mt->singlesample_mt->region &&
1002 rb->mt->singlesample_mt->region->name == buffer->name)
1014 region = intel_region_alloc_for_handle(intel->intelScreen,
1021 if (!region)
1028 region);
1029 intel_region_release(&region);
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_blit.c271 struct intel_region *region; local
279 region = irb->mt->region;
280 assert(region);
281 assert(region->bo);
293 pitch = region->pitch;
294 cpp = region->cpp;
298 region->bo, (pitch * cpp),
314 assert(region->tiling != I915_TILING_Y);
317 if (region
539 struct intel_region *region = intel_image->mt->region; local
[all...]
H A Dintel_context.c961 * \brief Assign a DRI buffer's DRM region to a renderbuffer.
982 struct intel_region *region = NULL; local
995 rb->mt->region &&
996 rb->mt->region->name == buffer->name)
1001 rb->mt->singlesample_mt->region &&
1002 rb->mt->singlesample_mt->region->name == buffer->name)
1014 region = intel_region_alloc_for_handle(intel->intelScreen,
1021 if (!region)
1028 region);
1029 intel_region_release(&region);
[all...]
H A Dintel_mipmap_tree.h42 * - Code to size and layout a region to hold a set of mipmaps.
91 * Describes the location of each texture image within a texture region.
262 struct intel_region *region; member in struct:intel_mipmap_tree
264 /* Offset into region bo where miptree starts:
388 struct intel_region *region);
395 struct intel_region *region);
461 * Copy the stencil data from \c mt->stencil_mt->region to \c mt->region for
473 * Copy the stencil data in \c mt->stencil_mt->region to \c mt->region fo
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_texture.c210 * \param x, y, w, h the region of interest of the 2D image.
261 * Upload data to a rectangular sub-region. Lots of choices how to do this:
342 struct pipe_box region; local
345 region.x = src->width0 / 2;
346 region.y = src->height0 / 2;
347 region.z = 0;
348 region.width = 1;
349 region.height = 1;
350 region.depth = 1;
352 xfer = pipe->get_transfer(pipe, src, 0, PIPE_TRANSFER_READ, &region);
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPicturePlayback.cpp191 SkRegion region; local
192 reader->readRegion(&region);
197 canvas->clipRegion(region, regionOp);
H A DSkValidatingReadBuffer.cpp152 void SkValidatingReadBuffer::readRegion(SkRegion* region) { argument
155 size = region->readFromMemory(fReader.peek(), fReader.available());
H A DSkWriteBuffer.cpp125 void SkWriteBuffer::writeRegion(const SkRegion& region) { argument
126 fWriter.writeRegion(region);
/external/chromium_org/third_party/skia/tests/
H A DSerializationTest.cpp64 static void Write(SkWriteBuffer& writer, const SkRegion* region) { argument
65 writer.writeRegion(*region);
67 static void Read(SkValidatingReadBuffer& reader, SkRegion* region) { argument
68 reader.readRegion(region);
427 // Test region serialization
429 SkRegion region; local
430 TestObjectSerialization(&region, reporter);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlow_level_alloc.cc68 intptr_t size; // size of entire region, including this field. Must be
235 ~ArenaLock() { RAW_CHECK(this->left_, "haven't left Arena region"); }
246 bool left_; // whether left region
322 AllocList *region = arena->freelist.next[0]; local
323 size_t size = region->header.size;
324 arena->freelist.next[0] = region->next[0];
325 RAW_CHECK(region->header.magic ==
326 Magic(kMagicUnallocated, &region->header),
328 RAW_CHECK(region->header.arena == arena,
332 RAW_CHECK(reinterpret_cast<intptr_t>(region)
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlow_level_alloc.cc68 intptr_t size; // size of entire region, including this field. Must be
235 ~ArenaLock() { RAW_CHECK(this->left_, "haven't left Arena region"); }
246 bool left_; // whether left region
322 AllocList *region = arena->freelist.next[0]; local
323 size_t size = region->header.size;
324 arena->freelist.next[0] = region->next[0];
325 RAW_CHECK(region->header.magic ==
326 Magic(kMagicUnallocated, &region->header),
328 RAW_CHECK(region->header.arena == arena,
332 RAW_CHECK(reinterpret_cast<intptr_t>(region)
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc58 bool DesktopRegion::Equals(const DesktopRegion& region) const {
61 Rows::const_iterator it2 = region.rows_.begin();
63 if (it2 == region.rows_.end() ||
73 return it2 == region.rows_.end();
168 void DesktopRegion::AddRegion(const DesktopRegion& region) { argument
171 for (Iterator it(region); !it.IsAtEnd(); it.Advance()) {
263 void DesktopRegion::IntersectWith(const DesktopRegion& region) { argument
266 Intersect(old_region, region);
270 DesktopRegion region; local
271 region
275 Subtract(const DesktopRegion& region) argument
365 DesktopRegion region; local
396 Swap(DesktopRegion* region) argument
503 Iterator(const DesktopRegion& region) argument
[all...]
H A Dscreen_capturer_x11.cc55 virtual void Capture(const DesktopRegion& region) OVERRIDE;
124 // Invalid region from the previous capture. This is used to synchronize the
240 // Create an XFixes server-side region to collate damage into.
244 LOG(LS_ERROR) << "Unable to create XFixes region.";
262 void ScreenCapturerLinux::Capture(const DesktopRegion& region) { argument
388 // Pass the screen size to the helper, so it can clip the invalid region if it
389 // expands that region to a grid.
403 // Atomically fetch and clear the damage region.
472 // |capturer_helper_|s region from |last_invalid_region_|.
H A Dwindow_capturer_x11.cc101 virtual void Capture(const DesktopRegion& region) OVERRIDE;
280 void WindowCapturerLinux::Capture(const DesktopRegion& region) { argument

Completed in 1750 milliseconds

1234567891011>>