Home
last modified time | relevance | path

Searched defs:src (Results 1251 - 1275 of 4049) sorted by relevance

1...<<51525354555657585960>>...162

/third_party/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c63 struct poly1305_data_st *src = vsrc; in poly1305_dup() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DMtxHeadBuilder.java68 public void initFrom(FontHeaderTable src) { in initFrom() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DPostScriptTableBuilder.java361 public void initV1From(PostScriptTable src) { in initV1From() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_memory_test.cpp181 char src[] = R"( in TEST_F() local
223 char src[] = R"( in TEST_F() local
293 char src[] = R"( in TEST_F() local
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimageio_util.c140 void ImgIoUtilCopyPlane(const uint8_t* src, int src_stride, in ImgIoUtilCopyPlane() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing_sse41.c45 const __m128i* src = (const __m128i*)argb; in ExtractAlpha_SSE41() local
H A Dfilters.c32 static WEBP_INLINE void PredictLine_C(const uint8_t* src, const uint8_t* pred, in 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 static WEBP_INLINE void PredictLineInverse0(const uint8_t* src, in PredictLineInverse0() argument
H A Dlossless_enc_sse41.c61 const uint32_t* const src = argb + y * stride; in CollectColorBlueTransforms_SSE41() local
105 const uint32_t* const src = argb + y * stride; in CollectColorRedTransforms_SSE41() local
H A Dlossless_msa.c112 static void ConvertBGRAToRGBA_MSA(const uint32_t* src, in 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.c161 void WebPRescalerImportRow(WebPRescaler* const wrk, const uint8_t* src) { in WebPRescalerImportRow() argument
29 WebPRescalerImportRowExpand_C(WebPRescaler* const wrk, const uint8_t* src) WebPRescalerImportRowExpand_C() argument
62 WebPRescalerImportRowShrink_C(WebPRescaler* const wrk, const uint8_t* src) WebPRescalerImportRowShrink_C() argument
[all...]
H A Drescaler_mips32.c24 ImportRowShrink_MIPS32(WebPRescaler* const wrk, const uint8_t* src) ImportRowShrink_MIPS32() argument
84 ImportRowExpand_MIPS32(WebPRescaler* const wrk, const uint8_t* src) ImportRowExpand_MIPS32() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_rescale_enc.c29 static void PictureGrabSpecs(const WebPPicture* const src, in PictureGrabSpecs() argument
59 int WebPPictureCopy(const WebPPicture* src, WebPPicture* dst) { in WebPPictureCopy() argument
93 WebPPictureView(const WebPPicture* src, int left, int top, int width, int height, WebPPicture* dst) WebPPictureView() argument
154 const uint8_t* const src = WebPPictureCrop() local
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 Dcollationdatawriter.cpp341 copyData(const int32_t indexes[], int32_t startIndex, const void *src, uint8_t *dest) copyData() argument
H A Dnumber_microprops.h61 IntMeasures(IntMeasures &&src) = default; member in number::impl::IntMeasures
64 IntMeasures &operator=(IntMeasures &&src) = default; member in number::impl::IntMeasures
H A Dsortkey.cpp185 const uint8_t *src = getBytes(); in compareTo() local
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dprscmnts.cpp71 trim(UChar *src, int32_t srcLen, UErrorCode *status){ in trim() argument
[all...]
H A Drle.c151 usArrayToRLEString(const uint16_t* src,int32_t srcLen,uint16_t* buffer, int32_t bufLen,UErrorCode* status) { in usArrayToRLEString() argument
197 byteArrayToRLEString(const uint8_t* src,int32_t srcLen, uint16_t* buffer,int32_t bufLen, UErrorCode* status) { in byteArrayToRLEString() argument
242 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status) { in rleStringToUCharArray() argument
298 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status) rleStringToByteArray() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Drescaler_utils.c126 WebPRescalerImport(WebPRescaler* const rescaler, int num_lines, const uint8_t* src, int src_stride) WebPRescalerImport() argument
/third_party/skia/tests/
H A DGrAHardwareBufferTest.cpp153 uint32_t* src = (uint32_t*)srcBitmap.getPixels(); in basic_draw_test_helper() local
H A DPremulAlphaRoundTripTest.cpp120 GrPixmap src = GrPixmap::Allocate(upmInfo); in DEF_TEST() local
176 SkBitmap src; src.allocPixels(upmInfo); in DEF_TEST() local
[all...]
/third_party/skia/src/ports/
H A DSkImageEncoder_WIC.cpp66 SkPMColor* src = reinterpret_cast<SkPMColor*>(bytes); in SkEncodeImageWithWIC() local
/third_party/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp243 sk_sp<SkImage> SkMakeImageFromCGImage(CGImageRef src) { in SkMakeImageFromCGImage() argument
/third_party/skia/src/shaders/
H A DSkComposeShader.cpp45 Blend(SkBlendMode mode, sk_sp<SkShader> dst, sk_sp<SkShader> src) Blend() argument
58 Blend(sk_sp<SkBlender> blender, sk_sp<SkShader> dst, sk_sp<SkShader> src) Blend() argument
[all...]

Completed in 15 milliseconds

1...<<51525354555657585960>>...162