/third_party/skia/tests/ |
H A D | ClipperTest.cpp | 86 SkPoint dst[2]; in test_intersectline() local 165 SkPoint dst[2]; DEF_TEST() local [all...] |
H A D | WrappedSurfaceCopyOnWriteTest.cpp | 138 auto dst = dContext->priv().makeSFC(ii, SkBackingFit::kExact); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
H A D | SkColorSpaceXformStepsTest.cpp | 24 sk_sp<SkColorSpace> src, dst; in DEF_TEST() member
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | Transform.cs | 82 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 D | ComputeSharedMemoryTests.cpp | 42 wgpu::Buffer dst = device.CreateBuffer(&dstDesc); in BasicTest() local 167 wgpu::Buffer dst = device.CreateBuffer(&dstDesc); TEST_P() local [all...] |
H A D | ComputeCopyStorageBufferTests.cpp | 59 wgpu::Buffer dst = device.CreateBuffer(&dstDesc); in BasicTest() local [all...] |
/third_party/optimized-routines/string/arm/ |
H A D | memcpy.S | 64 #define dst ip define [all...] |
/third_party/optimized-routines/string/test/ |
H A D | memmove.c | 53 unsigned char *dst = alignup (dbuf); in test() local 93 unsigned char *dst = src; in test_overlap() local
|
H A D | stpcpy.c | 58 char *dst = alignup (dbuf); in test() local
|
H A D | memcpy.c | 55 unsigned char *dst = alignup (dbuf); in test() local
|
H A D | strcpy.c | 56 char *dst = alignup (dbuf); in test() local
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | bitcast_validation_test.cc | 84 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 D | marshalling.cc | 45 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 D | CornerPinEffect.cpp | 54 dst[] = {{ fUL.x, fUL.y}, variable
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGPattern.cpp | 42 int inherit_if_needed(const SkTLazy<T>& src, SkTLazy<T>& dst) { in inherit_if_needed() argument
|
H A D | SkSVGImage.cpp | 74 const SkRect dst = m.mapRect(viewBox).makeOffset(viewPort.fLeft, viewPort.fTop); in LoadImage() local
|
/third_party/skia/gm/ |
H A D | mipmap.cpp | 41 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 D | perspimages.cpp | 90 SkRect dst = {0, 0, variable
|
/third_party/skia/experimental/tools/ |
H A D | coreGraphicsPdf2png.cpp | 63 CGImageDestinationRef dst = in main() local
|
/third_party/skia/bench/ |
H A D | ReadPixBench.cpp | 89 SkPixmap src, dst; variable
|
H A D | EncodeBench.cpp | 42 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 D | lcs_test.cpp | 28 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 D | diff.cpp | 157 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 D | driver_none.c | 46 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 D | gluPixelTransfer.cpp | 49 void readPixels (const RenderContext& context, int x, int y, const tcu::PixelBufferAccess& dst) in readPixels() argument [all...] |