/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | InternalUsageValidationTests.cpp | 125 wgpu::Texture dst = device.CreateTexture(&textureDesc); in TEST_F() local
|
/third_party/protobuf/src/google/protobuf/ |
H A D | any_test.cc | 156 google::protobuf::Any dst; in TEST() local
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | fastmem.h | 127 inline void memcpy_inlined(char *dst, const char *src, size_t size) { in memcpy_inlined() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | marshalling.h | 192 bool InvokeParseFlag(absl::string_view input, T* dst, std::string* err) { in InvokeParseFlag() argument 236 inline bool ParseFlag(absl::string_view input, T* dst, std::string* error) { in ParseFlag() argument
|
/third_party/skia/docs/examples/ |
H A D | skpaint_xfer.cpp | 43 SkPaint stroke, src, dst; in REG_FIDDLE() local
|
/third_party/skia/gm/ |
H A D | bitmappremul.cpp | 42 uint32_t* dst = bitmap.getAddr32(0, y); in make_argb8888_gradient() local 65 uint32_t* dst = bitmap.getAddr32(0, y); in make_argb8888_stripes() local
|
H A D | encode_alpha_jpeg.cpp | 26 static inline void read_into_pixmap(SkPixmap* dst, SkImageInfo dstInfo, void* dstPixels, in read_into_pixmap() argument 34 SkDynamicMemoryWStream dst; in encode_pixmap_and_make_image() local
|
/third_party/skia/include/private/ |
H A D | SkMalloc.h | 116 static inline void* sk_careful_memcpy(void* dst, const void* src, size_t len) { in sk_careful_memcpy() argument 125 static inline void* sk_careful_memmove(void* dst, const void* src, size_t len) { in sk_careful_memmove() argument
|
/third_party/skia/fuzz/ |
H A D | FuzzPathMeasure.cpp | 33 SkPath dst; in DEF_FUZZ() local
|
/third_party/skia/bench/ |
H A D | ColorPrivBench.cpp | 56 const SkPMColor dst = fDsts[i]; variable
|
/third_party/spirv-tools/test/diff/ |
H A D | diff_test.cpp | 64 const std::string dst = R"(OpCapability Shader in TEST() local 113 const std::string dst = R"(OpCapability Shader in TEST() local 193 std::unique_ptr<spvtools::opt::IRContext> dst = Assemble(dst_spirv); in TEST() local [all...] |
H A D | diff_test_utils.cpp | 41 std::unique_ptr<spvtools::opt::IRContext> dst = spvtools::BuildModule( in DoStringDiffTest() local
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deMemory.h | 70 DE_INLINE void* deMemcpy (void* dst, const void* src, size_t numBytes) in deMemcpy() argument 75 DE_INLINE void* deMemmove (void* dst, const void* src, size_t numBytes) in deMemmove() argument
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deArrayBuffer.cpp | 191 int dst; in ArrayBuffer_selfTest() local 202 int dst; in ArrayBuffer_selfTest() local 213 int dst; in ArrayBuffer_selfTest() local 224 int dst; in ArrayBuffer_selfTest() local [all...] |
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContext.cpp | 77 void Context::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() argument
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2RenderUtil.cpp | 44 void readPixels (const glw::Functions& gl, tcu::Surface& dst, int x, int y, int width, int height) in readPixels() argument
|
/foundation/ability/ability_base/test/unittest/base/ |
H A D | zchar_wrapper_test.cpp | 133 char *dst = new char [4];
in HWTEST_F() local 148 char *dst = new char [4];
in HWTEST_F() local 163 char *dst = new char [4];
in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_recording_canvas_test.cpp | 94 const Drawing::Rect dst; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_colorful_shadow_filter_test.cpp | 71 Drawing::Rect dst; in HWTEST_F() local 92 Drawing::Rect dst; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_linear_gradient_blur_shader_filter.h | 35 auto dst = canvas.GetDeviceClipBounds(); in SetGeometry() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkregion_fuzzer/ |
H A D | ndkregion_fuzzer.cpp | 54 OH_Drawing_Region* dst = OH_Drawing_RegionCreate(); in NativeDrawingRegionTest001() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/ |
H A D | matrix_test.cpp | 352 std::vector<Point> dst = { { 1, 2 } }; in HWTEST_F() local 368 std::vector<Point> dst = { { 3, 2 } }; in HWTEST_F() local 383 RectF dst; in HWTEST_F() local 398 RectF dst; in HWTEST_F() local 419 Point dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local 438 Point dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local 457 Point dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local 476 Point dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/colormatrix_fuzzer/ |
H A D | colormatrix_fuzzer.cpp | 69 scalar dst[MATRIX_SIZE]; in ColorMatrixFuzzTest002() local
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_aibar_shader_filter.cpp | 37 ProcessImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image> image, const Drawing::Rect& src, const Drawing::Rect& dst) ProcessImage() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | matrix_test.cpp | 97 OH_Drawing_Point2D dst[] = { { 20, 20 }, { 20, 200 }, { 200, 20 }, { 200, 200 } }; // 20, 200 坐标值 in OnTestPerformance() local
|