Home
last modified time | relevance | path

Searched defs:dst (Results 901 - 925 of 3396) sorted by relevance

1...<<31323334353637383940>>...136

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_neon.c83 DispatchAlpha_NEON(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint8_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlpha_NEON() argument
115 DispatchAlphaToGreen_NEON(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint32_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlphaToGreen_NEON() argument
[all...]
H A Dfilters.c32 PredictLine_C(const uint8_t* src, const uint8_t* pred, uint8_t* dst, int length, int inverse) PredictLine_C() argument
H A Dfilters_mips_dsp_r2.c104 PredictLine_MIPSdspR2(const uint8_t* src, uint8_t* dst, int length) PredictLine_MIPSdspR2() argument
[all...]
H A Dfilters_msa.c22 PredictLineInverse0(const uint8_t* src, const uint8_t* pred, uint8_t* dst, int length) PredictLineInverse0() argument
H A Dlossless_msa.c112 ConvertBGRAToRGBA_MSA(const uint32_t* src, int num_pixels, uint8_t* dst) ConvertBGRAToRGBA_MSA() argument
153 ConvertBGRAToBGR_MSA(const uint32_t* src, int num_pixels, uint8_t* dst) ConvertBGRAToBGR_MSA() argument
200 ConvertBGRAToRGB_MSA(const uint32_t* src, int num_pixels, uint8_t* dst) ConvertBGRAToRGB_MSA() argument
247 AddGreenToBlueAndRed_MSA(const uint32_t* const src, int num_pixels, uint32_t* dst) AddGreenToBlueAndRed_MSA() argument
289 TransformColorInverse_MSA(const VP8LMultipliers* const m, const uint32_t* src, int num_pixels, uint32_t* dst) TransformColorInverse_MSA() argument
[all...]
H A Drescaler.c101 uint8_t* const dst = wrk->dst; in WebPRescalerExportRowExpand_C() local
130 uint8_t* const dst = wrk->dst; in WebPRescalerExportRowShrink_C() local
[all...]
H A Drescaler_mips32.c150 uint8_t* dst = wrk->dst; in ExportRowExpand_MIPS32() local
[all...]
H A Drescaler_neon.c65 uint8_t* const dst = wrk->dst; in RescalerExportRowExpand_NEON() local
119 uint8_t* const dst = wrk->dst; in RescalerExportRowShrink_NEON() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_rescale_enc.c59 int WebPPictureCopy(const WebPPicture* src, WebPPicture* dst) { in WebPPictureCopy() argument
29 PictureGrabSpecs(const WebPPicture* const src, WebPPicture* const dst) PictureGrabSpecs() argument
93 WebPPictureView(const WebPPicture* src, int left, int top, int width, int height, WebPPicture* dst) WebPPictureView() argument
167 RescalePlane(const uint8_t* src, int src_width, int src_height, int src_stride, uint8_t* dst, int dst_width, int dst_height, int dst_stride, rescaler_t* const work, int num_channels) RescalePlane() argument
277 WebPPictureCopy(const WebPPicture* src, WebPPicture* dst) WebPPictureCopy() argument
288 WebPPictureView(const WebPPicture* src, int left, int top, int width, int height, WebPPicture* dst) WebPPictureView() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dwintzimpl.cpp45 AnnualTimeZoneRule *std = NULL, *dst = NULL; in getSystemTimeInformation() local
47 btz->getSimpleRulesNear(uprv_getUTCtime(), initial, std, dst, status); in getSystemTimeInformation() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Drescaler_utils.c24 WebPRescalerInit(WebPRescaler* const rescaler, int src_width, int src_height, uint8_t* const dst, int dst_width, int dst_height, int dst_stride, int num_channels, rescaler_t* const work) WebPRescalerInit() argument
H A Drescaler_utils.h44 uint8_t* dst; member
/third_party/skia/tests/
H A DGrAHardwareBufferTest.cpp159 uint32_t* dst = bufferAddr; in basic_draw_test_helper() local
H A DSkNxTest.cpp375 float dst[16]; in DEF_TEST() local
441 float dst[4]; in DEF_TEST() local
453 float dst[ in DEF_TEST() local
469 float dst[8] = {-1, -1, -1, -1, -1, -1, -1, -1}; DEF_TEST() local
[all...]
/third_party/skia/src/ports/
H A DSkImageEncoder_WIC.cpp67 SkColor* dst = reinterpret_cast<SkColor*>(bytes); in SkEncodeImageWithWIC() local
/third_party/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp210 bool SkCreateBitmapFromCGImage(SkBitmap* dst, CGImageRef image) { in SkCreateBitmapFromCGImage() argument
/third_party/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp28 static bool is_rect(const SkClipStack& clipStack, const SkRect& bounds, SkRect* dst) { in is_rect() argument
/third_party/skia/src/shaders/
H A DSkLocalMatrixShader.cpp80 onProgram(skvm::Builder* p, skvm::Coord device, skvm::Coord local, skvm::Color paint, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo& dst, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument
H A DSkComposeShader.cpp45 sk_sp<SkShader> SkShaders::Blend(SkBlendMode mode, sk_sp<SkShader> dst, sk_sp<SkShader> src) { in Blend() argument
58 sk_sp<SkShader> SkShaders::Blend(sk_sp<SkBlender> blender, sk_sp<SkShader> dst, sk_sp<SkShader> src) { in Blend() argument
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DTransform.java101 static int transformDictionaryWord(byte[] dst, int dstOffset, ByteBuffer src, int srcOffset, in transformDictionaryWord() argument
[all...]
/third_party/optimized-routines/string/bench/
H A Dmemcpy.c108 uint64_t dst : 24; member
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftsmooth.c117 unsigned char* dst; in ft_smooth_lcd_spans() local
345 unsigned char* dst = target->origin - ( y / SCALE ) * target->pitch; in ft_smooth_overlap_spans() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-iter.cc121 int dst[20]; in main() local
/third_party/pulseaudio/src/tests/
H A Dlfe-filter-test.c43 uint8_t *dst = d, *src; in save_data_block() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDataExtractor.cpp49 static T *getUs(uint64_t *offset_ptr, T *dst, uint32_t count, in getUs() argument
77 DataExtractor::getU8(uint64_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8() argument
91 uint16_t *DataExtractor::getU16(uint64_t *offset_ptr, uint16_t *dst, in getU16() argument
108 getU32(uint64_t *offset_ptr, uint32_t *dst, uint32_t count) const getU32() argument
118 getU64(uint64_t *offset_ptr, uint64_t *dst, uint32_t count) const getU64() argument
[all...]

Completed in 12 milliseconds

1...<<31323334353637383940>>...136