Home
last modified time | relevance | path

Searched refs:dst (Results 3251 - 3275 of 5149) sorted by relevance

1...<<131132133134135136137138139140>>...206

/third_party/skia/third_party/externals/tint/src/ast/
H A Dsampler.cc49 return ctx->dst->create<Sampler>(src, kind); in Clone()
H A Dsint_literal_expression.cc39 return ctx->dst->create<SintLiteralExpression>(src, value); in Clone()
H A Dstage_decoration.cc40 return ctx->dst->create<StageDecoration>(src, stage); in Clone()
H A Dstride_decoration.cc38 return ctx->dst->create<StrideDecoration>(src, stride); in Clone()
H A Dstruct_member_align_decoration.cc42 return ctx->dst->create<StructMemberAlignDecoration>(src, align); in Clone()
H A Dstruct_member_offset_decoration.cc41 return ctx->dst->create<StructMemberOffsetDecoration>(src, offset); in Clone()
H A Dstruct_member_size_decoration.cc42 return ctx->dst->create<StructMemberSizeDecoration>(src, size); in Clone()
H A Dtype_name.cc38 return ctx->dst->create<TypeName>(src, n); in Clone()
H A Dunary_op_expression.cc41 return ctx->dst->create<UnaryOpExpression>(src, op, e); in Clone()
H A Dvariable_decl_statement.cc41 return ctx->dst->create<VariableDeclStatement>(src, var); in Clone()
/third_party/skia/third_party/externals/icu/source/common/
H A Duelement.h64 * @param dst The element to be assigned to
67 typedef void U_CALLCONV UElementAssigner(UElement *dst, UElement *src);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Durep.h116 * [<tt>start</tt>, <tt>limit</tt>) into the array <tt>dst</tt>.
123 * @param dst array in which to copy characters. The length of
124 * <tt>dst</tt> must be at least <tt>(limit - start)</tt>.
130 UChar* dst);
/third_party/skia/include/core/
H A DSkBlendMode.h79 * ('dstCoeff' * dst + 'srcCoeff' * src), where the coefficient values are constants, functions of
80 * the src or dst alpha, or functions of the src or dst color.
87 kDC, /** dst color */
88 kIDC, /** inverse dst color (i.e. 1 - dc) */
91 kDA, /** dst alpha */
92 kIDA, /** inverse dst alpha (i.e. 1 - da) */
99 * returned, the mode's src and dst coefficient functions are set in 'src' and 'dst'.
101 SK_API bool SkBlendMode_AsCoeff(SkBlendMode mode, SkBlendModeCoeff* src, SkBlendModeCoeff* dst);
[all...]
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dhmac.rs29 pub fn HMAC_CTX_copy(dst: *mut HMAC_CTX, src: *mut HMAC_CTX) -> c_int; in HMAC_CTX_copy()
/third_party/vk-gl-cts/framework/opengl/
H A DgluPixelTransfer.hpp42 void readPixels (const RenderContext& context, int x, int y, const tcu::PixelBufferAccess& dst);
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidAssets.hpp54 void read (deUint8* dst, int numBytes);
H A DtcuAndroidUtil.hpp53 void describePlatform (ANativeActivity* activity, std::ostream& dst);
/third_party/vk-gl-cts/framework/platform/ohos/
H A DtcuOhosPlatform.hpp41 void describePlatform (std::ostream& dst) const;
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py66 dst = "distributedtest" variable in TestType
90 "DST": TestType.dst,
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dltp_posix_driver.py106 for dst in dsts:
108 "shell chmod -R 777 {}".format(dst))
/third_party/ffmpeg/libavcodec/ppc/
H A Dfft_init.c74 #define STORE2(v,dst)\ in imdct_half_altivec()
75 j = dst;\ in imdct_half_altivec()
/third_party/ffmpeg/libavfilter/
H A Davfilter.h542 AVFilterContext *dst; ///< dest filter member
729 * @param dst the destination filter
734 AVFilterContext *dst, unsigned dstpad);
H A Dvf_entropy.c77 AVFilterContext *ctx = inlink->dst; in config_input()
104 AVFilterContext *ctx = inlink->dst; in filter_frame()
H A Daf_drmeter.c102 DRMeterContext *s = inlink->dst->priv; in filter_frame()
126 return ff_filter_frame(inlink->dst->outputs[0], buf); in filter_frame()
H A Dvf_addroi.c57 AVFilterContext *avctx = inlink->dst; in addroi_config_input()
96 AVFilterContext *avctx = inlink->dst; in addroi_filter_frame()

Completed in 15 milliseconds

1...<<131132133134135136137138139140>>...206