Home
last modified time | relevance | path

Searched refs:src_ (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/gil/
Dpremultiply.hpp24 : src_(src), dst_(dst) in channel_premultiply()
33 … get_color(dst_, Channel()) = channel_multiply(get_color(src_,Channel()), alpha_or_max(src_)); in operator ()()
35 SrcP const & src_; member
/third_party/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h116 (*fn1_)(src_,srcLen_,*ubulk_); in call()
122 (*fn1_)(src_,-1,*ubulk_); in call()
148 src_ = NULL; in StringPerfFunction()
172 src_ = NULL; in StringPerfFunction()
195 src_ = new UChar[sourceLen]; in StringPerfFunction()
196 memcpy(src_, source, sourceLen * U_SIZEOF_UCHAR); in StringPerfFunction()
204 ubulk_=new UnicodeString(src_,srcLen_); in StringPerfFunction()
217 src_ = new UChar[sourceLen]; in StringPerfFunction()
218 memcpy(src_, source, sourceLen * U_SIZEOF_UCHAR); in StringPerfFunction()
235 delete[] src_; in ~StringPerfFunction()
[all …]
/third_party/boost/boost/iostreams/
Dcombine.hpp73 Source src_; member in boost::iostreams::detail::combined_device
205 : src_(src), sink_(snk) { } in combined_device()
210 { return iostreams::read(src_, s, n); } in read()
222 detail::close_all(src_); in close()
231 iostreams::imbue(src_, loc); in imbue()
Dcopy.hpp154 : src_(src), snk_(snk), buffer_size_(buffer_size) in copy_operation()
158 return copy_impl( src_, snk_, buffer_size_, in operator ()()
163 Source& src_; member in boost::iostreams::detail::copy_operation
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dquant_levels_dec_utils.c49 uint8_t* src_; // input pointer member
82 const uint8_t* src = p->src_; in VFilter()
104 p->src_ += p->stride_; in VFilter()
186 const uint8_t* data = p->src_; in CountLevels()
242 p->src_ = data; in InitParams()
/third_party/skia/third_party/externals/libwebp/src/utils/
Dquant_levels_dec_utils.c49 uint8_t* src_; // input pointer member
82 const uint8_t* src = p->src_; in VFilter()
104 p->src_ += p->stride_; in VFilter()
186 const uint8_t* data = p->src_; in CountLevels()
242 p->src_ = data; in InitParams()
/third_party/boost/boost/spirit/home/support/detail/lexer/
Dstring_token.hpp394 void merge (string &src_, string &dest_) in merge()
396 string tmp_ (src_.size () + dest_.size (), 0); in merge()
398 std::merge (src_.begin (), src_.end (), dest_.begin (), dest_.end (), in merge()
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Dfunctor.hpp85 : dst_(dst), src_(src) {} in assign_on_exit()
89 dst_ = src_; in ~assign_on_exit()
93 T const& src_; member
/third_party/boost/boost/msm/front/
Dfunctor_row.hpp315 evt_(evt),fsm_(fsm),src_(src),tgt_(tgt){} in Call2()
319 FCT()(evt_,fsm_,src_,tgt_); in operator ()()
324 SourceState& src_; member
/third_party/ffmpeg/libswscale/
Dslice.c161 uint8_t *const src_[4] = {src[0] + (relative ? 0 : start[0]) * stride[0], in ff_init_slice_from_src() local
178 s->plane[i].line[start[i] - first + j] = src_[i] + j * stride[i]; in ff_init_slice_from_src()
184 s->plane[i].line[j] = src_[i] + j * stride[i]; in ff_init_slice_from_src()
/third_party/boost/boost/iostreams/filter/
Dgzip.hpp571 : src_(src), putback_(putback), offset_(0) in peekable_source()
591 boost::iostreams::read(src_, s + result, n - result); in read()
623 Source& src_; member
/third_party/boost/boost/graph/
Dpush_relabel_max_flow.hpp126 vertex_descriptor src_, vertex_descriptor sink_, VertexIndexMap idx) in push_relabel() argument
130 , src(src_) in push_relabel()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgltestsrc.c633 static const struct SrcFuncs G_PASTE (src_,name) = { \
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp12952 VULKAN_HPP_NAMESPACE::AccelerationStructureKHR src_ = {}, in CopyAccelerationStructureInfoKHR()
12956 : src( src_ )
12985 …CopyAccelerationStructureInfoKHR & setSrc( VULKAN_HPP_NAMESPACE::AccelerationStructureKHR src_ ) V… in setSrc()
12987 src = src_; in setSrc()
13062 …lerationStructureToMemoryInfoKHR( VULKAN_HPP_NAMESPACE::AccelerationStructureKHR src_ = {}, in CopyAccelerationStructureToMemoryInfoKHR()
13067 : src( src_ )
13100 setSrc( VULKAN_HPP_NAMESPACE::AccelerationStructureKHR src_ ) VULKAN_HPP_NOEXCEPT in setSrc()
13102 src = src_; in setSrc()
14113 …ryToAccelerationStructureInfoKHR( VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR src_ = {}, in CopyMemoryToAccelerationStructureInfoKHR()
14118 : src( src_ )
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog141792 …ext/ogg/gstoggdemux.c: Change the pad template to src_%d to match the pads that are created from i…
141795 Change the pad template to src_%d to match the pads that
/third_party/gstreamer/gstreamer/
DChangeLog12044 This allows pad template names like "src_%u_%u", but it does not allow
/third_party/gstreamer/gstplugins_bad/
DChangeLog94538 dashdemux: rename src template from src%d to src_%u