Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Matthew Leibowitz 66e7ac6ebb
Use Span<T> for data, bitmap data and text blobs (#865)
* Add several overloads that take ReadOnlySpan<byte>
* Update to System.Memory 4.5.3
* Made a few tweaks to the text blob
 - copy using new Span<T> CopyTo method
 - split runbuffers out into their own file
* Add Span<T> overloads for the blob allocations
2019-06-26 12:56:14 +02:00
Matthew Leibowitz 6fb447c202
Removed the use of the debug SaveBitmap 2018-11-15 06:28:27 +02:00
Matthew Leibowitz 53fbd5509f
Making the C layer dumber
- no "clever" mapping from types, just cast
 - removing variables, just use a direct call
 - sk_imageinfo_t still requires mapping because of the sk_sp<T> must be mapped to a T*
 - sksurfaceprops_t is now a class
2018-11-10 22:39:32 +02:00
Matthew Leibowitz 6c05bf00af
Added some better .editorconfig files 2018-05-12 22:13:44 +02:00
Nikita Tsukanov 2df5f842fa Added .editorconfig 2016-03-01 17:51:01 +03:00