/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_post.c | 61 size_t size; member 80 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() argument 98 post_iterator(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *value, uint64_t off, size_t size) post_iterator() argument 494 size_t size; global() member 500 readBuffer(void *p, size_t size, size_t nmemb, void *opaque) readBuffer() argument 517 slowReadBuffer(void *p, size_t size, size_t nmemb, void *opaque) slowReadBuffer() argument [all...] |
/third_party/skia/src/pdf/ |
H A D | SkPDFType1Font.cpp | 48 static bool parsePFB(const uint8_t* src, size_t size, size_t* headerLen, in parsePFB() argument 67 static bool parsePFA(const char* src, size_t size, size_t* headerLen, in parsePFA() argument 22 parsePFBSection(const uint8_t** src, size_t* len, int sectionType, size_t* size) parsePFBSection() argument [all...] |
H A D | SkPDFTypes.cpp | 277 size_t SkPDFArray::size() const { return fValues.size(); } in size() function in SkPDFArray 362 size_t SkPDFDict::size() const { return fRecords.size(); } in size() function in SkPDFDict
|
/third_party/skia/tests/ |
H A D | SkBlockAllocatorTest.cpp | 392 size_t size = add_block(pool); in DEF_TEST() local [all...] |
H A D | StreamTest.cpp | 357 size_t size = rand.nextRangeU(1, maxSize); in stream_peek_test() local 387 size_t size = rand.nextRangeU(1, sizeof(buffer)); DEF_TEST() local 506 const size_t size = stream1.getLength(); DEF_TEST() local [all...] |
H A D | TransferPixelsTest.cpp | 167 size_t size = srcRowBytes * kBufferHeight; in basic_transfer_to_test() local
|
H A D | CanvasTest.cpp | 182 const size_t size = info.computeByteSize(minRowBytes); in DEF_TEST() local
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType.cpp | 104 static void* sk_ft_alloc(FT_Memory, FT_Alloc_size_t size) { in sk_ft_alloc() argument [all...] |
H A D | SkFontConfigInterface_direct.cpp | 65 size_t size = sizeof(fID) + sizeof(fTTCIndex); in writeToMemory() local 85 readFromMemory(const void* addr, size_t size) readFromMemory() argument [all...] |
/third_party/skia/src/sksl/ |
H A D | SkSLCompiler.h | 192 static ModuleData MakeModuleData(const uint8_t* data, size_t size) { in MakeModuleData() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | ComputeLayoutMemoryBufferTests.cpp | 51 void FullDataMatcher(uint32_t size, DataMatcherCallback callback) { in FullDataMatcher() argument 60 void StridedDataMatcher(uint32_t size, DataMatcherCallback callback) { in StridedDataMatcher() argument 79 uint32_t size; // Natural size of the type in bytes global() member [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandValidation.cpp | 76 ValidateWriteBuffer(const DeviceBase* device, const BufferBase* buffer, uint64_t bufferOffset, uint64_t size) ValidateWriteBuffer() argument 160 ValidateCopySizeFitsInBuffer(const Ref<BufferBase>& buffer, uint64_t offset, uint64_t size) ValidateCopySizeFitsInBuffer() argument [all...] |
H A D | CommandBufferStateTracker.cpp | 350 SetIndexBuffer(wgpu::IndexFormat format, uint64_t size) SetIndexBuffer() argument 356 SetVertexBuffer(VertexBufferSlot slot, uint64_t size) SetVertexBuffer() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | DeviceGL.cpp | 273 ResultOrError<std::unique_ptr<StagingBufferBase>> Device::CreateStagingBuffer(size_t size) { in CreateStagingBuffer() argument 277 CopyFromStagingToBuffer(StagingBufferBase* source, uint64_t sourceOffset, BufferBase* destination, uint64_t destinationOffset, uint64_t size) CopyFromStagingToBuffer() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPURenderPassEncoder.cpp | 173 setIndexBuffer(Napi::Env env, interop::Interface<interop::GPUBuffer> buffer, interop::GPUIndexFormat indexFormat, interop::GPUSize64 offset, std::optional<interop::GPUSize64> size) setIndexBuffer() argument 191 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/freetype/include/freetype/internal/ |
H A D | wofftypes.h | 274 FT_ULong size; member
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftbitmap.c | 71 FT_ULong size; in FT_EXPORT_DEF() local
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffdrivr.c | 168 CFF_Size size = (CFF_Size)cffsize; in FT_CALLBACK_DEF() local
|
H A D | cffobjs.c | 84 CFF_Size size = (CFF_Size)cffsize; in cff_size_done() local 165 CFF_Size size = (CFF_Size)cffsize; in FT_LOCAL_DEF() local [all...] |
/third_party/skia/third_party/externals/freetype/src/type42/ |
H A D | t42parse.c | 142 FT_Long size; in FT_LOCAL_DEF() local 584 FT_ULong size; t42_parse_sfnts() local [all...] |
/third_party/skia/third_party/externals/freetype/src/winfonts/ |
H A D | winfnt.h | 102 FT_ULong size; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-common.cc | 943 hb_feature_to_string(hb_feature_t *feature, char *buf, unsigned int size) hb_feature_to_string() argument [all...] |
H A D | hb-ot-cff-common.hh | 51 unsigned int size = 1; in calcOffSize() local 75 unsigned int size = 0; in total_size() local 98 unsigned int size = get_size (); in copy() local 108 unsigned int size = src.get_size (); serialize() local 239 unsigned int size = offSize; set_offset_at() local 252 unsigned int size = offSize; offset_at() local 436 unsigned int size; global() member 561 unsigned int size = src.get_size (num_glyphs); serialize() local [all...] |
H A D | hb-ot-cff2-table.hh | 56 unsigned int size = src.get_size (num_glyphs); in serialize() local 133 HBUINT16 size; member
|
H A D | hb-serialize.hh | 527 unsigned int size in embed() local [all...] |