Home
last modified time | relevance | path

Searched defs:size (Results 1976 - 2000 of 7557) sorted by relevance

1...<<71727374757677787980>>...303

/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidobjs.h122 cid_size_done( FT_Size size ); /* CID_Size */ variable
125 cid_size_init( FT_Size size ); /* CID_Size */ variable
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dzutil.c83 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
142 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttbdf.c144 FT_Size size = FT_FACE( face )->size; in FT_LOCAL_DEF() local
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1objs.h98 T1_Size_Done( FT_Size size ); variable
105 T1_Size_Init( FT_Size size ); variable
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-glib.cc290 gsize size = 0; in hb_glib_blob_create() local
H A Dhb-subset-cff-common.cc152 serialize_fdselect_3_4(hb_serialize_context_t *c, const unsigned int num_glyphs, const FDSelect &src, unsigned int size, const hb_vector_t<code_pair_t> &fdselect_ranges) serialize_fdselect_3_4() argument
173 hb_serialize_cff_fdselect(hb_serialize_context_t *c, const unsigned int num_glyphs, const FDSelect &src, unsigned int fd_count, unsigned int fdselect_format, unsigned int size, const hb_vector_t<code_pair_t> &fdselect_ranges) hb_serialize_cff_fdselect() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
H A Dfont_data_table.cc61 int32_t size = SubDataSizeToSerialize(); in Data() local
91 int32_t size = SubDataSizeToSerialize(); in Build() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dbyte_array_test.cc29 void FillTestByteArray(ByteArray* ba, int32_t size) { in FillTestByteArray() argument
117 int32_t size = byte_array_test::BYTE_ARRAY_SIZES[i]; TestMemoryByteArray() local
131 int32_t size = byte_array_test::BYTE_ARRAY_SIZES[i]; TestGrowableMemoryByteArray() local
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.h137 size_type size () const { return rep_->size; } in size() function in TiXmlString
/third_party/python/Modules/_multiprocessing/
H A Dmultiprocessing.c100 _multiprocessing_recv_impl(PyObject *module, HANDLE handle, int size) in _multiprocessing_recv_impl() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h174 uint64_t size() const { return Range.size(); } in size() function
H A DRange.h37 uint64_t size() const { return End - Start; } in size() function
93 size_t size() const { return Ranges.size(); } in size() function in llvm::gsym::AddressRanges
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DStringPool.h125 inline unsigned size() const { in size() function in llvm::PooledStringPtr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DConvertUTF.h251 unsigned size = getNumBytesForUTF8(**source); in convertUTF8Sequence() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dmemory.cpp100 static auto size = [] { in pageSize() local
139 pagedMalloc(size_t alignment, size_t size, bool guardLow, bool guardHigh) pagedMalloc() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DStreamingMemoryObject.cpp122 void StreamingMemoryObject::setKnownObjectSize(size_t size) { in setKnownObjectSize() argument
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
H A Dfuzzer.cc91 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument
45 LLVMFuzzerCustomMutator(uint8_t* data, size_t size, size_t max_size, unsigned seed) LLVMFuzzerCustomMutator() argument
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dtint_common_fuzzer.cc114 int CommonFuzzer::Run(const uint8_t* data, size_t size) { in Run() argument
141 std::string str(reinterpret_cast<const char*>(data), size); in Run() local
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
H A Dfuzzer.cc119 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument
55 LLVMFuzzerCustomMutator(uint8_t* data, size_t size, size_t max_size, unsigned seed) LLVMFuzzerCustomMutator() argument
[all...]
/third_party/skia/third_party/externals/tint/src/utils/
H A Dunique_vector.h78 size_t size() const { return vector.size(); } in size() function
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.h375 uint32_t size; member
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dfunction.h75 uint32_t size = 2 + declaration_.word_length(); in word_length() local
/third_party/skia/tools/sk_app/win/
H A Dmain_win.cpp20 int size = WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), NULL, 0, NULL, NULL); in tchar_to_utf8() local
/third_party/skia/tools/skqp/
H A Djitter_gms.cpp61 SkISize size = gm->getISize(); in test_jitter() local
H A Dmake_skqp_model.cpp47 SkISize size = codec->getInfo().dimensions(); in decode_to_srgb_8888_unpremul() local

Completed in 11 milliseconds

1...<<71727374757677787980>>...303