| /third_party/skia/third_party/externals/tint/src/ast/ |
| H A D | variable_decl_statement.cc | 39 auto src = ctx->Clone(source); in Clone() local 24 VariableDeclStatement(ProgramID pid, const Source& src, const Variable* var) VariableDeclStatement() argument
|
| H A D | void.cc | 24 Void::Void(ProgramID pid, const Source& src) : Base(pid, src) {} in Void() argument 35 auto src = ctx->Clone(source); in Clone() local
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | parser_impl_error_msg_test.cc | 493 std::stringstream src; in TEST_F() local
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | first_index_offset_test.cc | 30 auto* src = ""; in TEST_F() local 49 auto* src = R"( in TEST_F() local 96 auto* src = R"( in TEST_F() local 143 auto* src = R"( in TEST_F() local 203 auto* src = R"( TEST_F() local 258 auto* src = R"( TEST_F() local [all...] |
| H A D | robustness_test.cc | 26 auto* src = R"( in TEST_F() local 52 auto* src = R"( in TEST_F() local 82 auto* src = R"( in TEST_F() local 104 auto* src = R"( in TEST_F() local 130 auto* src = R"( TEST_F() local 152 auto* src = R"( TEST_F() local 176 auto* src = R"( TEST_F() local 256 auto* src = R"( TEST_F() local 278 auto* src = R"( TEST_F() local 304 auto* src = R"( TEST_F() local 326 auto* src = R"( TEST_F() local 351 auto* src = R"( TEST_F() local 377 auto* src = R"( TEST_F() local 399 auto* src = R"( TEST_F() local 421 auto* src = R"( TEST_F() local 443 auto* src = R"( TEST_F() local 469 auto* src = R"( TEST_F() local 495 auto* src = R"( TEST_F() local 517 auto* src = R"( TEST_F() local 539 auto* src = R"( TEST_F() local 561 auto* src = R"( TEST_F() local 619 auto* src = R"( TEST_F() local 658 auto* src = R"( TEST_F() local 724 auto* src = R"( TEST_F() local 780 auto* src = R"( TEST_F() local [all...] |
| H A D | vertex_pulling_test.cc | 28 auto* src = ""; in TEST_F() local 40 auto* src = R"( in TEST_F() local 60 auto* src = R"( in TEST_F() local 78 auto* src = R"( in TEST_F() local 102 auto* src = R"( TEST_F() local 132 auto* src = R"( TEST_F() local 171 auto* src = R"( TEST_F() local 210 auto* src = R"( TEST_F() local 250 auto* src = R"( TEST_F() local 299 auto* src = R"( TEST_F() local 357 auto* src = R"( TEST_F() local 437 auto* src = R"( TEST_F() local 514 auto* src = R"( TEST_F() local 558 auto* src = R"( TEST_F() local 613 auto* src = R"( TEST_F() local 665 auto* src = R"( TEST_F() local 825 auto* src = R"( TEST_F() local 986 auto* src = R"( TEST_F() local [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() argument 32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() argument 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() argument 41 inline void uprv_arrayCopy(const int8_t* src, int32_ argument 46 uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) uprv_arrayCopy() argument 50 uprv_arrayCopy(const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument 55 uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) uprv_arrayCopy() argument 59 uprv_arrayCopy(const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, UChar *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) uprv_arrayCopy() argument 82 uprv_arrayCopy(const icu::UnicodeString *src, int32_t srcStart, icu::UnicodeString *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument [all...] |
| /third_party/skia/experimental/tools/ |
| H A D | mskp_parser.py | 22 src = open(mskp_src, 'rb') variable
|
| /third_party/skia/docs/examples/ |
| H A D | software_bitmap_w_perspective.cpp | 9 const SkPoint src[] = {{ 0, 0}, {width, 0}, {width * (float)frame, height * (float)frame}, { 0, height}}; in REG_FIDDLE_ANIMATED() local
|
| H A D | homogeneous.cpp | 6 SkPoint3 src[] = {{3, 3, 1}, {8, 2, 2}, {5, 0, 4}, {0, 1, 3}, in REG_FIDDLE() local
|
| H A D | Matrix_mapHomogeneousPoints.cpp | 7 SkPoint3 src[] = {{3, 3, 1}, {8, 2, 2}, {5, 0, 4}, {0, 1, 3}, in REG_FIDDLE() local
|
| H A D | Matrix_mapPoints.cpp | 10 SkPoint src[count]; in REG_FIDDLE() local
|
| H A D | Matrix_setPolyToPoly.cpp | 8 const SkPoint src[] = { { 0, 0}, {30, 0}, {30, -30}, { 0, -30} }; in REG_FIDDLE() local
|
| /third_party/skia/include/encode/ |
| H A D | SkEncoder.h | 31 SkEncoder(const SkPixmap& src, size_t storageBytes) in SkEncoder() argument
|
| /third_party/skia/gn/ |
| H A D | run_sksllex.py | 15 src = sys.argv[4] variable
|
| /third_party/skia/modules/audioplayer/ |
| H A D | SkAudioPlayer_sfml.cpp | 64 std::unique_ptr<SkAudioPlayer> SkAudioPlayer::Make(sk_sp<SkData> src) { in Make() argument
|
| /third_party/skia/bench/ |
| H A D | SwizzleBench.cpp | 21 uint32_t dst[K], src[K]; variable
|
| /base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/ |
| H A D | hilog_string.cpp | 52 size_t HilogString::Puts(const char *src, HilogString *str, size_t strLen) in Puts() argument
|
| /base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/ |
| H A D | easy_util.c | 37 int MemoryCopy(uint8_t* dest, size_t destLen, uint8_t* src, const size_t srcLen) in MemoryCopy() argument
|
| /base/hiviewdfx/hiview/base/utility/include/ |
| H A D | ash_memory_utils.h | 27 static bool WriteBulkData(const std::vector<T>& src, sptr<Ashmem> ashmem, size_t ashSize, in WriteBulkData() argument
|
| /base/print/print_fwk/services/print_service/src/ |
| H A D | print_service_converter.cpp | 26 bool ConvertColorModeCode(const char *src, ColorModeCode &dst) in ConvertColorModeCode() argument 55 bool ConvertPageSizeId(const char *src, std::string &id) in ConvertPageSizeId() argument 65 bool ConvertPrintPageSize(const char *src, PrintPageSize &dst) in ConvertPrintPageSize() argument [all...] |
| /base/print/print_fwk/frameworks/ohprint/include/ |
| H A D | print_converter.h | 73 T2 *CopyArray(const std::vector<T1> &list, uint32_t &count, bool (*ConvertFunction)(const T1 &src, T2 &dst)) in CopyArray() argument
|
| /base/update/updater/services/flashd/daemon/ |
| H A D | flashd_utils.cpp | 41 std::vector<std::string> Split(const std::string &src, const std::vector<std::string> &filter) in Split() argument
|
| /base/useriam/user_auth_framework/test/fuzztest/dummy/ |
| H A D | dummy_schedule_node_callback.h | 30 void OnScheduleProcessed(ExecutorRole src, int32_t moduleType, const std::vector<uint8_t> &acquireMsg) {}; in OnScheduleProcessed() argument
|
| /base/web/webview/test/fuzztest/ohos_nweb/copyframe_fuzzer/ |
| H A D | copyframe_fuzzer.cpp | 51 char* src = new char[BITS_PER_PIXEL] { 0 }; in CopyFrameFuzzTest() local
|