Home
last modified time | relevance | path

Searched defs:size (Results 10101 - 10125 of 15501) sorted by relevance

1...<<401402403404405406407408409410>>...621

/third_party/skia/src/pdf/
H A DSkPDFBitmap.cpp197 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 DBitmapTest.cpp434 size_t size = info.computeByteSize(r.rowbytes); in DEF_TEST() local
H A DGrMemoryPoolTest.cpp29 void* operator new(size_t size) { in operator new() argument
[all...]
H A DSerialProcsTest.cpp120 static sk_sp<SkPicture> array_deserial_proc(const void* data, size_t size, void* ctx) { in array_deserial_proc() argument
H A DFrontBufferedStreamTest.cpp138 AndroidLikeMemoryStream(void* data, size_t size, bool ownMemory) in AndroidLikeMemoryStream() argument
H A DFontHostTest.cpp40 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 DSkFontMgr_mac_ct.cpp229 size_t size = stream->getLength(); in skdata_from_skstreamasset() local
241 size_t const size = data->size(); in cfdata_from_skdata() local
H A DSkTypeface_win_dw.cpp288 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 DSkOSFile_posix.cpp77 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 DSkDWriteFontFileStream.cpp35 size_t SkDWriteFontFileStream::read(void* buffer, size_t size) { in read() argument
[all...]
/third_party/skia/third_party/externals/brotli/research/
H A Dfind_opt_references.cc75 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 Dsieve.cc200 TextIdx size = dryRun( in sieve_generate() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderEncoderBase.cpp267 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 DBuffer.cpp225 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 DBufferD3D12.cpp111 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 DResidencyManagerD3D12.cpp41 uint64_t size = pageable->GetSize(); in LockAllocation() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DResourceMemoryAllocatorVk.cpp65 ResultOrError<ResourceMemoryAllocation> AllocateMemory(uint64_t size, uint64_t alignment) { in AllocateMemory() argument
132 VkDeviceSize size = requirements.size; Allocate() local
[all...]
H A DBufferVk.cpp153 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 DTextureViewTests.cpp48 Create3DTexture(wgpu::Device device, wgpu::Extent3D size, uint32_t mipLevelCount, wgpu::TextureUsage usage) Create3DTexture() argument
H A DGpuMemorySynchronizationTests.cpp423 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 DGPURenderBundleEncoder.cpp100 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 DBuffer.cpp159 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 DCommandAllocatorTests.cpp43 uint8_t size; member
/third_party/skia/third_party/externals/angle2/util/windows/
H A Dtest_utils_win.cpp395 int size = vsnprintf(nullptr, 0, format, args); in WriteDebugMessage() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/utils/
H A DWGPUHelpers.cpp45 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...]

Completed in 21 milliseconds

1...<<401402403404405406407408409410>>...621