Home
last modified time | relevance | path

Searched defs:dst (Results 351 - 375 of 3332) sorted by relevance

1...<<11121314151617181920>>...134

/third_party/skia/tests/
H A DClipperTest.cpp86 SkPoint dst[2]; in test_intersectline() local
165 SkPoint dst[2]; DEF_TEST() local
[all...]
H A DWrappedSurfaceCopyOnWriteTest.cpp138 auto dst = dContext->priv().makeSFC(ii, SkBackingFit::kExact); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
H A DSkColorSpaceXformStepsTest.cpp24 sk_sp<SkColorSpace> src, dst; in DEF_TEST() member
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DTransform.cs82 internal static int TransformDictionaryWord(byte[] dst, int dstOffset, byte[] word, int wordOffset, int len, Org.Brotli.Dec.Transform transform) in TransformDictionaryWord() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DComputeSharedMemoryTests.cpp42 wgpu::Buffer dst = device.CreateBuffer(&dstDesc); in BasicTest() local
167 wgpu::Buffer dst = device.CreateBuffer(&dstDesc); TEST_P() local
[all...]
H A DComputeCopyStorageBufferTests.cpp59 wgpu::Buffer dst = device.CreateBuffer(&dstDesc); in BasicTest() local
[all...]
/third_party/optimized-routines/string/arm/
H A Dmemcpy.S64 #define dst ip define
[all...]
/third_party/optimized-routines/string/test/
H A Dmemmove.c53 unsigned char *dst = alignup (dbuf); in test() local
93 unsigned char *dst = src; in test_overlap() local
H A Dstpcpy.c58 char *dst = alignup (dbuf); in test() local
H A Dmemcpy.c55 unsigned char *dst = alignup (dbuf); in test() local
H A Dstrcpy.c56 char *dst = alignup (dbuf); in test() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dbitcast_validation_test.cc84 auto dst = std::get<1>(GetParam()); in TEST_P() local
118 auto dst = std::get<1>(GetParam()); in TEST_P() local
155 auto dst = std::get<1>(GetParam()); in TEST_P() local
194 auto dst in TEST_P() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dmarshalling.cc45 bool AbslParseFlag(absl::string_view text, bool* dst, std::string*) { in AbslParseFlag() argument
77 inline bool ParseFlagImpl(absl::string_view text, IntType& dst) { in ParseFlagImpl() argument
84 bool AbslParseFlag(absl::string_view text, short* dst, std::string*) { in AbslParseFlag() argument
93 bool AbslParseFlag(absl::string_view text, unsigned short* dst, std::string*) { in AbslParseFlag() argument
103 bool AbslParseFlag(absl::string_view text, int* dst, st argument
107 AbslParseFlag(absl::string_view text, unsigned int* dst, std::string*) AbslParseFlag() argument
111 AbslParseFlag(absl::string_view text, long* dst, std::string*) AbslParseFlag() argument
115 AbslParseFlag(absl::string_view text, unsigned long* dst, std::string*) AbslParseFlag() argument
119 AbslParseFlag(absl::string_view text, long long* dst, std::string*) AbslParseFlag() argument
123 AbslParseFlag(absl::string_view text, unsigned long long* dst, std::string*) AbslParseFlag() argument
131 AbslParseFlag(absl::string_view text, float* dst, std::string*) AbslParseFlag() argument
135 AbslParseFlag(absl::string_view text, double* dst, std::string*) AbslParseFlag() argument
142 AbslParseFlag(absl::string_view text, std::string* dst, std::string*) AbslParseFlag() argument
150 AbslParseFlag(absl::string_view text, std::vector<std::string>* dst, std::string*) AbslParseFlag() argument
202 AbslParseFlag(absl::string_view text, absl::LogSeverity* dst, std::string* err) AbslParseFlag() argument
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DCornerPinEffect.cpp54 dst[] = {{ fUL.x, fUL.y}, variable
/third_party/skia/modules/svg/src/
H A DSkSVGPattern.cpp42 int inherit_if_needed(const SkTLazy<T>& src, SkTLazy<T>& dst) { in inherit_if_needed() argument
H A DSkSVGImage.cpp74 const SkRect dst = m.mapRect(viewBox).makeOffset(viewPort.fLeft, viewPort.fTop); in LoadImage() local
/third_party/skia/gm/
H A Dmipmap.cpp41 const SkRect dst = SkRect::MakeWH(177, 15); in DEF_SIMPLE_GM() local
85 SkIRect dst = SkIRect::MakeWH(img->width(), img->height()); in show_mips() local
134 SkIRect dst = SkIRect::MakeWH(img->width() / 2, img->height() / 2); show_mips_only() local
[all...]
H A Dperspimages.cpp90 SkRect dst = {0, 0, variable
/third_party/skia/experimental/tools/
H A DcoreGraphicsPdf2png.cpp63 CGImageDestinationRef dst = in main() local
/third_party/skia/bench/
H A DReadPixBench.cpp89 SkPixmap src, dst; variable
H A DEncodeBench.cpp42 SkNullWStream dst; variable
55 static bool encode_jpeg(SkWStream* dst, const SkPixmap& src) { in encode_jpeg() argument
61 static bool encode_webp_lossy(SkWStream* dst, const SkPixmap& src) { in encode_webp_lossy() argument
68 static bool encode_webp_lossless(SkWStream* dst, const SkPixmap& src) { in encode_webp_lossless() argument
75 static bool encode_png(SkWStream* dst, in encode_png() argument
[all...]
/third_party/spirv-tools/test/diff/
H A Dlcs_test.cpp28 void VerifyMatch(const Sequence& src, const Sequence& dst, in VerifyMatch() argument
63 Sequence src, dst; in TEST() local
77 Sequence src, dst = {1, 2, 3}; in TEST() local
91 Sequence src = {1, 2, 3}, dst; in TEST() local
105 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {1, 2, 3, 4, 5, 6}; TEST() local
119 Sequence src = {1, 2, 3, 4}, dst = {1, 2, 3, 4, 5, 6}; TEST() local
136 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {1, 2, 3, 4, 5}; TEST() local
153 Sequence src = {3, 4, 5, 6}, dst = {1, 2, 3, 4, 5, 6}; TEST() local
170 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {5, 6}; TEST() local
187 Sequence src = {1, 3, 5, 7, 9}, dst = {2, 4, 6, 8, 10, 12}; TEST() local
201 Sequence src = {1, 2, 3, 4, 5, 6, 10}, dst = {2, 4, 5, 8, 9, 10, 12}; TEST() local
219 dst = {1, 2, 3, 4, 1, 2, 3, 4, 1, 2, 3, 4}; TEST() local
312 Sequence dst; TEST() local
[all...]
/third_party/spirv-tools/tools/diff/
H A Ddiff.cpp157 std::unique_ptr<spvtools::opt::IRContext> dst = load_module(dst_file.c_str()); in main() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_none.c46 static int none_driver_send_ether(void *priv, const u8 *dst, const u8 *src, in none_driver_send_ether() argument
/third_party/vk-gl-cts/framework/opengl/
H A DgluPixelTransfer.cpp49 void readPixels (const RenderContext& context, int x, int y, const tcu::PixelBufferAccess& dst) in readPixels() argument
[all...]

Completed in 11 milliseconds

1...<<11121314151617181920>>...134