| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | alpha_processing_mips_dsp_r2.c | 19 DispatchAlpha_MIPSdspR2(const uint8_t* alpha, int alpha_stride, int width, int height, uint8_t* dst, int dst_stride) DispatchAlpha_MIPSdspR2() argument
|
| H A D | alpha_processing_neon.c | 83 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 D | filters.c | 32 PredictLine_C(const uint8_t* src, const uint8_t* pred, uint8_t* dst, int length, int inverse) PredictLine_C() argument
|
| H A D | filters_mips_dsp_r2.c | 104 PredictLine_MIPSdspR2(const uint8_t* src, uint8_t* dst, int length) PredictLine_MIPSdspR2() argument [all...] |
| H A D | filters_msa.c | 22 PredictLineInverse0(const uint8_t* src, const uint8_t* pred, uint8_t* dst, int length) PredictLineInverse0() argument
|
| H A D | lossless_msa.c | 112 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 D | rescaler.c | 101 uint8_t* const dst = wrk->dst; in WebPRescalerExportRowExpand_C() local 130 uint8_t* const dst = wrk->dst; in WebPRescalerExportRowShrink_C() local [all...] |
| H A D | rescaler_mips32.c | 150 uint8_t* dst = wrk->dst; in ExportRowExpand_MIPS32() local [all...] |
| H A D | rescaler_neon.c | 65 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 D | picture_rescale_enc.c | 59 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 D | wintzimpl.cpp | 45 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 D | rescaler_utils.c | 24 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 D | rescaler_utils.h | 44 uint8_t* dst; member
|
| /third_party/skia/tests/ |
| H A D | GrAHardwareBufferTest.cpp | 159 uint32_t* dst = bufferAddr; in basic_draw_test_helper() local
|
| H A D | SkNxTest.cpp | 375 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 D | SkImageEncoder_WIC.cpp | 67 SkColor* dst = reinterpret_cast<SkColor*>(bytes); in SkEncodeImageWithWIC() local
|
| /third_party/skia/src/utils/mac/ |
| H A D | SkCreateCGImageRef.cpp | 210 bool SkCreateBitmapFromCGImage(SkBitmap* dst, CGImageRef image) { in SkCreateBitmapFromCGImage() argument
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFGraphicStackState.cpp | 28 static bool is_rect(const SkClipStack& clipStack, const SkRect& bounds, SkRect* dst) { in is_rect() argument
|
| /third_party/skia/src/shaders/ |
| H A D | SkLocalMatrixShader.cpp | 80 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 D | SkComposeShader.cpp | 45 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 D | Transform.java | 101 static int transformDictionaryWord(byte[] dst, int dstOffset, ByteBuffer src, int srcOffset, in transformDictionaryWord() argument [all...] |
| /third_party/optimized-routines/string/bench/ |
| H A D | memcpy.c | 108 uint64_t dst : 24; member
|
| /third_party/skia/third_party/externals/freetype/src/smooth/ |
| H A D | ftsmooth.c | 117 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 D | test-iter.cc | 121 int dst[20]; in main() local
|
| /third_party/pulseaudio/src/tests/ |
| H A D | lfe-filter-test.c | 43 uint8_t *dst = d, *src; in save_data_block() local
|