| /third_party/skia/src/effects/ |
| H A D | SkTableMaskFilter.cpp | 49 bool SkTableMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, in filterMask() argument
|
| H A D | SkShaderMaskFilter.cpp | 58 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 D | GrDawnBuffer.cpp | 91 bool GrDawnBuffer::onUpdateData(const void* src, size_t srcSizeInBytes) { in onUpdateData() argument
|
| /third_party/skia/samplecode/ |
| H A D | SamplePolyToPoly.cpp | 23 SkPoint src[] = { { 0, 0 }, in PolyToPolyView() local 75 SkPoint src[4], dst[4]; in doDraw() local
|
| /third_party/skia/src/core/ |
| H A D | SkSpriteBlitter_RGB565.cpp | 19 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 D | SkTLazy.h | 23 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 D | SkBlitRow_D32.cpp | 29 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 D | SkBlitter_RGB565.cpp | 16 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 D | SkBlitter_A8.cpp | 81 const uint8_t* src = mask.getAddr8(x, y); in blitMask() local
|
| H A D | SkMask.cpp | 58 SkMask SkMask::PrepareDestination(int radiusX, int radiusY, const SkMask& src) { in PrepareDestination() argument
|
| /third_party/skia/src/opts/ |
| H A D | SkBlitRow_opts.h | 25 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 D | GrPaint.h | 45 static GrPaint Clone(const GrPaint& src) { return GrPaint(src); } in Clone() argument
|
| /third_party/skia/src/images/ |
| H A D | SkWebpEncoder.cpp | 100 const SkPixmap* src = &pixmap; in Encode() local
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkComposeImageFilter.cpp | 113 SkIRect SkComposeImageFilter::onFilterBounds(const SkIRect& src, const SkMatrix& ctm, in onFilterBounds() argument [all...] |
| /third_party/skia/src/gpu/effects/ |
| H A D | GrBlendFragmentProcessor.cpp | 29 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 D | main.go | |
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_des_hw.c | 41 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 D | ir_loader.h | 47 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 D | ir_loader.h | 47 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 D | val_ext_inst_debug_test.cpp | 284 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 D | jdatasrc.c | 50 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 D | dbgutil.cpp | 140 udbg_escape(const UnicodeString &src, UnicodeString *dst) in udbg_escape() argument
|
| /third_party/skia/third_party/externals/libwebp/src/webp/ |
| H A D | mux_types.h | 82 static WEBP_INLINE int WebPDataCopy(const WebPData* src, WebPData* dst) { in WebPDataCopy() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | mhd2spdy_structures.c | 146 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 D | SkBase64.cpp | 34 const unsigned char* src = static_cast<const unsigned char*>(srcv); in Decode() local [all...] |