Home
last modified time | relevance | path

Searched defs:src (Results 876 - 900 of 4010) sorted by relevance

1...<<31323334353637383940>>...161

/third_party/skia/tests/
H A DApplyGammaTest.cpp51 bool check_gamma(uint32_t src, uint32_t dst, bool toSRGB, float error, in check_gamma() argument
[all...]
H A DPDFDeflateWStreamTest.cpp32 std::unique_ptr<SkStreamAsset> stream_inflate(skiatest::Reporter* reporter, SkStream* src) { in stream_inflate() argument
H A DQuickRejectTest.cpp17 SkBitmap src; in test_drawBitmap() local
H A DSwizzlerTest.cpp116 uint32_t dst, src; in DEF_TEST() local
148 uint32_t dst, src; DEF_TEST() local
[all...]
/third_party/skia/src/ports/
H A DSkImageGeneratorCG.cpp107 ImageGeneratorCG::ImageGeneratorCG(const SkImageInfo& info, SkUniqueCFRef<CGImageSourceRef> src, in ImageGeneratorCG() argument
/third_party/skia/src/xml/
H A DSkDOMParser.cpp10 char* SkDOMParser::dupstr(SkArenaAlloc* chunk, const char src[], size_t srcLen) { in dupstr() argument
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DUtils.java61 static void copyBytes(byte[] dst, int target, byte[] src, int start, int end) { in copyBytes() argument
69 static int readInput(InputStream src, byte[] dst, int offset, int length) { in readInput() argument
77 static void closeInput(InputStream src) throws IOException { in closeInput() argument
81 static byte[] toUsAsciiBytes(String src) { in toUsAsciiBytes() argument
/third_party/optimized-routines/string/aarch64/
H A Dmemcpy.S17 #define src x1 define
[all...]
H A Dmemcpy-advsimd.S17 #define src x1 define
[all...]
H A Dstrcpy-mte.S20 #define src x2 define
H A Dstrcpy.S26 #define src x2 define
H A Dstrlen.S19 #define src x1 define
H A Dstrrchr.S22 #define src x2 define
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-name.cc75 const typename in_utf_t::codepoint_t *src = (const typename in_utf_t::codepoint_t *) bytes.arrayZ; in hb_ot_name_convert_utf() local
H A Dhb-subset-cff-common.cc49 hb_plan_subset_cff_fdselect(const hb_subset_plan_t *plan, unsigned int fdCount, const FDSelect &src, unsigned int &subset_fd_count , unsigned int &subset_fdselect_size , unsigned int &subset_fdselect_format , hb_vector_t<code_pair_t> &fdselect_ranges , hb_inc_bimap_t &fdmap ) hb_plan_subset_cff_fdselect() argument
152 serialize_fdselect_3_4(hb_serialize_context_t *c, const unsigned int num_glyphs, const FDSelect &src, unsigned int size, const hb_vector_t<code_pair_t> &fdselect_ranges) serialize_fdselect_3_4() argument
173 hb_serialize_cff_fdselect(hb_serialize_context_t *c, const unsigned int num_glyphs, const FDSelect &src, unsigned int fd_count, unsigned int fdselect_format, unsigned int size, const hb_vector_t<code_pair_t> &fdselect_ranges) hb_serialize_cff_fdselect() argument
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dutils_unittest.cc98 std::vector<uint8_t> src; in TEST() local
155 std::vector<uint8_t> src = { in TEST() local
221 std::vector<uint8_t> src = { TEST() local
[all...]
/third_party/skia/tools/
H A DHashAndEncode.cpp72 const void* src = bitmap.getPixels(); in HashAndEncode() local
H A Dimgcvt.cpp45 float src[] = { in main() local
/third_party/skia/tools/gpu/
H A DManagedBackendTexture.cpp71 MakeFromBitmap(GrDirectContext* dContext, const SkBitmap& src, GrMipmapped mipmapped, GrRenderable renderable, GrProtected isProtected) MakeFromBitmap() argument
84 MakeFromPixmap(GrDirectContext* dContext, const SkPixmap& src, GrMipmapped mipmapped, GrRenderable renderable, GrProtected isProtected) MakeFromPixmap() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidiwrt.cpp59 doWriteForward(const UChar *src, int32_t srcLength, in doWriteForward() argument
152 doWriteReverse(const UChar *src, int32_t srcLength, in doWriteReverse() argument
309 ubidi_writeReverse(const UChar *src, int32_t srcLength, UChar *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReverse() argument
462 const UChar *src; ubidi_writeReordered() local
589 const UChar *src; ubidi_writeReordered() local
[all...]
H A Ducasemap_titlecase_brkiter.cpp34 utf8ToTitle( const char *locale, uint32_t options, BreakIterator *iter, StringPiece src, ByteSink &sink, Edits *edits, UErrorCode &errorCode) utf8ToTitle() argument
57 utf8ToTitle( const char *locale, uint32_t options, BreakIterator *iter, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) utf8ToTitle() argument
102 ucasemap_utf8ToTitle(UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) ucasemap_utf8ToTitle() argument
[all...]
H A Duscript.cpp32 setCodes(const UScriptCode *src, int32_t length, in setCodes() argument
/third_party/vixl/src/
H A Dcode-buffer-vixl.cc121 char* stpcpy (char *dst, const char *src) { in stpcpy() argument
/third_party/python/Python/
H A Dframe.c67 _PyFrame_Copy(_PyInterpreterFrame *src, _PyInterpreterFrame *dest) in _PyFrame_Copy() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dsequence_lock.h80 bool TryRead(void* dst, const std::atomic<uint64_t>* src, size_t size) const { in TryRead() argument
99 void Write(std::atomic<uint64_t>* dst, const void* src, size_t size) { in Write() argument
143 static void RelaxedCopyFromAtomic(void* dst, const std::atomic<uint64_t>* src, in RelaxedCopyFromAtomic() argument
161 RelaxedCopyToAtomic(std::atomic<uint64_t>* dst, const void* src, size_t size) RelaxedCopyToAtomic() argument
[all...]

Completed in 10 milliseconds

1...<<31323334353637383940>>...161