Home
last modified time | relevance | path

Searched defs:src (Results 3751 - 3775 of 4746) sorted by relevance

1...<<151152153154155156157158159160>>...190

/third_party/skia/tests/
H A DProcessorTest.cpp389 log_texture_view(GrDirectContext* dContext, GrSurfaceProxyView src, SkString* dst) log_texture_view() argument
[all...]
H A DReadWritePixelsGpuTest.cpp426 auto src = srcFactory(srcPixels); gpu_read_pixels_test_driver() local
1133 SkPixmap src; DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
1162 SkPixmap src; DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
H A DSerializationTest.cpp736 static sk_sp<SkPicture> copy_picture_via_serialization(SkPicture* src) { in copy_picture_via_serialization() argument
819 char src[kSize]; DEF_TEST() local
[all...]
H A DMatrixTest.cpp131 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
718 SkPoint3 src = {randTriples[0].fX, randTriples[0].fY, 1.f}; test_matrix_homogeneous() local
732 SkPoint3 src = {randTriples[0].fX, randTriples[0].fY, 1.f}; test_matrix_homogeneous() local
748 SkPoint3 src = {randTriples[0].fX, randTriples[0].fY, 1.f}; test_matrix_homogeneous() local
996 SkRect src = SkRect::MakeLTRB(rand.nextSScalar1() * scale, DEF_TEST() local
[all...]
/third_party/skia/src/utils/
H A DSkJSON.cpp83 static void* MakeVector(const void* src, size_t size, SkArenaAlloc& alloc) { in MakeVector() argument
94 ArrayValue::ArrayValue(const Value* src, size_t size, SkArenaAlloc& alloc) { in ArrayValue() argument
119 FastString(const char* src, size_t size, const char* eos, SkArenaAlloc& alloc) { in FastString() argument
142 initLongString(const char* src, size_t size, SkArenaAlloc& alloc) initLongString() argument
151 initShortString(const char* src, size_t size) initShortString() argument
159 initFastShortString(const char* src, size_t size) initFastShortString() argument
187 StringValue(const char* src, size_t size, SkArenaAlloc& alloc) StringValue() argument
191 ObjectValue(const Member* src, size_t size, SkArenaAlloc& alloc) ObjectValue() argument
[all...]
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp866 BilevelToBW(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph) BilevelToBW() argument
905 GrayscaleToA8(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, const uint8_t* table8) GrayscaleToA8() argument
922 RGBToA8(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, const uint8_t* table8) RGBToA8() argument
941 RGBToLcd16(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, const uint8_t* tableR, const uint8_t* tableG, const uint8_t* tableB) RGBToLcd16() argument
1195 const uint8_t* src = (const uint8_t*)bits; generateImage() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp558 auto& src = copy->source; in RecordCommands() local
601 auto& src = copy->source; in RecordCommands() local
638 TextureCopy& src = copy->source; RecordCommands() local
[all...]
H A DDeviceVk.cpp678 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 DDeviceD3D12.cpp495 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 DDeviceNull.cpp218 CopyFromStagingToTexture(const StagingBufferBase* source, const TextureDataLayout& src, TextureCopy* dst, const Extent3D& copySizePixels) CopyFromStagingToTexture() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp474 CopyTextureToTextureWithBlit(const OpenGLFunctions& gl, const TextureCopy& src, const TextureCopy& dst, const Extent3D& copySize) CopyTextureToTextureWithBlit() argument
644 auto& src = copy->source; Execute() local
683 auto& src = copy->source; Execute() local
795 auto& src = copy->source; Execute() local
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistz256.c177 copy_conditional(BN_ULONG dst[P256_LIMBS], const BN_ULONG src[P256_LIMBS], BN_ULONG move) copy_conditional() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-algs.hh777 hb_memcpy (void *__restrict dst, const void *__restrict src, size_t len) in hb_memcpy() argument
/third_party/python/Modules/_ctypes/
H A Dcallproc.c1424 IUnknown *src, **pdst; in copy_com_pointer() local
H A Dcfield.c225 CDataObject *src; in PyCField_get() local
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpsignal.c67 mpd_export_u16(uint16_t **rdata, size_t rlen, uint32_t base, const mpd_t *src, in mpd_export_u16() argument
78 mpd_export_u32(uint32_t **rdata, size_t rlen, uint32_t base, const mpd_t *src, in mpd_export_u32() argument
/third_party/skia/third_party/externals/tint/samples/
H A Dmain.cc702 BindingPoint src = {binding.bind_group, binding.binding}; in GenerateMsl() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc230 FunctionHeader(Source src, std::string n, ast::VariableList p, const ast::Type* ret_ty, ast::DecorationList ret_decos) FunctionHeader() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dustring.cpp578 u_strtok_r(UChar *src, in u_strtok_r() argument
628 u_strcat(UChar *dst, const UChar *src) u_strcat() argument
643 u_strncat(UChar *dst, const UChar *src, int32_t n ) u_strncat() argument
967 u_strcpy(UChar *dst, const UChar *src) u_strcpy() argument
979 u_strncpy(UChar *dst, const UChar *src, int32_t n) u_strncpy() argument
1117 u_memcpy(UChar *dest, const UChar *src, int32_t count) u_memcpy() argument
1125 u_memmove(UChar *dest, const UChar *src, int32_t count) u_memmove() argument
1366 _appendUChars(UChar *dest, int32_t destCapacity, const char *src, int32_t srcLen) _appendUChars() argument
1379 u_unescape(const char *src, UChar *dest, int32_t destCapacity) u_unescape() argument
[all...]
/third_party/toybox/lib/
H A Dxwrap.c16 void xstrncpy(char *dest, char *src, size_t size) in xstrncpy() argument
22 void xstrncat(char *dest, char *src, size_t size) in xstrncat() argument
/third_party/python/Modules/
H A Dmmapmodule.c743 Py_ssize_t dest, src, cnt; in mmap_move_method() local
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-surround-sink.c403 float *src, *dst; in sink_input_pop_cb() local
/third_party/python/Objects/
H A Dtupleobject.c375 _PyTuple_FromArray(PyObject *const *src, Py_ssize_t n) in _PyTuple_FromArray() argument
396 _PyTuple_FromArraySteal(PyObject *const *src, Py_ssize_t n) in _PyTuple_FromArraySteal() argument
449 PyObject **src, **dest; in tupleconcat() local
530 PyObject **src = a->ob_item; tuplerepeat() local
793 PyObject **src, **dest; tuplesubscript() local
[all...]
/third_party/python/Modules/clinic/
H A D_winapi.c.h889 PyObject *src; in _winapi_LCMapStringEx() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h93 inline void MemcpyIfAllowed<true>(void* dst, const void* src, size_t n) { in MemcpyIfAllowed() argument
517 const_pointer src; in InitFrom() local

Completed in 44 milliseconds

1...<<151152153154155156157158159160>>...190