Searched refs:dst (Results 6126 - 6150 of 10422) sorted by relevance
1...<<241242243244245246247248249250>>...417
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_quad.h | 99 LLVMValueRef* dst);
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.h | 21 int (*dupctx)(void *src, void *dst);
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | sdp.h | 44 char *pa_sdp_build(int af, const void *src, const void *dst, const char *name, uint16_t port, uint8_t payload, const pa_sample_spec *ss, bool enable_opus);
|
/third_party/skia/src/effects/ |
H A D | SkEmbossMaskFilter.h | 32 bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
|
H A D | SkDashImpl.h | 20 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
|
H A D | SkTrimPE.h | 20 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
|
/third_party/skia/src/codec/ |
H A D | SkSampler.h | 59 * @param dst 68 static void Fill(const SkImageInfo& info, void* dst, size_t rowBytes,
|
H A D | SkRawCodec.h | 37 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
|
H A D | SkMaskSwizzler.h | 36 void swizzle(void* dst, const uint8_t* SK_RESTRICT src); 66 int fDstWidth; // Width of dst, which may differ with sampling.
|
/third_party/skia/src/core/ |
H A D | SkTextBlobTrace.h | 36 // If `dst` is nullptr, write to a file. 37 void dump(SkWStream* dst = nullptr) const;
|
H A D | SkXfermodePriv.h | 23 virtual void xfer32(SkPMColor dst[], const SkPMColor src[], int count,
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkMSAALoadManager.h | 33 GrAttachment* dst,
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.h | 21 int (*dupctx)(void *src, void *dst);
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | imageio_util.h | 51 // Copy width x height pixels from 'src' to 'dst' honoring the strides. 53 uint8_t* dst, int dst_stride, int width, int height);
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | dbgutil.h | 41 udbg_escape(const icu::UnicodeString &s, icu::UnicodeString *dst);
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | alias.cc | 41 return ctx->dst->create<Alias>(src, sym, ty); in Clone()
|
H A D | atomic.cc | 41 return ctx->dst->create<Atomic>(src, ty); in Clone()
|
H A D | binding_decoration.cc | 40 return ctx->dst->create<BindingDecoration>(src, value); in Clone()
|
H A D | bitcast_expression.cc | 42 return ctx->dst->create<BitcastExpression>(src, t, e); in Clone()
|
H A D | block_statement.cc | 42 return ctx->dst->create<BlockStatement>(src, stmts); in Clone()
|
H A D | builtin_decoration.cc | 40 return ctx->dst->create<BuiltinDecoration>(src, builtin); in Clone()
|
H A D | call_statement.cc | 40 return ctx->dst->create<CallStatement>(src, call); in Clone()
|
H A D | depth_multisampled_texture.cc | 52 return ctx->dst->create<DepthMultisampledTexture>(src, dim); in Clone()
|
H A D | else_statement.cc | 43 return ctx->dst->create<ElseStatement>(src, cond, b); in Clone()
|
H A D | group_decoration.cc | 38 return ctx->dst->create<GroupDecoration>(src, value); in Clone()
|
Completed in 10 milliseconds
1...<<241242243244245246247248249250>>...417