/third_party/skia/src/pdf/ |
H A D | SkPDFBitmap.cpp | 197 static bool do_jpeg(sk_sp<SkData> data, SkPDFDocument* doc, SkISize size, in do_jpeg() argument 70 emit_image_stream(SkPDFDocument* doc, SkPDFIndirectReference ref, T writeStream, SkISize size, const char* colorSpace, SkPDFIndirectReference sMask, int length, bool isJpeg) emit_image_stream() argument
|
/third_party/skia/tests/ |
H A D | BitmapTest.cpp | 434 size_t size = info.computeByteSize(r.rowbytes); in DEF_TEST() local
|
H A D | GrMemoryPoolTest.cpp | 29 void* operator new(size_t size) { in operator new() argument [all...] |
H A D | SerialProcsTest.cpp | 120 static sk_sp<SkPicture> array_deserial_proc(const void* data, size_t size, void* ctx) { in array_deserial_proc() argument
|
H A D | FrontBufferedStreamTest.cpp | 138 AndroidLikeMemoryStream(void* data, size_t size, bool ownMemory) in AndroidLikeMemoryStream() argument
|
H A D | FontHostTest.cpp | 40 size_t size = face->getTableSize(kFontTableTag_head); in test_unitsPerEm() local 59 size_t size = face->getTableSize(kFontTableTag_maxp); in test_countGlyphs() local 89 size_t size = SkFontStream::GetTableSize(stream, ttcIndex, array[i]); in test_fontstream() local 142 size_t size = face->getTableSize(tags[i]); in test_tables() local [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontMgr_mac_ct.cpp | 229 size_t size = stream->getLength(); in skdata_from_skstreamasset() local 241 size_t const size = data->size(); in cfdata_from_skdata() local
|
H A D | SkTypeface_win_dw.cpp | 288 size_t size = std::min(length, table.fSize - offset); in onGetTableData() local 298 UINT32 size; in onCopyTableData() local 302 reinterpret_cast<const void **>(&data), &size, &lock, &exists); in onCopyTableData() local
|
H A D | SkOSFile_posix.cpp | 77 void* sk_fdmmap(int fd, size_t* size) { in sk_fdmmap() argument 103 void* sk_fmmap(FILE* f, size_t* size) { in sk_fmmap() argument
|
/third_party/skia/src/utils/win/ |
H A D | SkDWriteFontFileStream.cpp | 35 size_t SkDWriteFontFileStream::read(void* buffer, size_t size) { in read() argument [all...] |
/third_party/skia/third_party/externals/brotli/research/ |
H A D | find_opt_references.cc | 75 inline void PrintReference(sarray_type* sarray, lcp_type* lcp, size_t size, in PrintReference() argument 103 inline void GoRight(sarray_type* sarray, lcp_type* lcp, int idx, size_t size, in GoRight() argument 54 BuildLCP(input_type* storage, sarray_type* sarray, lcp_type* lcp, size_t size, uint32_t* pos) BuildLCP() argument 115 StoreReference(sarray_type* sarray, lcp_type* lcp, size_t size, int idx, int left_ix, int right_ix, int left_lcp, int right_lcp, entry_type* entries) StoreReference() argument 130 ProcessReferences(sarray_type* sarray, lcp_type* lcp, size_t size, uint32_t* pos, const Fn& process_output) ProcessReferences() argument 164 ProcessEntries(entry_type* entries, size_t size, FILE* fout) ProcessEntries() argument [all...] |
H A D | sieve.cc | 200 TextIdx size = dryRun( in sieve_generate() local [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | RenderEncoderBase.cpp | 267 APISetIndexBuffer(BufferBase* buffer, wgpu::IndexFormat format, uint64_t offset, uint64_t size) APISetIndexBuffer() argument 327 APISetVertexBuffer(uint32_t slot, BufferBase* buffer, uint64_t offset, uint64_t size) APISetVertexBuffer() argument [all...] |
H A D | Buffer.cpp | 225 size_t size; MapAtCreation() local 314 APIMapAsync(wgpu::MapMode mode, size_t offset, size_t size, WGPUBufferMapCallback callback, void* userdata) APIMapAsync() argument 355 APIGetMappedRange(size_t offset, size_t size) APIGetMappedRange() argument 359 APIGetConstMappedRange(size_t offset, size_t size) APIGetConstMappedRange() argument 363 GetMappedRange(size_t offset, size_t size, bool writable) GetMappedRange() argument 432 ValidateMapAsync(wgpu::MapMode mode, size_t offset, size_t size, WGPUBufferMapAsyncStatus* status) const ValidateMapAsync() argument 451 offset, size, mSize, this); ValidateMapAsync() local [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | BufferD3D12.cpp | 111 uint64_t size = std::max(GetSize(), uint64_t(4u)); in Initialize() local 317 MapInternal(bool isWrite, size_t offset, size_t size, const char* contextInfo) MapInternal() argument 356 MapAsyncImpl(wgpu::MapMode mode, size_t offset, size_t size) MapAsyncImpl() argument 411 EnsureDataInitializedAsDestination( CommandRecordingContext* commandContext, uint64_t offset, uint64_t size) EnsureDataInitializedAsDestination() argument 460 ClearBuffer(CommandRecordingContext* commandContext, uint8_t clearValue, uint64_t offset, uint64_t size) ClearBuffer() argument [all...] |
H A D | ResidencyManagerD3D12.cpp | 41 uint64_t size = pageable->GetSize(); in LockAllocation() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | ResourceMemoryAllocatorVk.cpp | 65 ResultOrError<ResourceMemoryAllocation> AllocateMemory(uint64_t size, uint64_t alignment) { in AllocateMemory() argument 132 VkDeviceSize size = requirements.size; Allocate() local [all...] |
H A D | BufferVk.cpp | 153 uint64_t size = GetSize(); in Initialize() local 305 MapAsyncImpl(wgpu::MapMode mode, size_t offset, size_t size) MapAsyncImpl() argument 352 EnsureDataInitializedAsDestination(CommandRecordingContext* recordingContext, uint64_t offset, uint64_t size) EnsureDataInitializedAsDestination() argument 396 ClearBuffer(CommandRecordingContext* recordingContext, uint32_t clearValue, uint64_t offset, uint64_t size) ClearBuffer() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | TextureViewTests.cpp | 48 Create3DTexture(wgpu::Device device, wgpu::Extent3D size, uint32_t mipLevelCount, wgpu::TextureUsage usage) Create3DTexture() argument
|
H A D | GpuMemorySynchronizationTests.cpp | 423 wgpu::Buffer CreateZeroedBuffer(uint64_t size, wgpu::BufferUsage usage) { in CreateZeroedBuffer() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPURenderBundleEncoder.cpp | 100 setIndexBuffer(Napi::Env env, interop::Interface<interop::GPUBuffer> buffer, interop::GPUIndexFormat indexFormat, interop::GPUSize64 offset, std::optional<interop::GPUSize64> size) setIndexBuffer() argument 121 setVertexBuffer(Napi::Env env, interop::GPUIndex32 slot, interop::Interface<interop::GPUBuffer> buffer, interop::GPUSize64 offset, std::optional<interop::GPUSize64> size) setVertexBuffer() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | Buffer.cpp | 159 MapAsync(WGPUMapModeFlags mode, size_t offset, size_t size, WGPUBufferMapCallback callback, void* userdata) MapAsync() argument 266 GetMappedRange(size_t offset, size_t size) GetMappedRange() argument 273 GetConstMappedRange(size_t offset, size_t size) GetConstMappedRange() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | CommandAllocatorTests.cpp | 43 uint8_t size; member
|
/third_party/skia/third_party/externals/angle2/util/windows/ |
H A D | test_utils_win.cpp | 395 int size = vsnprintf(nullptr, 0, format, args); in WriteDebugMessage() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/ |
H A D | WGPUHelpers.cpp | 45 CreateBufferFromData(DeviceBase* device, wgpu::BufferUsage usage, const void* data, uint64_t size) CreateBufferFromData() argument 149 BindingInitializationHelper(uint32_t binding, const Ref<BufferBase>& buffer, uint64_t offset, uint64_t size) BindingInitializationHelper() argument [all...] |