Home
last modified time | relevance | path

Searched refs:src (Results 2826 - 2850 of 7383) sorted by relevance

1...<<111112113114115116117118119120>>...296

/third_party/skia/src/gpu/effects/
H A DGrMatrixEffect.cpp8 #include "src/gpu/effects/GrMatrixEffect.h"
10 #include "src/gpu/GrTexture.h"
11 #include "src/gpu/effects/GrTextureEffect.h"
12 #include "src/gpu/glsl/GrGLSLFragmentShaderBuilder.h"
13 #include "src/gpu/glsl/GrGLSLProgramBuilder.h"
14 #include "src/sksl/SkSLUtil.h"
69 GrMatrixEffect::GrMatrixEffect(const GrMatrixEffect& src) in GrMatrixEffect() argument
70 : INHERITED(src) in GrMatrixEffect()
71 , fMatrix(src.fMatrix) {} in GrMatrixEffect()
/third_party/skia/src/core/
H A DSkBlenderBase.h14 #include "src/core/SkArenaAlloc.h"
15 #include "src/core/SkVM.h"
36 skvm::Color program(skvm::Builder* p, skvm::Color src, skvm::Color dst, in program() argument
39 return this->onProgram(p, src, dst, colorInfo, uniforms, alloc); in program()
59 virtual skvm::Color onProgram(skvm::Builder* p, skvm::Color src, skvm::Color dst,
/third_party/skia/third_party/externals/jinja2/
H A Dnativetypes.py62 if finalize.src is not None:
63 self.write(finalize.src)
66 if finalize.src is not None:
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dwebpi_dec.h21 #include "src/utils/rescaler_utils.h"
22 #include "src/dec/vp8_dec.h"
113 // Copy 'src' into 'dst' buffer, making sure 'dst' is not marked as owner of the
114 // memory (still held by 'src'). No pixels are copied.
115 void WebPCopyDecBuffer(const WebPDecBuffer* const src,
118 // Copy and transfer ownership from src to dst (beware of parameter order!)
119 void WebPGrabDecBuffer(WebPDecBuffer* const src, WebPDecBuffer* const dst);
121 // Copy pixels from 'src' into a *preallocated* 'dst' buffer. Returns
123 VP8StatusCode WebPCopyDecBufferPixels(const WebPDecBuffer* const src,
/third_party/skia/src/utils/
H A DSkTextUtils.cpp11 #include "src/core/SkFontPriv.h"
39 font.getPaths(ag.glyphs(), ag.count(), [](const SkPath* src, const SkMatrix& mx, void* ctx) { in GetPath()
41 if (src) { in GetPath()
44 rec->fDst->addPath(*src, m); in GetPath()
/third_party/skia/third_party/externals/tint/src/ast/
H A Dassignment_statement_test.cc15 #include "src/ast/assignment_statement.h"
18 #include "src/ast/test_helper.h"
41 auto src = stmt->source; in TEST_F() local
42 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F()
43 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F()
H A Dbinary_expression_test.cc16 #include "src/ast/test_helper.h"
40 auto src = r->source; in TEST_F() local
41 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F()
42 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F()
H A Delse_statement_test.cc16 #include "src/ast/discard_statement.h"
17 #include "src/ast/if_statement.h"
18 #include "src/ast/test_helper.h"
42 auto src = e->source; in TEST_F() local
43 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F()
44 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F()
H A Dif_statement_test.cc15 #include "src/ast/if_statement.h"
18 #include "src/ast/discard_statement.h"
19 #include "src/ast/test_helper.h"
32 auto src = stmt->source; in TEST_F() local
33 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F()
34 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F()
H A Dindex_accessor_expression_test.cc16 #include "src/ast/test_helper.h"
38 auto src = exp->source; in TEST_F() local
39 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F()
40 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F()
H A Dmember_accessor_expression_test.cc16 #include "src/ast/test_helper.h"
36 auto src = stmt->source; in TEST_F() local
37 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F()
38 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F()
/third_party/typescript/tests/baselines/reference/tsbuild/declarationEmit/
H A Dwhen-declaration-file-used-inferred-type-from-referenced-project.js17 //// [/src/packages/pkg1/src/index.ts]
25 //// [/src/packages/pkg1/tsconfig.json]
26 {"extends":"../../tsconfig","compilerOptions":{"outDir":"lib"},"include":["src"]}
28 //// [/src/packages/pkg2/src/index.ts]
35 //// [/src/packages/pkg2/tsconfig.json]
36 {"extends":"../../tsconfig","compilerOptions":{"outDir":"lib"},"include":["src"],"references":[{"path":"../pkg1"}]}
38 //// [/src/tsconfig.json]
39 {"compilerOptions":{"composite":true,"baseUrl":".","paths":{"@fluentui/*":["packages/*/src"]}}}
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/
H A Dbuilds-till-project-specified.js17 //// [/src/first/first_PART1.ts]
31 //// [/src/first/first_part2.ts]
35 //// [/src/first/first_part3.ts]
40 //// [/src/first/tsconfig.json]
62 //// [/src/second/second_part1.ts]
76 //// [/src/second/second_part2.ts]
84 //// [/src/second/tsconfig.json]
102 //// [/src/third/third_part1.ts]
107 //// [/src/third/tsconfig.json]
133 /lib/tsc --build /src/secon
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A Dmultiple-emitHelpers-in-different-projects.js17 //// [/src/first/first_PART1.ts]
33 //// [/src/first/first_part2.ts]
37 //// [/src/first/first_part3.ts]
42 //// [/src/first/tsconfig.json]
64 //// [/src/second/second_part1.ts]
81 //// [/src/second/second_part2.ts]
89 //// [/src/second/tsconfig.json]
108 //// [/src/third/third_part1.ts]
115 //// [/src/third/tsconfig.json]
141 /lib/tsc --b /src/thir
[all...]
/third_party/alsa-utils/topology/nhlt/intel/dmic/
H A Ddmic-debug.h13 void dmic_print_bytes_as_hex(uint8_t *src, size_t size);
14 void dmic_print_integers_as_hex(uint32_t *src, size_t size);
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-3483.js15 function assertThrows(src) {
17 eval(src);
/third_party/musl/libc-test/src/regression/
H A Dwcsncpy-read-overflow.c8 wchar_t src[] = { 0, 'b' }; in main() local
10 wcsncpy(dst, src, 1); in main()
H A Dscanf-nullbyte-char.c9 char src[] = { 'b', 'b', 0 }; in main() local
11 if (sscanf(src, "%c", dst) != 1) in main()
/third_party/musl/src/string/
H A Dstrcat.c3 char *strcat(char *restrict dest, const char *restrict src) in strcat() argument
5 strcpy(dest + strlen(dest), src); in strcat()
H A Dmempcpy.c4 void *mempcpy(void *dest, const void *src, size_t n) in mempcpy() argument
6 return (char *)memcpy(dest, src, n) + n; in mempcpy()
H A Dwcscat.c3 wchar_t *wcscat(wchar_t *restrict dest, const wchar_t *restrict src) in wcscat() argument
5 wcscpy(dest + wcslen(dest), src); in wcscat()
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrcat.c3 char *strcat(char *restrict dest, const char *restrict src) in strcat() argument
5 strcpy(dest + strlen(dest), src); in strcat()
/third_party/musl/src/linux/
H A Dtee.c5 ssize_t tee(int src, int dest, size_t len, unsigned flags) in tee() argument
7 return syscall(SYS_tee, src, dest, len, flags); in tee()
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcse-cmp-next.c1 void foo(int p, int i, int f, int *ref, int *dst, int *src) in foo() argument
6 dst[i] = src[i]; in foo()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_swizzle.h35 unsigned int r300FPTranslateRGBSwizzle(unsigned int src, unsigned int swizzle);
36 unsigned int r300FPTranslateAlphaSwizzle(unsigned int src, unsigned int swizzle);

Completed in 8 milliseconds

1...<<111112113114115116117118119120>>...296