Home
last modified time | relevance | path

Searched defs:src (Results 851 - 875 of 4010) sorted by relevance

1...<<31323334353637383940>>...161

/third_party/skia/src/effects/
H A DSkTableMaskFilter.cpp49 bool SkTableMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, in filterMask() argument
H A DSkShaderMaskFilter.cpp58 static void rect_memcpy(void* dst, size_t dstRB, const void* src, size_t srcRB, in rect_memcpy() argument
67 filterMask(SkMask* dst, const SkMask& src, const SkMatrix& ctm, SkIPoint* margin) const filterMask() argument
[all...]
/third_party/skia/src/gpu/dawn/
H A DGrDawnBuffer.cpp91 bool GrDawnBuffer::onUpdateData(const void* src, size_t srcSizeInBytes) { in onUpdateData() argument
/third_party/skia/samplecode/
H A DSamplePolyToPoly.cpp23 SkPoint src[] = { { 0, 0 }, in PolyToPolyView() local
75 SkPoint src[4], dst[4]; in doDraw() local
/third_party/skia/src/core/
H A DSkSpriteBlitter_RGB565.cpp19 static void S32_src(uint16_t dst[], const SkPMColor src[], int count) { in S32_src() argument
25 static void S32_srcover(uint16_t dst[], const SkPMColor src[], int count) { in S32_srcover() argument
33 Sprite_D16_S32(const SkPixmap& src, SkBlendMode mode) : INHERITED(src) { in Sprite_D16_S32() argument
43 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); global() variable
100 S32_src_da8(uint8_t dst[], const SkPMColor src[], int count) S32_src_da8() argument
106 S32_srcover_da8(uint8_t dst[], const SkPMColor src[], int count) S32_srcover_da8() argument
122 Sprite_D8_S32(const SkPixmap& src, SkBlendMode mode) Sprite_D8_S32() argument
132 const uint32_t* SK_RESTRICT src = fSource.addr32(x - fLeft, y - fTop); global() variable
[all...]
H A DSkTLazy.h23 explicit SkTLazy(const T* src) : fPtr(src ? new (&fStorage) T(*src) : nullptr) {} in SkTLazy() argument
65 T* set(const T& src) { in set() argument
74 T* set(T&& src) { in set() argument
[all...]
H A DSkBlitRow_D32.cpp29 static inline __m128i SkPMLerp_SSE2(const __m128i& src, in SkPMLerp_SSE2() argument
58 static void blit_row_s32_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) { in blit_row_s32_blend() argument
13 blit_row_s32_opaque(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) blit_row_s32_opaque() argument
83 SkBlendARGB32_SSE2(const __m128i& src, const __m128i& dst, const unsigned aa) SkBlendARGB32_SSE2() argument
123 blit_row_s32a_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) blit_row_s32a_blend() argument
151 blit_row_s32_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) blit_row_s32_blend() argument
196 blit_row_s32a_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) blit_row_s32a_blend() argument
[all...]
H A DSkBlitter_RGB565.cpp16 static void D16_S32X_src(uint16_t dst[], const SkPMColor src[], int count, uint8_t coverage) { in D16_S32X_src() argument
23 static void D16_S32X_src_coverage(uint16_t dst[], const SkPMColor src[], int count, in D16_S32X_src_coverage() argument
41 static void D16_S32A_srcover(uint16_t dst[], const SkPMColor src[], int count, uint8_t coverage) { in D16_S32A_srcover() argument
48 static void D16_S32A_srcover_coverage(uint16_t dst[], const SkPMColor src[], in argument
[all...]
H A DSkBlitter_A8.cpp81 const uint8_t* src = mask.getAddr8(x, y); in blitMask() local
H A DSkMask.cpp58 SkMask SkMask::PrepareDestination(int radiusX, int radiusY, const SkMask& src) { in PrepareDestination() argument
/third_party/skia/src/opts/
H A DSkBlitRow_opts.h25 static inline __m512i SkPMSrcOver_SKX(const __m512i& src, const __m512i& dst) { in SkPMSrcOver_SKX() argument
56 static inline __m256i SkPMSrcOver_AVX2(const __m256i& src, const __m256i& dst) { in SkPMSrcOver_AVX2() argument
105 static inline __m128i SkPMSrcOver_SSE2(const __m128i& src, const __m128i& dst) { in SkPMSrcOver_SSE2() argument
131 SkPMSrcOver_neon8(uint8x8x4_t dst, uint8x8x4_t src) SkPMSrcOver_neon8() argument
142 SkPMSrcOver_neon2(uint8x8_t dst, uint8x8_t src) SkPMSrcOver_neon2() argument
153 blit_row_s32a_opaque(SkPMColor* dst, const SkPMColor* src, int len, U8CPU alpha) blit_row_s32a_opaque() argument
223 blit_row_color32(SkPMColor* dst, const SkPMColor* src, int count, SkPMColor color) blit_row_color32() argument
[all...]
/third_party/skia/src/gpu/
H A DGrPaint.h45 static GrPaint Clone(const GrPaint& src) { return GrPaint(src); } in Clone() argument
/third_party/skia/src/images/
H A DSkWebpEncoder.cpp100 const SkPixmap* src = &pixmap; in Encode() local
/third_party/skia/src/effects/imagefilters/
H A DSkComposeImageFilter.cpp113 SkIRect SkComposeImageFilter::onFilterBounds(const SkIRect& src, const SkMatrix& ctm, in onFilterBounds() argument
[all...]
/third_party/skia/src/gpu/effects/
H A DGrBlendFragmentProcessor.cpp29 static std::unique_ptr<GrFragmentProcessor> Make(std::unique_ptr<GrFragmentProcessor> src, in Make() argument
47 BlendFragmentProcessor(std::unique_ptr<GrFragmentProcessor> src, in BlendFragmentProcessor() argument
67 OptFlags(const GrFragmentProcessor* src, const GrFragmentProcessor* dst, SkBlendMode mode) OptFlags() argument
157 const auto* src = this->childProcessor(0); global() variable
229 Make( std::unique_ptr<GrFragmentProcessor> src, std::unique_ptr<GrFragmentProcessor> dst, SkBlendMode mode) Make() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
H A Dmain.go
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_des_hw.c41 cipher_hw_des_copyctx(PROV_CIPHER_CTX *dst, const PROV_CIPHER_CTX *src) cipher_hw_des_copyctx() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_loader.h47 void SetSource(const std::string& src) { source_ = src; } in SetSource() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_loader.h47 void SetSource(const std::string& src) { source_ = src; } in SetSource() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_ext_inst_debug_test.cpp284 const std::string src = R"( in TEST_F() local
302 const std::string src = R"( in TEST_F() local
321 const std::string src = R"( in TEST_F() local
346 const std::string src = R"( TEST_F() local
372 const std::string src = R"( TEST_P() local
411 const std::string src = R"( TEST_P() local
464 const std::string src = R"( TEST_F() local
493 const std::string src = R"( TEST_F() local
523 const std::string src = R"( TEST_F() local
563 const std::string src = R"( TEST_F() local
588 const std::string src = R"( TEST_F() local
628 const std::string src = R"( TEST_F() local
669 const std::string src = R"( TEST_P() local
687 const std::string src = R"( TEST_P() local
704 const std::string src = R"( TEST_P() local
721 const std::string src = R"( TEST_P() local
746 const std::string src = R"( TEST_F() local
766 const std::string src = R"( TEST_F() local
789 const std::string src = R"( TEST_F() local
818 const std::string src = R"( TEST_F() local
851 const std::string src = R"( TEST_F() local
887 const std::string src = R"( TEST_F() local
920 const std::string src = R"( TEST_F() local
956 const std::string src = R"( TEST_F() local
987 const std::string src = R"( TEST_F() local
1021 const std::string src = R"( TEST_F() local
1052 const std::string src = R"( TEST_F() local
1085 const std::string src = R"( TEST_F() local
1119 const std::string src = R"( TEST_F() local
1156 const std::string src = R"( TEST_F() local
1183 const std::string src = R"( TEST_F() local
1217 const std::string src = R"( TEST_F() local
1247 const std::string src = R"( TEST_F() local
1279 const std::string src = R"( TEST_F() local
1311 const std::string src = R"( TEST_F() local
1343 const std::string src = R"( TEST_F() local
1380 const std::string src = R"( TEST_F() local
1410 const std::string src = R"( TEST_F() local
1448 const std::string src = R"( TEST_F() local
1481 const std::string src = R"( TEST_F() local
1516 const std::string src = R"( TEST_F() local
1551 const std::string src = R"( TEST_F() local
1586 const std::string src = R"( TEST_F() local
1627 const std::string src = R"( TEST_F() local
1654 const std::string src = R"( TEST_F() local
1684 const std::string src = R"( TEST_F() local
1714 const std::string src = R"( TEST_F() local
1744 const std::string src = R"( TEST_F() local
1774 const std::string src = R"( TEST_F() local
1807 const std::string src = R"( TEST_F() local
1840 const std::string src = R"( TEST_F() local
1873 const std::string src = R"( TEST_F() local
1901 const std::string src = R"( TEST_P() local
1948 const std::string src = R"( TEST_F() local
1979 const std::string src = R"( TEST_P() local
2033 const std::string src = R"( TEST_F() local
2065 const std::string src = R"( TEST_F() local
2097 const std::string src = R"( TEST_F() local
2129 const std::string src = R"( TEST_F() local
2164 const std::string src = R"( TEST_F() local
2199 const std::string src = R"( TEST_F() local
2234 const std::string src = R"( TEST_F() local
2265 const std::string src = R"( TEST_P() local
2327 const std::string src = R"( TEST_F() local
2361 const std::string src = R"( TEST_P() local
2426 const std::string src = R"( TEST_F() local
2472 const std::string src = R"( TEST_P() local
2554 const std::string src = R"( TEST_P() local
2620 const std::string src = R"( TEST_P() local
2671 const std::string src = R"( TEST_F() local
2717 const std::string src = R"( TEST_P() local
2793 const std::string src = R"( TEST_P() local
2862 const std::string src = R"( TEST_F() local
2890 const std::string src = R"( TEST_P() local
2950 const std::string src = R"( TEST_P() local
3004 const std::string src = R"( TEST_F() local
3041 const std::string src = R"( TEST_P() local
3106 const std::string src = R"( TEST_P() local
3168 const std::string src = R"( TEST_F() local
3189 const std::string src = R"( TEST_P() local
3224 const std::string src = R"( TEST_F() local
3249 const std::string src = R"( TEST_F() local
3274 const std::string src = R"( TEST_F() local
3302 const std::string src = R"( TEST_P() local
3345 const std::string src = R"( TEST_F() local
3376 const std::string src = R"( TEST_F() local
3407 const std::string src = R"( TEST_F() local
3435 const std::string src = R"( TEST_P() local
3485 const std::string src = R"( TEST_F() local
3517 const std::string src = R"( TEST_P() local
3571 const std::string src = R"( TEST_F() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdatasrc.c50 my_src_ptr src = (my_src_ptr)cinfo->src; in init_source() local
104 my_src_ptr src = (my_src_ptr)cinfo->src; in METHODDEF() local
165 struct jpeg_source_mgr *src = cinfo->src; skip_input_data() local
219 my_src_ptr src; jpeg_stdio_src() local
266 struct jpeg_source_mgr *src; jpeg_mem_src() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ddbgutil.cpp140 udbg_escape(const UnicodeString &src, UnicodeString *dst) in udbg_escape() argument
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Dmux_types.h82 static WEBP_INLINE int WebPDataCopy(const WebPData* src, WebPData* dst) { in WebPDataCopy() argument
/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
/third_party/skia/src/utils/
H A DSkBase64.cpp34 const unsigned char* src = static_cast<const unsigned char*>(srcv); in Decode() local
[all...]

Completed in 12 milliseconds

1...<<31323334353637383940>>...161