Home
last modified time | relevance | path

Searched refs:src (Results 7026 - 7050 of 14322) sorted by relevance

1...<<281282283284285286287288289290>>...573

/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedBase.hpp104 void SetBlendFunci(int idx, glw::GLenum src, glw::GLenum dst);
112 void SetBlendFunc(glw::GLenum src, glw::GLenum dst);
/third_party/skia/src/core/
H A DSkDraw.h17 #include "src/core/SkGlyphRunPainter.h"
18 #include "src/core/SkMask.h"
77 void drawPathCoverage(const SkPath& src, const SkPaint& paint, in drawPathCoverage() argument
81 this->drawPath(src, paint, nullptr, false, !isHairline, customBlitter); in drawPathCoverage()
H A DSkBlendModeBlender.cpp8 #include "src/core/SkBlendModeBlender.h"
9 #include "src/core/SkReadBuffer.h"
10 #include "src/core/SkWriteBuffer.h"
13 #include "src/gpu/GrFragmentProcessor.h"
14 #include "src/gpu/effects/GrBlendFragmentProcessor.h"
84 skvm::Color SkBlendModeBlender::onProgram(skvm::Builder* p, skvm::Color src, skvm::Color dst, in onProgram() argument
87 return p->blend(fMode, src, dst); in onProgram()
H A DSkMaskFilterBase.h17 #include "src/core/SkMask.h"
51 /** Create a new mask by filter the src mask.
52 If src.fImage == null, then do not allocate or create the dst image
56 @param dst the result of the filter. If src.fImage == null, dst should not allocate its image
57 @param src the original image to be filtered.
60 drawing a clipped object to know how much larger to allocate the src before
64 virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
85 * src mask as input. Since that is a potentially expensive operation, the subclass must also
125 * This function is used to implement filters that require an explicit src mask. It should only
128 * Implementations are free to get the GrContext from the src textur
[all...]
/third_party/skia/src/gpu/
H A DGrColorSpaceXform.h12 #include "src/core/SkColorSpacePriv.h"
13 #include "src/core/SkColorSpaceXformSteps.h"
14 #include "src/gpu/GrFragmentProcessor.h"
26 static sk_sp<GrColorSpaceXform> Make(SkColorSpace* src, SkAlphaType srcAT,
67 * the color space of the output from src to dst. If the child is null, fInputColor is used.
70 SkColorSpace* src, SkAlphaType srcAT,
/third_party/skia/src/gpu/dawn/
H A DGrDawnBuffer.cpp8 #include "src/gpu/dawn/GrDawnBuffer.h"
10 #include "src/gpu/dawn/GrDawnGpu.h"
91 bool GrDawnBuffer::onUpdateData(const void* src, size_t srcSizeInBytes) { in onUpdateData() argument
96 memcpy(fMapPtr, src, srcSizeInBytes); in onUpdateData()
/third_party/openssl/crypto/
H A Ds390x_arch.h33 void s390x_flip_endian32(unsigned char dst[32], const unsigned char src[32]);
34 void s390x_flip_endian64(unsigned char dst[64], const unsigned char src[64]);
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts_hw.c90 const PROV_CIPHER_CTX *src) in cipher_hw_aes_xts_copyctx()
92 PROV_AES_XTS_CTX *sctx = (PROV_AES_XTS_CTX *)src; in cipher_hw_aes_xts_copyctx()
89 cipher_hw_aes_xts_copyctx(PROV_CIPHER_CTX *dst, const PROV_CIPHER_CTX *src) cipher_hw_aes_xts_copyctx() argument
H A Dcipher_tdes_hw.c49 const PROV_CIPHER_CTX *src) in ossl_cipher_hw_tdes_copyctx()
51 PROV_TDES_CTX *sctx = (PROV_TDES_CTX *)src; in ossl_cipher_hw_tdes_copyctx()
48 ossl_cipher_hw_tdes_copyctx(PROV_CIPHER_CTX *dst, const PROV_CIPHER_CTX *src) ossl_cipher_hw_tdes_copyctx() argument
/third_party/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c63 struct poly1305_data_st *src = vsrc; in poly1305_dup() local
72 *dst = *src; in poly1305_dup()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DPostScriptTableBuilder.java359 * @param src The source table to initialize from.
361 public void initV1From(PostScriptTable src) { in initV1From() argument
362 src.readFontData().slice(0, V1_TABLE_SIZE).copyTo(v1Data); in initV1From()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dlistformatter.h98 FormattedList(FormattedList&& src) U_NOEXCEPT;
116 FormattedList& operator=(FormattedList&& src) U_NOEXCEPT;
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_writer_utils.h17 #include "src/webp/types.h"
110 int VP8LBitWriterClone(const VP8LBitWriter* const src,
120 void VP8LBitWriterSwap(VP8LBitWriter* const src, VP8LBitWriter* const dst);
H A Dutils.h19 #include "src/webp/config.h"
25 #include "src/dsp/dsp.h"
26 #include "src/webp/types.h"
171 // Copy width x height pixels from 'src' to 'dst' honoring the strides.
172 WEBP_EXTERN void WebPCopyPlane(const uint8_t* src, int src_stride,
176 // Copy ARGB pixels from 'src' to 'dst' honoring strides. 'src' and 'dst' are
178 WEBP_EXTERN void WebPCopyPixels(const struct WebPPicture* const src,
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_structures.c146 copy_buffer(const void *src, size_t src_size, void **dst, size_t *dst_size) in copy_buffer() argument
158 memcpy(*dst + *dst_size, src, src_size); in copy_buffer()
/third_party/skia/src/ports/
H A DSkImageGeneratorCG.cpp12 #include "src/core/SkPixmapPriv.h"
13 #include "src/utils/mac/SkUniqueCFRef.h"
107 ImageGeneratorCG::ImageGeneratorCG(const SkImageInfo& info, SkUniqueCFRef<CGImageSourceRef> src, in ImageGeneratorCG() argument
110 , fImageSrc(std::move(src)) in ImageGeneratorCG()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDeviceInitializationTests.cpp72 wgpu::Buffer src = in TEST_F() local
79 encoder.CopyBufferToBuffer(src, 0, dst, 0, 4 * sizeof(uint32_t)); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDKernelCodeT.h51 // Gets bits for specified mask from specified src packed instance.
52 #define AMD_HSA_BITS_GET(src, mask) \
53 ((src & mask) >> mask ## _SHIFT) \
/third_party/skia/third_party/externals/tint/src/transform/
H A Dpad_array_elements.cc15 #include "src/transform/pad_array_elements.h"
20 #include "src/program_builder.h"
21 #include "src/sem/array.h"
22 #include "src/sem/call.h"
23 #include "src/sem/expression.h"
24 #include "src/sem/type_constructor.h"
25 #include "src/utils/map.h"
41 /// @param padded_arrays a map of src array type to the new array name
101 auto& sem = ctx.src->Sem();
110 auto* type = ctx.src
[all...]
H A Dremove_phonies.cc15 #include "src/transform/remove_phonies.h"
22 #include "src/ast/traverse_expressions.h"
23 #include "src/program_builder.h"
24 #include "src/sem/block_statement.h"
25 #include "src/sem/function.h"
26 #include "src/sem/statement.h"
27 #include "src/sem/variable.h"
28 #include "src/utils/map.h"
29 #include "src/utils/scoped_assignment.h"
72 auto& sem = ctx.src in Run()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytesinkutil.h36 /** The few bytes at [src, nextSrc[ were mapped/changed to valid code point c. */
37 static inline void appendCodePoint(const uint8_t *src, const uint8_t *nextSrc, UChar32 c, in appendCodePoint() argument
39 appendCodePoint((int32_t)(nextSrc - src), c, sink, edits); in appendCodePoint()
H A Dcharstr.h59 * Move constructor; might leave src in an undefined state.
62 CharString(CharString &&src) U_NOEXCEPT;
64 * Move assignment operator; might leave src in an undefined state.
66 * The behavior is undefined if *this and src are the same object.
68 CharString &operator=(CharString &&src) U_NOEXCEPT;
H A Duinvchar.h206 uprv_aestrncpy(uint8_t *dst, const uint8_t *src, int32_t n);
215 uprv_eastrncpy(uint8_t *dst, const uint8_t *src, int32_t n);
H A Duscript.cpp32 setCodes(const UScriptCode *src, int32_t length, in setCodes() argument
41 dest[i] = src[i]; in setCodes()
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
H A Dalways-builds-under-with-force-option.js17 //// [/src/core/anotherModule.ts]
21 //// [/src/core/index.ts]
27 //// [/src/core/some_decl.d.ts]
31 //// [/src/core/tsconfig.json]
41 //// [/src/logic/index.ts]
50 //// [/src/logic/tsconfig.json]
65 //// [/src/tests/index.ts]
76 //// [/src/tests/tsconfig.json]
91 //// [/src/ui/index.ts]
99 //// [/src/u
[all...]

Completed in 23 milliseconds

1...<<281282283284285286287288289290>>...573