/third_party/boost/boost/gil/ |
D | premultiply.hpp | 24 : 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/ |
D | stringperf.h | 116 (*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/ |
D | combine.hpp | 73 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()
|
D | copy.hpp | 154 : 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/ |
D | quant_levels_dec_utils.c | 49 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/ |
D | quant_levels_dec_utils.c | 49 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/ |
D | string_token.hpp | 394 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/ |
D | functor.hpp | 85 : 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/ |
D | functor_row.hpp | 315 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/ |
D | slice.c | 161 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/ |
D | gzip.hpp | 571 : 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/ |
D | push_relabel_max_flow.hpp | 126 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/ |
D | gltestsrc.c | 633 static const struct SrcFuncs G_PASTE (src_,name) = { \
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 12952 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/ |
D | ChangeLog | 141792 …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/ |
D | ChangeLog | 12044 This allows pad template names like "src_%u_%u", but it does not allow
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 94538 dashdemux: rename src template from src%d to src_%u
|