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

1234567891011>>

/external/openfst/src/include/fst/
H A Dmapped-file.h32 // A memory region is a simple abstraction for allocated memory or data from
33 // mmap'ed files. If mmap equals NULL, then data represents an owned region of
35 // casted pointer to a region contained within [mmap, mmap + size).
76 explicit MappedFile(const MemoryRegion &region);
/external/chromium_org/cc/test/
H A Dfake_picture_layer_tiling_client.h49 void set_invalidation(const Region& region) { invalidation_ = region; } argument
/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
32 // set to the actual region of the number (which may be different than
54 // |region| - current region, the parsing is based on.
65 // the given |region|.
68 const std::string& region,
80 const std::string& region() const { return region_; } function in class:autofill::i18n::PhoneObject
95 // The region code for this phone number, inferred during parsing.
/external/chromium_org/courgette/
H A Dpatcher_x86_32.h20 explicit PatcherX86_32(const Region& region) argument
21 : ensemble_region_(region),
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dtype_conversion_unittest.cc70 test::NamedRegionPtr region(test::NamedRegion::New());
71 region->name = input.name;
72 region->rects = Array<test::RectPtr>::From(input.rects);
73 return region.Pass();
80 RedmondNamedRegion region; local
81 region.name = input->name;
82 region.rects = input->rects.To<std::vector<RedmondRect> >();
83 return region;
/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/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/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()) {
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dshare_dialog.css6 -webkit-app-region: no-drag;
/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.h90 const SkRegion& region() const { function in class:cc::FilterOperation
154 static FilterOperation CreateAlphaThresholdFilter(const SkRegion& region, argument
157 return FilterOperation(ALPHA_THRESHOLD, region,
211 void set_region(const SkRegion& region) { argument
213 region_ = region;
244 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...]

Completed in 3563 milliseconds

1234567891011>>