/external/skqp/docs/ |
D | SkBlendMode_Reference.bmh | 21 #Line # algorithm combining source and destination pixels ## 26 #Line # replaces destination with zero: fully transparent ## 28 Replaces destination with Alpha and Color components set to zero; 33 #Line # replaces destination ## 35 Replaces destination with source. Destination alpha and color component values 40 #Line # preserves destination ## 42 Preserves destination, ignoring source. Drawing with Paint set to kDst has 47 #Line # source over destination ## 49 Replaces destination with source blended with destination. If source is opaque, 50 replaces destination with source. Used as the default Blend_Mode for SkPaint. [all …]
|
D | SkBlendMode_Overview.bmh | 3 Describes how destination pixel is replaced with a combination of itself and 4 source pixel. Blend_Mode may use source, destination, or both. Blend_Mode may 6 components to contribute to one destination pixel component. 10 Blend_Mode uses source and read destination Alpha to determine written 11 destination Alpha; both source and destination Alpha may also affect written 12 destination Color components. 14 Regardless of how Alpha is encoded in source and destination pixel, nearly all 36 the destination. 41 transparent source pixels, leaving the destination outside the geometry untouched. 51 simple arithmetic to lighten or darken the destination. Modes [all …]
|
/external/skia/docs/ |
D | SkBlendMode_Reference.bmh | 21 #Line # algorithm combining source and destination pixels ## 26 #Line # replaces destination with zero: fully transparent ## 28 Replaces destination with Alpha and Color components set to zero; 33 #Line # replaces destination ## 35 Replaces destination with source. Destination alpha and color component values 40 #Line # preserves destination ## 42 Preserves destination, ignoring source. Drawing with Paint set to kDst has 47 #Line # source over destination ## 49 Replaces destination with source blended with destination. If source is opaque, 50 replaces destination with source. Used as the default Blend_Mode for SkPaint. [all …]
|
D | SkBlendMode_Overview.bmh | 3 Describes how destination pixel is replaced with a combination of itself and 4 source pixel. Blend_Mode may use source, destination, or both. Blend_Mode may 6 components to contribute to one destination pixel component. 10 Blend_Mode uses source and read destination Alpha to determine written 11 destination Alpha; both source and destination Alpha may also affect written 12 destination Color components. 14 Regardless of how Alpha is encoded in source and destination pixel, nearly all 36 the destination. 41 transparent source pixels, leaving the destination outside the geometry untouched. 51 simple arithmetic to lighten or darken the destination. Modes [all …]
|
/external/gemmlowp/meta/generators/ |
D | neon_emitter.py | 287 def EmitAdd(self, destination, source, param): argument 288 self.EmitOp3('add', destination, source, param) 290 def EmitSubs(self, destination, source, param): argument 291 self.EmitOp3('subs', destination, source, param) 293 def EmitSub(self, destination, source, param): argument 294 self.EmitOp3('sub', destination, source, param) 296 def EmitMul(self, destination, source, param): argument 297 self.EmitOp3('mul', destination, source, param) 326 def EmitVAdd(self, add_type, destination, source_1, source_2): argument 327 destination, source_1, source_2 = _MakeCompatible(destination, source_1, [all …]
|
D | neon_emitter_64.py | 523 def EmitAdd(self, destination, source, param): argument 524 self.EmitOp3('add', destination, source, param) 526 def EmitSubs(self, destination, source, param): argument 527 self.EmitOp3('subs', destination, source, param) 529 def EmitSub(self, destination, source, param): argument 530 self.EmitOp3('sub', destination, source, param) 532 def EmitMul(self, destination, source, param): argument 533 self.EmitOp3('mul', destination, source, param) 538 def EmitVMovl(self, mov_type, destination, source): argument 540 destination = _AppendType(wide_type, destination) [all …]
|
/external/ImageMagick/MagickWand/ |
D | wand-view.c | 259 WandView *duplex,WandView *destination,DuplexTransferWandViewMethod transfer, in DuplexTransferWandViewIterator() argument 285 destination_image=destination->wand->images; in DuplexTransferWandViewIterator() 287 destination->exception); in DuplexTransferWandViewIterator() 342 destination_pixels=GetCacheViewAuthenticPixels(destination->view, in DuplexTransferWandViewIterator() 343 destination->extent.x,y,destination->extent.width,1, in DuplexTransferWandViewIterator() 344 destination->exception); in DuplexTransferWandViewIterator() 350 for (x=0; x < (ssize_t) destination->extent.width; x++) in DuplexTransferWandViewIterator() 352 PixelSetQuantumPixel(destination->image,destination_pixels, in DuplexTransferWandViewIterator() 353 destination->pixel_wands[id][x]); in DuplexTransferWandViewIterator() 354 destination_pixels+=GetPixelChannels(destination->image); in DuplexTransferWandViewIterator() [all …]
|
/external/google-breakpad/src/common/windows/ |
D | string_utils-inl.h | 75 static void safe_wcscpy(wchar_t *destination, size_t destination_size, 82 static void safe_wcsncpy(wchar_t *destination, size_t destination_size, 105 inline void WindowsStringUtils::safe_wcscpy(wchar_t *destination, in safe_wcscpy() argument 109 wcscpy_s(destination, destination_size, source); in safe_wcscpy() 114 wcsncpy(destination, source, destination_size); in safe_wcscpy() 115 if (destination && destination_size) in safe_wcscpy() 116 destination[destination_size - 1] = 0; in safe_wcscpy() 121 inline void WindowsStringUtils::safe_wcsncpy(wchar_t *destination, in safe_wcsncpy() argument 126 wcsncpy_s(destination, destination_size, source, count); in safe_wcsncpy() 134 wcsncpy(destination, source, count); in safe_wcsncpy() [all …]
|
/external/v8/src/compiler/ |
D | gap-resolver.cc | 31 const LocationOperand& dst_loc = LocationOperand::cast(move->destination()); in Split() 93 if (!kSimpleFPAliasing && move->destination().IsFPRegister()) { in Resolve() 95 REP_BIT(LocationOperand::cast(move->destination()).representation()); in Resolve() 107 if (!move->IsEliminated() && move->destination().IsFloatRegister()) in Resolve() 115 if (!move->IsEliminated() && move->destination().IsDoubleRegister()) in Resolve() 142 InstructionOperand destination = move->destination(); in PerformMove() local 147 !kSimpleFPAliasing && destination.IsFPLocationOperand(); in PerformMove() 156 if (other->source().InterferesWith(destination)) { in PerformMove() 165 if (!other->source().InterferesWith(destination)) continue; in PerformMove() 183 if (source.EqualsCanonicalized(destination)) { in PerformMove() [all …]
|
D | move-optimizer.cc | 15 InstructionOperand destination; member 21 return a.destination.CompareCanonicalized(b.destination); in operator ()() 195 if (outputs.ContainsOpOrAlias(move->destination()) && in RemoveClobberedDestinations() 196 !inputs.ContainsOpOrAlias(move->destination())) { in RemoveClobberedDestinations() 205 if (!inputs.ContainsOpOrAlias(move->destination())) { in RemoveClobberedDestinations() 244 src_cant_be.InsertOp(move->destination()); in MigrateMoves() 252 if (!dst_cant_be.ContainsOpOrAlias(move->destination())) { in MigrateMoves() 253 MoveKey key = {move->source(), move->destination()}; in MigrateMoves() 268 src_cant_be.InsertOp(current->destination); in MigrateMoves() 278 MoveKey key = {move->source(), move->destination()}; in MigrateMoves() [all …]
|
/external/libaom/libaom/third_party/vector/ |
D | vector.c | 44 int aom_vector_copy(Vector *destination, Vector *source) { in aom_vector_copy() argument 45 assert(destination != NULL); in aom_vector_copy() 48 assert(!aom_vector_is_initialized(destination)); in aom_vector_copy() 50 if (destination == NULL) return VECTOR_ERROR; in aom_vector_copy() 52 if (aom_vector_is_initialized(destination)) return VECTOR_ERROR; in aom_vector_copy() 56 destination->size = source->size; in aom_vector_copy() 57 destination->capacity = source->size * 2; in aom_vector_copy() 58 destination->element_size = source->element_size; in aom_vector_copy() 61 destination->data = malloc(destination->capacity * source->element_size); in aom_vector_copy() 62 if (destination->data == NULL) return VECTOR_ERROR; in aom_vector_copy() [all …]
|
/external/webrtc/webrtc/common_audio/resampler/ |
D | push_sinc_resampler.cc | 36 int16_t* destination, in Resample() argument 44 FloatS16ToS16(float_buffer_.get(), destination_frames_, destination); in Resample() 51 float* destination, in Resample() argument 74 resampler_->Resample(resampler_->ChunkSize(), destination); in Resample() 76 resampler_->Resample(destination_frames_, destination); in Resample() 81 void PushSincResampler::Run(size_t frames, float* destination) { in Run() argument 89 std::memset(destination, 0, frames * sizeof(*destination)); in Run() 95 std::memcpy(destination, source_ptr_, frames * sizeof(*destination)); in Run() 98 destination[i] = static_cast<float>(source_ptr_int_[i]); in Run()
|
/external/ImageMagick/MagickCore/ |
D | image-view.c | 210 ImageView *source,ImageView *duplex,ImageView *destination, in DuplexTransferImageViewIterator() argument 236 destination_image=destination->image; in DuplexTransferImageViewIterator() 238 destination->exception); in DuplexTransferImageViewIterator() 279 destination_pixels=GetCacheViewAuthenticPixels(destination->view, in DuplexTransferImageViewIterator() 280 destination->extent.x,y,destination->extent.width,1, in DuplexTransferImageViewIterator() 281 destination->exception); in DuplexTransferImageViewIterator() 287 if (transfer(source,duplex,destination,y,id,context) == MagickFalse) in DuplexTransferImageViewIterator() 289 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception); in DuplexTransferImageViewIterator() 870 MagickExport MagickBooleanType SetImageViewIterator(ImageView *destination, in SetImageViewIterator() argument 890 assert(destination != (ImageView *) NULL); in SetImageViewIterator() [all …]
|
D | string.c | 132 *destination; in AcquireString() local 142 destination=(char *) AcquireQuantumMemory(length+MagickPathExtent, in AcquireString() 143 sizeof(*destination)); in AcquireString() 144 if (destination == (char *) NULL) in AcquireString() 146 *destination='\0'; in AcquireString() 148 (void) memcpy(destination,source,length*sizeof(*destination)); in AcquireString() 149 destination[length]='\0'; in AcquireString() 150 return(destination); in AcquireString() 286 MagickExport char *CloneString(char **destination,const char *source) in CloneString() argument 291 assert(destination != (char **) NULL); in CloneString() [all …]
|
/external/skqp/site/user/api/ |
D | SkBlendMode_Reference.md | 60 Replaces destination with <a href='SkColor_Reference#Alpha'>Alpha</a> and <a href='SkColor_Referenc… 69 Replaces destination with source. Destination <a href='SkColor_Reference#Alpha'>alpha</a> and <a hr… 78 Preserves destination, ignoring source. Drawing with <a href='SkPaint_Reference#Paint'>Paint</a> se… 87 Replaces destination with source blended with destination. If source is opaque, 88 replaces destination with source. Used as the default <a href='#Blend_Mode'>Blend_Mode</a> for <a h… 96 Replaces destination with destination blended with source. If destination is opaque, 105 Replaces destination with source using destination opacity. 113 Scales destination opacity by source opacity. 121 Replaces destination with source using the inverse of destination opacity, 122 drawing source fully where destination opacity is zero. [all …]
|
/external/skia/site/user/api/ |
D | SkBlendMode_Reference.md | 60 Replaces destination with <a href='SkColor_Reference#Alpha'>Alpha</a> and <a href='SkColor_Referenc… 69 Replaces destination with source. Destination <a href='SkColor_Reference#Alpha'>alpha</a> and <a hr… 78 Preserves destination, ignoring source. Drawing with <a href='SkPaint_Reference#Paint'>Paint</a> se… 87 Replaces destination with source blended with destination. If source is opaque, 88 replaces destination with source. Used as the default <a href='#Blend_Mode'>Blend_Mode</a> for <a h… 96 Replaces destination with destination blended with source. If destination is opaque, 105 Replaces destination with source using destination opacity. 113 Scales destination opacity by source opacity. 121 Replaces destination with source using the inverse of destination opacity, 122 drawing source fully where destination opacity is zero. [all …]
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_tree_test.cc | 255 ShapeTree<int> destination(array_shape_, 123); in TEST_F() local 257 EXPECT_EQ(destination.element(/*index=*/{}), 123); in TEST_F() 258 destination.CopySubtreeFrom(source, /*source_base_index=*/{}, in TEST_F() 260 EXPECT_EQ(destination.element(/*index=*/{}), 42); in TEST_F() 272 ShapeTree<int> destination(tuple_shape_, 0); in TEST_F() local 274 destination.CopySubtreeFrom(source, /*source_base_index=*/{}, in TEST_F() 276 EXPECT_EQ(destination.element(/*index=*/{}), 10); in TEST_F() 277 EXPECT_EQ(destination.element(/*index=*/{0}), 11); in TEST_F() 278 EXPECT_EQ(destination.element(/*index=*/{1}), 12); in TEST_F() 279 EXPECT_EQ(destination.element(/*index=*/{2}), 13); in TEST_F() [all …]
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | PrimitiveValueImpl.java | 94 ValueImpl prepareForAssignmentTo(ValueContainer destination) in prepareForAssignmentTo() argument 97 return convertForAssignmentTo(destination); in prepareForAssignmentTo() 100 ValueImpl convertForAssignmentTo(ValueContainer destination) in convertForAssignmentTo() argument 106 if (destination.signature().length() > 1) { in convertForAssignmentTo() 110 if ((destination.signature().charAt(0) == 'Z') && in convertForAssignmentTo() 115 if ((destination.signature().charAt(0) != 'Z') && in convertForAssignmentTo() 120 if ("void".equals(destination.typeName())) { in convertForAssignmentTo() 125 PrimitiveTypeImpl primitiveType = (PrimitiveTypeImpl)destination.type(); in convertForAssignmentTo() 129 destination.typeName()); in convertForAssignmentTo()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | packet.cc | 149 void Packet::CopyToHeader(RTPHeader* destination) const { in CopyToHeader() 150 destination->markerBit = header_.markerBit; in CopyToHeader() 151 destination->payloadType = header_.payloadType; in CopyToHeader() 152 destination->sequenceNumber = header_.sequenceNumber; in CopyToHeader() 153 destination->timestamp = header_.timestamp; in CopyToHeader() 154 destination->ssrc = header_.ssrc; in CopyToHeader() 155 destination->numCSRCs = header_.numCSRCs; in CopyToHeader() 156 destination->paddingLength = header_.paddingLength; in CopyToHeader() 157 destination->headerLength = header_.headerLength; in CopyToHeader() 158 destination->payload_type_frequency = header_.payload_type_frequency; in CopyToHeader() [all …]
|
/external/scapy/scapy/arch/ |
D | unix.py | 257 destination, next_hop, flags = splitted_line[:3] 264 destination, next_hop, flags, dev = splitted_line[:4] 286 if '%' in destination: 287 destination, dev = destination.split('%') 301 if destination == "default": 302 destination, destination_plen = "::", 0 303 elif '/' in destination: 305 destination, destination_plen = destination.split('/') 311 if not in6_isvalid(destination): 319 if in6_ismlladdr(destination) or in6_ismnladdr(destination): [all …]
|
/external/protobuf/objectivec/DevTools/ |
D | full_mac_build.sh | 219 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit 220 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.0" # 64bit 221 -destination "platform=iOS Simulator,name=iPad 2,OS=8.1" # 32bit 222 -destination "platform=iOS Simulator,name=iPad Air,OS=9.0" # 64bit 227 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit 228 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.3" # 64bit 229 -destination "platform=iOS Simulator,name=iPad 2,OS=8.1" # 32bit 230 -destination "platform=iOS Simulator,name=iPad Air,OS=9.3" # 64bit 235 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit 236 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.2" # 64bit [all …]
|
/external/grpc-grpc/src/objective-c/tests/ |
D | run_tests.sh | 56 -destination name="iPhone 8" \ 86 -destination name="iPhone 8" \ 96 -destination name="iPhone 6" \ 106 -destination name="iPhone 6" \ 116 -destination name="iPhone 8" \ 126 -destination name="iPhone 8" \ 137 -destination name="iPhone 8" \ 148 -destination name="iPhone 8" \ 159 -destination name="iPhone 8" \
|
/external/libavc/common/arm/ |
D | ih264_default_weighted_pred_a9q.s | 51 @* stores it in the destination block. 60 @* UWORD8 pointer to the destination where the output block is stored. 69 @* Stride of the destination buffer 136 vst1.32 d0[0], [r2], r5 @load row 1 in destination 137 vst1.32 d0[1], [r2], r5 @load row 2 in destination 139 vst1.32 d1[0], [r2], r5 @load row 3 in destination 140 vst1.32 d1[1], [r2], r5 @load row 4 in destination 160 vst1.8 d0, [r2], r5 @load row 1 in destination 162 vst1.8 d1, [r2], r5 @load row 2 in destination 163 vst1.8 d2, [r2], r5 @load row 3 in destination [all …]
|
/external/vogar/src/vogar/ |
D | HostFileCache.java | 35 private void cp(File source, File destination) { in cp() argument 36 List<String> rawResult = new Command.Builder(log).args("cp", source, destination).execute(); in cp() 39 throw new RuntimeException("Couldn't copy " + source + " to " + destination in cp() 44 private void mv(File source, File destination) { in mv() argument 45 List<String> rawResult = new Command.Builder(log).args("mv", source, destination).execute(); in mv() 48 throw new RuntimeException("Couldn't move " + source + " to " + destination in mv() 53 public void copyFromCache(String key, File destination) { in copyFromCache() argument 55 cp(cachedFile, destination); in copyFromCache()
|
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | FieldMaskTree.java | 195 Message source, Message.Builder destination, FieldMaskUtil.MergeOptions options) { in merge() argument 196 if (source.getDescriptorForType() != destination.getDescriptorForType()) { in merge() 202 merge(root, "", source, destination, options); in merge() 212 Message.Builder destination, in merge() argument 214 assert source.getDescriptorForType() == destination.getDescriptorForType(); in merge() 241 destination.getFieldBuilder(field), in merge() 247 destination.setField(field, source.getField(field)); in merge() 250 destination.addRepeatedField(field, element); in merge() 257 destination.clearField(field); in merge() 259 destination.setField(field, source.getField(field)); in merge() [all …]
|