Home
last modified time | relevance | path

Searched refs:src (Results 3301 - 3325 of 7383) sorted by relevance

1...<<131132133134135136137138139140>>...296

/third_party/skia/src/gpu/vk/
H A DGrVkMSAALoadManager.cpp8 #include "src/gpu/vk/GrVkMSAALoadManager.h"
11 #include "src/core/SkTraceEvent.h"
12 #include "src/gpu/GrDirectContextPriv.h"
13 #include "src/gpu/GrResourceProvider.h"
14 #include "src/gpu/vk/GrVkBuffer.h"
15 #include "src/gpu/vk/GrVkCommandBuffer.h"
16 #include "src/gpu/vk/GrVkDescriptorSet.h"
17 #include "src/gpu/vk/GrVkGpu.h"
18 #include "src/gpu/vk/GrVkImageView.h"
19 #include "src/gp
116 loadMSAAFromResolve(GrVkGpu* gpu, GrVkCommandBuffer* commandBuffer, const GrVkRenderPass& renderPass, GrAttachment* dst, GrVkImage* src, const SkIRect& rect) loadMSAAFromResolve() argument
[all...]
/third_party/openssl/providers/implementations/macs/
H A Dgmac_prov.c77 struct gmac_data_st *src = vsrc; in gmac_dup() local
83 dst = gmac_new(src->provctx); in gmac_dup()
87 if (!EVP_CIPHER_CTX_copy(dst->ctx, src->ctx) in gmac_dup()
88 || !ossl_prov_cipher_copy(&dst->cipher, &src->cipher)) { in gmac_dup()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdhuff.h173 br_state.next_input_byte = cinfop->src->next_input_byte; \
174 br_state.bytes_in_buffer = cinfop->src->bytes_in_buffer; \
179 cinfop->src->next_input_byte = br_state.next_input_byte; \
180 cinfop->src->bytes_in_buffer = br_state.bytes_in_buffer; \
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Drescaler_mips32.c14 #include "src/dsp/dsp.h"
19 #include "src/utils/rescaler_utils.h"
25 const uint8_t* src) { in ImportRowShrink_MIPS32()
37 const uint8_t* src1 = src + channel; in ImportRowShrink_MIPS32()
85 const uint8_t* src) { in ImportRowExpand_MIPS32()
97 const uint8_t* src1 = src + channel; in ImportRowExpand_MIPS32()
24 ImportRowShrink_MIPS32(WebPRescaler* const wrk, const uint8_t* src) ImportRowShrink_MIPS32() argument
84 ImportRowExpand_MIPS32(WebPRescaler* const wrk, const uint8_t* src) ImportRowExpand_MIPS32() argument
/third_party/skia/tests/
H A DGrAHardwareBufferTest.cpp18 #include "src/gpu/GrAHardwareBufferImageGenerator.h"
19 #include "src/gpu/GrDirectContextPriv.h"
20 #include "src/gpu/GrGpu.h"
153 uint32_t* src = (uint32_t*)srcBitmap.getPixels(); in basic_draw_test_helper() local
157 src += (DEV_H-1)*DEV_W; in basic_draw_test_helper()
161 memcpy(dst, src, DEV_W * bbp); in basic_draw_test_helper()
162 src += nextLineStep; in basic_draw_test_helper()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dcalculate_array_length.cc15 #include "src/transform/calculate_array_length.h"
20 #include "src/ast/call_statement.h"
21 #include "src/ast/disable_validation_decoration.h"
22 #include "src/program_builder.h"
23 #include "src/sem/block_statement.h"
24 #include "src/sem/call.h"
25 #include "src/sem/statement.h"
26 #include "src/sem/struct.h"
27 #include "src/sem/variable.h"
28 #include "src/transfor
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/lexer/
H A Dlexer.go23 "dawn.googlesource.com/tint/tools/src/cmd/intrinsic-gen/tok"
27 func Lex(src []rune, filepath string) ([]tok.Token, error) {
30 src,
159 src := tok.Source{S: start, E: end}
160 l.tokens = append(l.tokens, tok.Token{Kind: k, Source: src, Runes: runes})
/third_party/skia/tools/
H A DHashAndEncode.cpp72 const void* src = bitmap.getPixels(); in HashAndEncode() local
76 if (!skcms_Transform(src, srcFmt, srcAlpha, &srcProfile, in HashAndEncode()
82 src = (char*)src + todo*SkColorTypeBytesPerPixel(bitmap.colorType()); in HashAndEncode()
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk117 # from `subprojects/dlg' to `src/dlg' and `include/dlg'.
119 ifeq ($(wildcard $(TOP_DIR)/src/dlg/dlg.*),)
177 $(info Copying files from `subprojects/dlg' to `src/dlg' and `include/dlg')
183 $(COPY) $(subst /,$(SEP),subprojects/dlg/src/dlg/dlg.c src/dlg)
/third_party/skia/include/core/
H A DSkPaint.h385 @param src SkPath read to create a filled version
386 @param dst resulting SkPath; may be the same as src, but may not be nullptr
392 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect,
395 bool getFillPath(const SkPath& src, SkPath* dst, const SkRect* cullRect,
400 Replaces dst with the src path modified by SkPathEffect and style stroke.
403 @param src SkPath read to create a filled version
404 @param dst resulting SkPath dst may be the same as src, but may not be nullptr
407 bool getFillPath(const SkPath& src, SkPath* dst) const { in getFillPath() argument
408 return this->getFillPath(src, dst, nullptr, 1); in getFillPath()
/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.cpp160 static void split (vector<string>& dst, const string& src) in split() argument
165 while ((end = src.find(' ', start)) != string::npos) in split()
167 dst.push_back(src.substr(start, end-start)); in split()
172 dst.push_back(src.substr(start, end-start)); in split()
/base/hiviewdfx/hiview/utility/common_utils/include/
H A Dtbox.h35 static bool GetPartial(const std::string& src, const std::string& res, std::string& des);
42 static int64_t GetHappenTime(const std::string& src, const std::string& regex);
/base/startup/hvb/libhvb/include/
H A Dhvb_sysdeps.h32 void *hvb_memcpy(void *dest, const void *src, size_t n);
33 int hvb_memcpy_s(void *dest, size_t destMax, const void *src, size_t count);
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_OffscreenCanvas/prop/
H A Dindex.js33 img.src = 'common/images/image.png';
48 img.src = 'common/images/image.png';
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_OffscreenCanvas/prop/
H A Dindex.js33 img.src = 'common/images/image.png';
48 img.src = 'common/images/image.png';
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_OffscreenCanvas/prop/
H A Dindex.js33 img.src = 'common/images/image.png';
48 img.src = 'common/images/image.png';
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_OffscreenCanvas/prop/
H A Dindex.js33 img.src = 'common/images/image.png';
48 img.src = 'common/images/image.png';
/test/xts/device_attest_lite/services/core/include/utils/
H A Dattest_utils.h56 int Sha256ValueToAscii(const unsigned char *src, int srcLen, unsigned char *dest, int destLen);
58 int Sha256Value(const unsigned char *src, int srcLen, char *dest, int destLen);
/third_party/ffmpeg/libavcodec/
H A Diirfilter.h58 * @param src source samples
65 const float *src, ptrdiff_t sstep, float *dst, ptrdiff_t dstep);
123 * @param src source samples
129 int size, const int16_t *src, ptrdiff_t sstep, int16_t *dst, ptrdiff_t dstep);
H A Dmdct15.h51 void (*mdct)(struct MDCT15Context *s, float *dst, const float *src, ptrdiff_t stride);
54 void (*imdct_half)(struct MDCT15Context *s, float *dst, const float *src,
/third_party/elfutils/libelf/
H A Dgelf_update_syminfo.c42 gelf_update_syminfo (Elf_Data *data, int ndx, GElf_Syminfo *src) in gelf_update_syminfo() argument
72 ((GElf_Syminfo *) data_scn->d.d_buf)[ndx] = *src; in gelf_update_syminfo()
H A Dgelf_update_verdaux.c42 gelf_update_verdaux (Elf_Data *data, int offset, GElf_Verdaux *src) in gelf_update_verdaux() argument
70 memcpy ((char *) data_scn->d.d_buf + offset, src, sizeof (GElf_Verdaux)); in gelf_update_verdaux()
H A Dgelf_update_vernaux.c42 gelf_update_vernaux (Elf_Data *data, int offset, GElf_Vernaux *src) in gelf_update_vernaux() argument
70 memcpy ((char *) data_scn->d.d_buf + offset, src, sizeof (GElf_Vernaux)); in gelf_update_vernaux()
H A Dgelf_update_verneed.c42 gelf_update_verneed (Elf_Data *data, int offset, GElf_Verneed *src) in gelf_update_verneed() argument
70 memcpy ((char *) data_scn->d.d_buf + offset, src, sizeof (GElf_Verneed)); in gelf_update_verneed()
H A Dgelf_update_verdef.c42 gelf_update_verdef (Elf_Data *data, int offset, GElf_Verdef *src) in gelf_update_verdef() argument
70 memcpy ((char *) data_scn->d.d_buf + offset, src, sizeof (GElf_Verdef)); in gelf_update_verdef()

Completed in 12 milliseconds

1...<<131132133134135136137138139140>>...296