Searched refs:region (Results 226 - 250 of 749) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/client/plugin/
H A Dpepper_view.h51 const webrtc::DesktopRegion& region,
75 // Renders the parts of |buffer| identified by |region| to the view. If the
77 // FrameProducer is supplied the missed parts of |region|. The FrameProducer
81 const webrtc::DesktopRegion& region);
104 // Queued buffer to paint, with clip area and dirty region in device pixels.
H A Dpepper_view.cc172 const webrtc::DesktopRegion& region,
189 FlushBuffer(clip_area, buffer, region);
258 const webrtc::DesktopRegion& region) {
268 merge_region_ = region;
275 for (webrtc::DesktopRegion::Iterator i(region); !i.IsAtEnd(); i.Advance()) {
278 // Re-clip |region| with the current clipping area |clip_area_| because
295 // Notify the producer that some parts of the region weren't painted because
298 webrtc::DesktopRegion not_painted = region;
169 ApplyBuffer(const webrtc::DesktopSize& view_size, const webrtc::DesktopRect& clip_area, webrtc::DesktopFrame* buffer, const webrtc::DesktopRegion& region, const webrtc::DesktopRegion& shape) argument
256 FlushBuffer(const webrtc::DesktopRect& clip_area, webrtc::DesktopFrame* buffer, const webrtc::DesktopRegion& region) argument
/external/chromium_org/remoting/ios/bridge/
H A Dframe_consumer_bridge.cc40 const webrtc::DesktopRegion& region,
51 callback_.Run(view_size, buffer, region);
37 ApplyBuffer(const webrtc::DesktopSize& view_size, const webrtc::DesktopRect& clip_area, webrtc::DesktopFrame* buffer, const webrtc::DesktopRegion& region, const webrtc::DesktopRegion& shape) argument
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegion.cpp50 // https://dvcs.w3.org/hg/text-tracks/raw-file/default/608toVTT/region.html
52 // The region occupies by default 100% of the width of the video viewport.
55 // The region has, by default, 3 lines of text.
58 // The region and viewport are anchored in the bottom left corner.
62 // The region doesn't have scrolling text, by default.
65 // Default region line-height (vh units)
179 void VTTRegion::updateParametersFromRegion(VTTRegion* region) argument
181 m_heightInLines = region->height();
182 m_width = region->width();
184 m_regionAnchor = FloatPoint(region
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Dphonenumber_offline_geocoder.h76 // the region of the user. If the phone number is from the same region as the
78 // Otherwise, the phone number's region will be returned, with optionally some
81 // For example, for a user from the region "US" (United States), we would show
83 // from the description. For a user from the United Kingdom (region "GB"), for
90 // user_region is the region code for a given user. This region will be
91 // omitted from the description if the phone number comes from this region. It
114 const string& language, const string& script, const string& region) const;
120 // region
[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/webrtc/modules/desktop_capture/
H A Dscreen_capturer_helper.cc87 void ScreenCapturerHelper::ExpandToGrid(const DesktopRegion& region, argument
95 for (DesktopRegion::Iterator it(region); !it.IsAtEnd(); it.Advance()) {
H A Dscreen_capturer_mac.mm166 // Create an image of the given region using the given |window_list|.
201 virtual void Capture(const DesktopRegion& region) OVERRIDE;
212 const DesktopRegion& region);
215 const DesktopRegion& region);
218 const DesktopRegion& region);
270 // Contains an invalid region from the previous capture.
416 DesktopRegion region;
417 helper_.TakeInvalidRegion(&region);
431 if (!CgBlitPostLion(*current_frame, region)) {
438 GlBlitFast(*current_frame, region);
[all...]
/external/chromium_org/ui/gfx/
H A Dpath_win.cc14 HRGN CreateHRGNFromSkRegion(const SkRegion& region) { argument
18 for (SkRegion::Iterator i(region); !i.done(); i.next()) {
/external/mesa3d/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/valgrind/main/memcheck/tests/
H A Dsupp_unknown.stderr.exp3 Access not within mapped region at address 0x........
/external/valgrind/main/none/tests/linux/
H A Dblockfault.stderr.exp4 Access not within mapped region at address 0x........
/external/chromium_org/cc/output/
H A Dfilter_operation.h87 const SkRegion& region() const { function in class:cc::FilterOperation
151 static FilterOperation CreateAlphaThresholdFilter(const SkRegion& region, argument
154 return FilterOperation(ALPHA_THRESHOLD, region,
208 void set_region(const SkRegion& region) { argument
210 region_ = region;
241 const SkRegion& region,
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_copy_sub_buffer.spec32 The glxCopySubBufferMESA() function copies a rectangular region
63 may be used to copy a rectangular region of the back color buffer to
68 <x> and <y> indicates the lower-left corner of the region to copy and
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dresource.cpp56 resource::copy(command_queue &q, const point &origin, const point &region, argument
62 box(src_res.offset + src_origin, region));
67 const point &origin, const point &region) {
68 maps.emplace_back(q, *this, flags, blocking, origin, region);
174 const resource::point &region) :
181 box(origin + r.offset, region));
66 add_map(command_queue &q, cl_map_flags flags, bool blocking, const point &origin, const point &region) argument
171 mapping(command_queue &q, resource &r, cl_map_flags flags, bool blocking, const resource::point &origin, const resource::point &region) argument
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.cc482 const PaintRegion region(GetPaintRegion(GetPaintBounds(canvas)));
483 if (region.min_column == -1)
492 for (int i = region.min_row; i < region.max_row; ++i) {
504 for (int j = region.min_column; j < region.max_column; ++j) {
540 if (!grouper_ || region.min_column > 0)
551 for (int i = region.min_row; i < region.max_row; ) {
705 PaintRegion region; local
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h47 const TypedValueRegion *region; member in class:clang::ento::LazyCompoundValData
50 : store(st), region(r) {}
53 const TypedValueRegion *getRegion() const { return region; }
57 const TypedValueRegion *region);
59 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); }
173 const TypedValueRegion *region);
/external/llvm/utils/vim/
H A Dtablegen.vim24 syn region tgString start=/"/ skip=/\\"/ end=/"/ oneline
26 syn region tgCode start=/\[{/ end=/}\]/
31 syn region tgComment2 matchgroup=tgComment2 start=+/\*+ end=+\*/+ contains=tgTodo,tgComment2
/external/mesa3d/docs/
H A DMESA_copy_sub_buffer.spec32 The glxCopySubBufferMESA() function copies a rectangular region
63 may be used to copy a rectangular region of the back color buffer to
68 <x> and <y> indicates the lower-left corner of the region to copy and
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.cpp56 resource::copy(command_queue &q, const point &origin, const point &region, argument
62 box(src_res.offset + src_origin, region));
67 const point &origin, const point &region) {
68 maps.emplace_back(q, *this, flags, blocking, origin, region);
174 const resource::point &region) :
181 box(origin + r.offset, region));
66 add_map(command_queue &q, cl_map_flags flags, bool blocking, const point &origin, const point &region) argument
171 mapping(command_queue &q, resource &r, cl_map_flags flags, bool blocking, const resource::point &origin, const resource::point &region) argument
/external/opencv/cv/src/
H A Dcvfloodfill.cpp96 uchar* _newVal, CvConnectedComp* region, int flags,
154 if( region )
209 if( region )
211 region->area = area;
212 region->rect.x = XMin;
213 region->rect.y = YMin;
214 region->rect.width = XMax - XMin + 1;
215 region->rect.height = YMax - YMin + 1;
216 region->value = cvScalar(newVal[0], newVal[1], newVal[2], 0);
228 int* _newVal, CvConnectedComp* region, in
95 icvFloodFill_8u_CnIR( uchar* pImage, int step, CvSize roi, CvPoint seed, uchar* _newVal, CvConnectedComp* region, int flags, CvFFillSegment* buffer, int buffer_size, int cn ) argument
227 icvFloodFill_32f_CnIR( int* pImage, int step, CvSize roi, CvPoint seed, int* _newVal, CvConnectedComp* region, int flags, CvFFillSegment* buffer, int buffer_size, int cn ) argument
373 icvFloodFill_Grad_8u_CnIR( uchar* pImage, int step, uchar* pMask, int maskStep, CvSize , CvPoint seed, uchar* _newVal, uchar* _d_lw, uchar* _d_up, CvConnectedComp* region, int flags, CvFFillSegment* buffer, int buffer_size, int cn ) argument
679 icvFloodFill_Grad_32f_CnIR( float* pImage, int step, uchar* pMask, int maskStep, CvSize , CvPoint seed, float* _newVal, float* _d_lw, float* _d_up, CvConnectedComp* region, int flags, CvFFillSegment* buffer, int buffer_size, int cn ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_blorp.cpp60 intel_region_get_tile_masks(params->depth.mt->region,
62 intel_region_get_tile_masks(params->depth.mt->hiz_mt->region,
426 struct intel_region *region = surface->mt->region; local
440 region->bo->offset);
448 : brw_get_surface_tiling_bits(region->tiling);
449 uint32_t pitch_bytes = region->pitch * region->cpp;
471 region->bo,
472 surf[1] - region
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_blorp.cpp60 intel_region_get_tile_masks(params->depth.mt->region,
62 intel_region_get_tile_masks(params->depth.mt->hiz_mt->region,
426 struct intel_region *region = surface->mt->region; local
440 region->bo->offset);
448 : brw_get_surface_tiling_bits(region->tiling);
449 uint32_t pitch_bytes = region->pitch * region->cpp;
471 region->bo,
472 surf[1] - region
[all...]
/external/chromium_org/remoting/client/
H A Dsoftware_video_renderer.cc49 const webrtc::DesktopRegion& region) OVERRIDE {
50 return parent_->Invalidate(view_size, region);
88 void InvalidateRegion(const webrtc::DesktopRegion& region);
100 // Paints the invalidated region to the next available buffer and returns it
235 // Draw the invalidated region to the buffer.
272 const webrtc::DesktopRegion& region) {
276 decoder_->Invalidate(view_size_, region);
288 webrtc::DesktopRegion region; local
289 region.AddRect(webrtc::DesktopRect::MakeSize(view_size));
290 decoder_->Invalidate(view_size, region);
271 InvalidateRegion( const webrtc::DesktopRegion& region) argument
391 InvalidateRegion( const webrtc::DesktopRegion& region) argument
[all...]
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp265 const SkIRect& region, bool premultiply) {
267 if (!webp_get_config_resize(config, decodedBitmap, region.width(),
268 region.height(), premultiply)) {
273 config->options.crop_left = region.fLeft;
274 config->options.crop_top = region.fTop;
275 config->options.crop_width = region.width();
276 config->options.crop_height = region.height();
341 const SkIRect& region) {
344 if (!rect.intersect(region)) {
345 // If the requested region i
263 webp_get_config_resize_crop(WebPDecoderConfig* config, SkBitmap* decodedBitmap, const SkIRect& region, bool premultiply) argument
340 onDecodeSubset(SkBitmap* decodedBitmap, const SkIRect& region) argument
[all...]

Completed in 1292 milliseconds

1234567891011>>