| /third_party/skia/third_party/externals/microhttpd/src/spdy2http/ |
| H A D | proxy.c | 312 store_in_buffer(const void *src, size_t src_size, void **dst, size_t *dst_size) in store_in_buffer() argument 332 get_from_buffer(void **src, size_t *src_size, void *dst, size_t max_size) in get_from_buffer() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
| H A D | test_new_connection.c | 150 char *dst; in strcopy() local
|
| H A D | test_notls.c | 129 char *dst; in strcopy() local
|
| H A D | test_request_response.c | 132 char *dst; in strcopy() local
|
| /third_party/skia/tests/ |
| H A D | VkHardwareBufferTest.cpp | 1177 uint32_t* dst = bufferAddr; in run_test() local
|
| H A D | BlurTest.cpp | 180 SkMask src, dst; in ground_truth_2d() local 391 const auto dst = mf->approximateFilteredBounds(src); DEF_TEST() local [all...] |
| H A D | ProcessorTest.cpp | 381 static bool log_pixels(GrColor* pixels, int widthHeight, SkString* dst) { in log_pixels() argument 389 static bool log_texture_view(GrDirectContext* dContext, GrSurfaceProxyView src, SkString* dst) { in log_texture_view() argument
|
| H A D | RoundRectTest.cpp | 521 SkRRect dst; in assert_transform_failure() local 548 SkRRect dst; test_transform_helper() local 940 SkRRect dst; test_issue_2696() local [all...] |
| H A D | ReadWritePixelsGpuTest.cpp | 997 auto dst = dstFactory(dstInfo); gpu_write_pixels_test_driver() local [all...] |
| H A D | MatrixTest.cpp | 131 SkRect src, dst; in test_matrix_recttorect() local 638 naive_homogeneous_mapping(const SkMatrix& m, const SkPoint3& src, const SkPoint3& dst) naive_homogeneous_mapping() argument 684 SkPoint3 dst[kTripleCount]; test_matrix_homogeneous() local 693 SkPoint3 dst[kTripleCount]; test_matrix_homogeneous() local 703 SkPoint3 dst; test_matrix_homogeneous() local 717 SkPoint3 dst; test_matrix_homogeneous() local 731 SkPoint3 dst; test_matrix_homogeneous() local 747 SkPoint3 dst; test_matrix_homogeneous() local 762 SkPoint3 dst; test_matrix_homogeneous() local 1000 SkRect dst[4]; DEF_TEST() local [all...] |
| /third_party/skia/src/shaders/gradients/ |
| H A D | SkGradientShader.cpp | 470 dst = common.makeColorSpace(dstInfo.refColorSpace()); in onProgram() local 631 SkColor4fXformer(const SkColor4f* colors, int colorCount, SkColorSpace* src, SkColorSpace* dst) SkColor4fXformer() argument [all...] |
| /third_party/skia/src/pdf/ |
| H A D | SkPDFFont.cpp | 51 void SkPDFFont::GetType1GlyphNames(const SkTypeface& face, SkString* dst) { in GetType1GlyphNames() argument
|
| /third_party/skia/src/ports/ |
| H A D | SkScalerContext_win_dw.cpp | 869 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(glyph.fImage); in BilevelToBW() local 910 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(glyph.fImage); in GrayscaleToA8() local 927 uint8_t* SK_RESTRICT dst = static_cast<uint8_t*>(glyph.fImage); in RGBToA8() local 946 uint16_t* SK_RESTRICT dst = static_cast<uint16_t*>(glyph.fImage); RGBToLcd16() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | CommandBufferVk.cpp | 559 auto& dst = copy->destination; in RecordCommands() local 602 auto& dst = copy->destination; in RecordCommands() local 639 TextureCopy& dst = copy->destination; RecordCommands() local [all...] |
| H A D | DeviceVk.cpp | 678 CopyFromStagingToTexture(const StagingBufferBase* source, const TextureDataLayout& src, TextureCopy* dst, const Extent3D& copySizePixels) CopyFromStagingToTexture() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | DeviceD3D12.cpp | 495 CopyFromStagingToTexture(const StagingBufferBase* source, const TextureDataLayout& src, TextureCopy* dst, const Extent3D& copySizePixels) CopyFromStagingToTexture() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
| H A D | DeviceNull.cpp | 218 CopyFromStagingToTexture(const StagingBufferBase* source, const TextureDataLayout& src, TextureCopy* dst, const Extent3D& copySizePixels) CopyFromStagingToTexture() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | BufferZeroInitTests.cpp | 1207 wgpu::ImageCopyBuffer dst = in TEST_P() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | CommandBufferGL.cpp | 645 auto& dst in Execute() local 474 CopyTextureToTextureWithBlit(const OpenGLFunctions& gl, const TextureCopy& src, const TextureCopy& dst, const Extent3D& copySize) CopyTextureToTextureWithBlit() argument 684 auto& dst = copy->destination; Execute() local 796 auto& dst = copy->destination; Execute() local [all...] |
| /third_party/openssl/crypto/ec/ |
| H A D | ecp_nistz256.c | 177 static void copy_conditional(BN_ULONG dst[P256_LIMBS], in copy_conditional() argument [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-algs.hh | 777 hb_memcpy (void *__restrict dst, const void *__restrict src, size_t len) in hb_memcpy() argument
|
| H A D | hb-ot-color-cbdt-table.hh | 565 auto *dst = c->serializer->start_embed<IndexSubtableArray> (); in subset() local
|
| /third_party/python/Modules/_ctypes/ |
| H A D | cfield.c | 204 CDataObject *dst; in PyCField_set() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64Disassembler.cpp | 1756 int64_t dst = fieldFromInstruction(insn, 5, 14); in DecodeTestAndBranch() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ucnv_io.cpp | 387 ucnv_io_stripASCIIForCompare(char *dst, const char *name) { in ucnv_io_stripASCIIForCompare() argument 422 ucnv_io_stripEBCDICForCompare(char *dst, const char *name) { in ucnv_io_stripEBCDICForCompare() argument
|