| /third_party/flutter/skia/third_party/externals/angle2/src/image_util/ |
| D | imageformats.cpp | 17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor() 26 void L8::writeColor(L8 *dst, const gl::ColorF *src) in writeColor() 31 void L8::average(L8 *dst, const L8 *src1, const L8 *src2) in average() 36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor() 44 void R8::readColor(gl::ColorF *dst, const R8 *src) in readColor() 52 void R8::writeColor(R8 *dst, const gl::ColorUI *src) in writeColor() 57 void R8::writeColor(R8 *dst, const gl::ColorF *src) in writeColor() 62 void R8::average(R8 *dst, const R8 *src1, const R8 *src2) in average() 67 void A8::readColor(gl::ColorF *dst, const A8 *src) in readColor() 75 void A8::writeColor(A8 *dst, const gl::ColorF *src) in writeColor() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/image_util/ |
| D | imageformats.cpp | 17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor() 26 void L8::writeColor(L8 *dst, const gl::ColorF *src) in writeColor() 31 void L8::average(L8 *dst, const L8 *src1, const L8 *src2) in average() 36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor() 44 void R8::readColor(gl::ColorF *dst, const R8 *src) in readColor() 52 void R8::writeColor(R8 *dst, const gl::ColorUI *src) in writeColor() 57 void R8::writeColor(R8 *dst, const gl::ColorF *src) in writeColor() 62 void R8::average(R8 *dst, const R8 *src1, const R8 *src2) in average() 67 void A8::readColor(gl::ColorF *dst, const A8 *src) in readColor() 75 void A8::writeColor(A8 *dst, const gl::ColorF *src) in writeColor() [all …]
|
| /third_party/benchmark/test/ |
| D | benchmark_gtest.cc | 12 std::vector<int> dst; in TEST() local 18 std::vector<int64_t> dst; in TEST() local 24 std::vector<int> dst; in TEST() local 30 std::vector<int64_t> dst; in TEST() local 36 std::vector<int8_t> dst; in TEST() local 42 std::vector<int64_t> dst; in TEST() local 51 std::vector<int> dst; in TEST() local 57 std::vector<int> dst; in TEST() local 63 std::vector<int> dst; in TEST() local 69 std::vector<int> dst; in TEST() local [all …]
|
| /third_party/skia/src/images/ |
| D | SkImageEncoderFns.h | 19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy() 23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha() 31 static void skcms(char* dst, const char* src, int n, in skcms() 38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray() 44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565() 50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX() 56 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX() 62 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444() 68 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA() 74 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA() [all …]
|
| /third_party/flutter/skia/src/images/ |
| D | SkImageEncoderFns.h | 19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy() 23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha() 31 static void skcms(char* dst, const char* src, int n, in skcms() 38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray() 44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565() 50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX() 56 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX() 62 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444() 68 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA() 74 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA() [all …]
|
| /third_party/boost/libs/gil/test/core/pixel/ |
| D | color_convert_cmyk.cpp | 40 pixel_dst_t dst; in operator ()() local 49 pixel_dst_t dst; in operator ()() local 89 pixel_dst_t dst; in operator ()() local 100 pixel_dst_t dst; in operator ()() local 111 pixel_dst_t dst; in operator ()() local 122 pixel_dst_t dst; in operator ()() local 133 pixel_dst_t dst; in operator ()() local 144 pixel_dst_t dst; in operator ()() local 155 pixel_dst_t dst; in operator ()() local 166 pixel_dst_t dst; in operator ()() local
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | string.h | 118 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument 119 #define memmove(dst, src, len) __memmove(dst, src, len) argument 120 #define strcat(dst, src) __strcat(dst, src) argument 121 #define strcpy(dst, src) __strcpy(dst, src) argument 122 #define strncat(dst, src, n) __strncat(dst, src, n) argument 123 #define strncpy(dst, src, n) __strncpy(dst, src, n) argument 129 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument 130 #define memmove(dst, src, len) __memmove(dst, src, len) argument 131 #define strcat(dst, src) __strcat(dst, src) argument 132 #define strcpy(dst, src) __strcpy(dst, src) argument [all …]
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| D | string.h | 114 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument 115 #define memmove(dst, src, len) __memmove(dst, src, len) argument 116 #define strcat(dst, src) __strcat(dst, src) argument 117 #define strcpy(dst, src) __strcpy(dst, src) argument 118 #define strncat(dst, src, n) __strncat(dst, src, n) argument 119 #define strncpy(dst, src, n) __strncpy(dst, src, n) argument 125 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument 126 #define memmove(dst, src, len) __memmove(dst, src, len) argument 127 #define strcat(dst, src) __strcat(dst, src) argument 128 #define strcpy(dst, src) __strcpy(dst, src) argument [all …]
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | h264qpel_mmi.c | 29 static inline void copy_block4_mmi(uint8_t *dst, const uint8_t *src, in copy_block4_mmi() 53 static inline void copy_block8_mmi(uint8_t *dst, const uint8_t *src, in copy_block8_mmi() 77 static inline void copy_block16_mmi(uint8_t *dst, const uint8_t *src, in copy_block16_mmi() 109 static void put_h264_qpel4_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in put_h264_qpel4_h_lowpass_mmi() 164 static void put_h264_qpel8_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in put_h264_qpel8_h_lowpass_mmi() 234 static void put_h264_qpel16_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in put_h264_qpel16_h_lowpass_mmi() 245 static void avg_h264_qpel4_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in avg_h264_qpel4_h_lowpass_mmi() 302 static void avg_h264_qpel8_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in avg_h264_qpel8_h_lowpass_mmi() 374 static void avg_h264_qpel16_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in avg_h264_qpel16_h_lowpass_mmi() 385 static void put_h264_qpel4_v_lowpass_mmi(uint8_t *dst, const uint8_t *src, in put_h264_qpel4_v_lowpass_mmi() [all …]
|
| /third_party/uboot/u-boot-2020.01/drivers/video/ |
| D | console_rotate.c | 27 uint8_t *dst = line; in console_set_row_1() local 35 uint16_t *dst = line; in console_set_row_1() local 43 uint32_t *dst = line; in console_set_row_1() local 62 void *dst; in console_move_rows_1() local 101 uint8_t *dst = line; in console_putc_xy_1() local 112 uint16_t *dst = line; in console_putc_xy_1() local 123 uint32_t *dst = line; in console_putc_xy_1() local 155 uint8_t *dst = line; in console_set_row_2() local 163 uint16_t *dst = line; in console_set_row_2() local 171 uint32_t *dst = line; in console_set_row_2() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| D | ShaderCore.cpp | 671 void ShaderCore::mov(Vector4f &dst, const Vector4f &src, bool integerDestination) in mov() 686 void ShaderCore::neg(Vector4f &dst, const Vector4f &src) in neg() 694 void ShaderCore::ineg(Vector4f &dst, const Vector4f &src) in ineg() 702 void ShaderCore::f2b(Vector4f &dst, const Vector4f &src) in f2b() 710 void ShaderCore::b2f(Vector4f &dst, const Vector4f &src) in b2f() 718 void ShaderCore::f2i(Vector4f &dst, const Vector4f &src) in f2i() 726 void ShaderCore::i2f(Vector4f &dst, const Vector4f &src) in i2f() 734 void ShaderCore::f2u(Vector4f &dst, const Vector4f &src) in f2u() 742 void ShaderCore::u2f(Vector4f &dst, const Vector4f &src) in u2f() 750 void ShaderCore::i2b(Vector4f &dst, const Vector4f &src) in i2b() [all …]
|
| /third_party/flutter/skia/src/opts/ |
| D | SkSwizzler_opts.h | 23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable() 39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable() 55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable() 68 static void RGB_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_RGB1_portable() 81 static void RGB_to_BGR1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_BGR1_portable() 94 static void gray_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in gray_to_RGB1_portable() 103 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable() 115 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable() 128 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable() 145 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable() [all …]
|
| /third_party/node/deps/icu-small/source/common/ |
| D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
| /third_party/icu/icu4c/source/common/ |
| D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerX8632.cpp | 265 void AssemblerX8632::setcc(BrCond condition, ByteRegister dst) { in setcc() 279 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const Immediate &imm) { in mov() 295 void AssemblerX8632::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov() 307 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const AsmAddress &src) { in mov() 319 void AssemblerX8632::mov(Type Ty, const AsmAddress &dst, GPRRegister src) { in mov() 331 void AssemblerX8632::mov(Type Ty, const AsmAddress &dst, const Immediate &imm) { in mov() 348 void AssemblerX8632::movzx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movzx() 357 void AssemblerX8632::movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movzx() 366 void AssemblerX8632::movsx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movsx() 375 void AssemblerX8632::movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movsx() [all …]
|
| D | IceAssemblerX8664.cpp | 245 void AssemblerX8664::setcc(BrCond condition, ByteRegister dst) { in setcc() 261 void AssemblerX8664::mov(Type Ty, GPRRegister dst, const Immediate &imm) { in mov() 278 void AssemblerX8664::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov() 291 void AssemblerX8664::mov(Type Ty, GPRRegister dst, const AsmAddress &src) { in mov() 304 void AssemblerX8664::mov(Type Ty, const AsmAddress &dst, GPRRegister src) { in mov() 317 void AssemblerX8664::mov(Type Ty, const AsmAddress &dst, const Immediate &imm) { in mov() 349 void AssemblerX8664::movzx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movzx() 366 void AssemblerX8664::movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movzx() 383 void AssemblerX8664::movsx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movsx() 397 void AssemblerX8664::movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movsx() [all …]
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | remap_neon.c | 31 static void remap_mono_to_stereo_float32ne_neon_a8(pa_remap_t *m, float *dst, const float *src, uns… in remap_mono_to_stereo_float32ne_neon_a8() 50 static void remap_mono_to_stereo_float32ne_generic_arm(pa_remap_t *m, float *dst, const float *src,… in remap_mono_to_stereo_float32ne_generic_arm() 71 static void remap_mono_to_stereo_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsign… in remap_mono_to_stereo_s16ne_neon() 90 static void remap_mono_to_ch4_float32ne_neon(pa_remap_t *m, float *dst, const float *src, unsigned … in remap_mono_to_ch4_float32ne_neon() 107 static void remap_mono_to_ch4_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned … in remap_mono_to_ch4_s16ne_neon() 129 static void remap_stereo_to_mono_float32ne_neon(pa_remap_t *m, float *dst, const float *src, unsign… in remap_stereo_to_mono_float32ne_neon() 150 static void remap_stereo_to_mono_s32ne_neon(pa_remap_t *m, int32_t *dst, const int32_t *src, unsign… in remap_stereo_to_mono_s32ne_neon() 169 static void remap_stereo_to_mono_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsign… in remap_stereo_to_mono_s16ne_neon() 188 static void remap_ch4_to_mono_float32ne_neon(pa_remap_t *m, float *dst, const float *src, unsigned … in remap_ch4_to_mono_float32ne_neon() 208 static void remap_ch4_to_mono_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned … in remap_ch4_to_mono_s16ne_neon() [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
| D | marshalling.cc | 45 bool AbslParseFlag(absl::string_view text, bool* dst, std::string*) { in AbslParseFlag() 77 inline bool ParseFlagImpl(absl::string_view text, IntType& dst) { in ParseFlagImpl() 84 bool AbslParseFlag(absl::string_view text, short* dst, std::string*) { in AbslParseFlag() 93 bool AbslParseFlag(absl::string_view text, unsigned short* dst, std::string*) { in AbslParseFlag() 103 bool AbslParseFlag(absl::string_view text, int* dst, std::string*) { in AbslParseFlag() 107 bool AbslParseFlag(absl::string_view text, unsigned int* dst, std::string*) { in AbslParseFlag() 111 bool AbslParseFlag(absl::string_view text, long* dst, std::string*) { in AbslParseFlag() 115 bool AbslParseFlag(absl::string_view text, unsigned long* dst, std::string*) { in AbslParseFlag() 119 bool AbslParseFlag(absl::string_view text, long long* dst, std::string*) { in AbslParseFlag() 123 bool AbslParseFlag(absl::string_view text, unsigned long long* dst, in AbslParseFlag() [all …]
|
| /third_party/abseil-cpp/absl/flags/ |
| D | marshalling.cc | 45 bool AbslParseFlag(absl::string_view text, bool* dst, std::string*) { in AbslParseFlag() 77 inline bool ParseFlagImpl(absl::string_view text, IntType& dst) { in ParseFlagImpl() 84 bool AbslParseFlag(absl::string_view text, short* dst, std::string*) { in AbslParseFlag() 93 bool AbslParseFlag(absl::string_view text, unsigned short* dst, std::string*) { in AbslParseFlag() 103 bool AbslParseFlag(absl::string_view text, int* dst, std::string*) { in AbslParseFlag() 107 bool AbslParseFlag(absl::string_view text, unsigned int* dst, std::string*) { in AbslParseFlag() 111 bool AbslParseFlag(absl::string_view text, long* dst, std::string*) { in AbslParseFlag() 115 bool AbslParseFlag(absl::string_view text, unsigned long* dst, std::string*) { in AbslParseFlag() 119 bool AbslParseFlag(absl::string_view text, long long* dst, std::string*) { in AbslParseFlag() 123 bool AbslParseFlag(absl::string_view text, unsigned long long* dst, in AbslParseFlag() [all …]
|
| /third_party/boost/boost/gil/extension/dynamic_image/ |
| D | algorithm.hpp | 46 bool equal_pixels(any_image_view<Types...> const& src, View const& dst) in equal_pixels() 57 bool equal_pixels(View const& src, any_image_view<Types...> const& dst) in equal_pixels() 68 bool equal_pixels(any_image_view<Types1...> const& src, any_image_view<Types2...> const& dst) in equal_pixels() 91 void copy_pixels(any_image_view<Types...> const& src, View const& dst) in copy_pixels() 100 void copy_pixels(View const& src, any_image_view<Types...> const& dst) in copy_pixels() 109 void copy_pixels(any_image_view<Types1...> const& src, any_image_view<Types2...> const& dst) in copy_pixels() 122 void copy_and_convert_pixels(any_image_view<Types...> const& src, View const& dst, CC cc) in copy_and_convert_pixels() 132 void copy_and_convert_pixels(any_image_view<Types...> const& src, View const& dst) in copy_and_convert_pixels() 143 void copy_and_convert_pixels(View const& src, any_image_view<Types...> const& dst, CC cc) in copy_and_convert_pixels() 153 void copy_and_convert_pixels(View const& src, any_image_view<Types...> const& dst) in copy_and_convert_pixels() [all …]
|
| /third_party/skia/src/core/ |
| D | SkOpts_erms.cpp | 17 static inline void repsto(uint16_t* dst, uint16_t v, size_t n) { in repsto() 21 static inline void repsto(uint32_t* dst, uint32_t v, size_t n) { in repsto() 26 static inline void repsto(uint64_t* dst, uint64_t v, size_t n) { in repsto() 31 static inline void repsto(uint16_t* dst, uint16_t v, size_t n) { in repsto() 35 static inline void repsto(uint32_t* dst, uint32_t v, size_t n) { in repsto() 39 static inline void repsto(uint64_t* dst, uint64_t v, size_t n) { in repsto() 59 static inline void memset16(uint16_t* dst, uint16_t v, int n) { in memset16() 63 static inline void memset32(uint32_t* dst, uint32_t v, int n) { in memset32() 67 static inline void memset64(uint64_t* dst, uint64_t v, int n) { in memset64() 72 static inline void rect_memset16(uint16_t* dst, uint16_t v, int n, in rect_memset16() [all …]
|
| /third_party/boost/boost/gil/extension/io/tiff/detail/ |
| D | scanline_read.hpp | 72 void read( byte_t* dst, int pos ) in read() 78 void skip( byte_t* dst, int pos ) in skip() 359 void read_n_bits_row( byte_t* dst, int pos ) in read_n_bits_row() 394 void read_1_bit_index_image( byte_t* dst, int pos ) in read_1_bit_index_image() 399 void read_2_bits_index_image( byte_t* dst, int pos ) in read_2_bits_index_image() 404 void read_4_bits_index_image( byte_t* dst, int pos ) in read_4_bits_index_image() 409 void read_8_bits_index_image( byte_t* dst, int pos ) in read_8_bits_index_image() 414 void read_16_bits_index_image( byte_t* dst, int pos ) in read_16_bits_index_image() 419 void read_24_bits_index_image( byte_t* dst, int pos ) in read_24_bits_index_image() 424 void read_32_bits_index_image( byte_t* dst, int pos ) in read_32_bits_index_image() [all …]
|
| /third_party/skia/src/opts/ |
| D | SkSwizzler_opts.h | 23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable() 39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable() 55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable() 68 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable() 80 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable() 93 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable() 110 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable() 157 static void premul_should_swapRB(bool kSwapRB, uint32_t* dst, const uint32_t* src, int count) { in premul_should_swapRB() 193 /*not static*/ inline void RGBA_to_rgbA(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA() 197 /*not static*/ inline void RGBA_to_bgrA(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA() [all …]
|