Home
last modified time | relevance | path

Searched defs:stream (Results 1076 - 1100 of 1395) sorted by relevance

1...<<41424344454647484950>>...56

/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c53 spdylay_fprintf(FILE *stream, const char *format, ...) in spdylay_fprintf() argument
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp1012 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(fname); in loadFont() local
/third_party/skia/src/utils/
H A DSkJSON.cpp857 void Write(const Value& v, SkWStream* stream) { in Write() argument
[all...]
/third_party/skia/tests/
H A DSerializationTest.cpp342 SkDynamicMemoryWStream stream; in serialize_typeface_proc() local
351 SkStream* stream; in deserialize_typeface_proc() local
386 SkDynamicMemoryWStream stream; serialize_and_compare_typeface() local
[all...]
/third_party/skia/src/pdf/
H A DSkPDFFont.cpp270 static sk_sp<SkData> stream_to_data(std::unique_ptr<SkStreamAsset> stream) { in stream_to_data() argument
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dangle_test_configs.cpp113 std::ostream &operator<<(std::ostream &stream, const PlatformParameters &pp) in operator <<() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DShaderModuleD3D12.cpp341 std::stringstream stream; in CreateCacheKey() local
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftstream.h378 FT_Stream_Close( FT_Stream stream ); global() variable
393 FT_Stream_Pos( FT_Stream stream ); global() variable
432 FT_Stream_ExitFrame( FT_Stream stream ); global() variable
459 FT_Stream_GetByte( FT_Stream stream ); global() variable
463 FT_Stream_GetUShort( FT_Stream stream ); global() variable
467 FT_Stream_GetUOffset( FT_Stream stream ); global() variable
471 FT_Stream_GetULong( FT_Stream stream ); global() variable
475 FT_Stream_GetUShortLE( FT_Stream stream ); global() variable
479 FT_Stream_GetULongLE( FT_Stream stream ); global() variable
[all...]
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdflib.c518 _bdf_readstream( FT_Stream stream, in _bdf_readstream() argument
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.c214 FT_Stream stream = idx->stream; in cff_index_read_offset() local
327 FT_Stream stream = idx->stream; in cff_index_done() local
234 cff_index_init( CFF_Index idx, FT_Stream stream, FT_Bool load, FT_Bool cff2 ) cff_index_init() argument
344 FT_Stream stream = idx->stream; cff_index_load_offsets() local
515 FT_Stream stream = idx->stream; FT_LOCAL_DEF() local
607 FT_Stream stream = idx->stream; cff_index_forget_element() local
704 CFF_Load_FD_Select( CFF_FDSelect fdselect, FT_UInt num_glyphs, FT_Stream stream, FT_ULong offset ) CFF_Load_FD_Select() argument
906 cff_charset_load( CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset, FT_Bool invert ) cff_charset_load() argument
1124 cff_vstore_load( CFF_VStoreRec* vstore, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) cff_vstore_load() argument
1632 cff_encoding_load( CFF_Encoding encoding, CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) cff_encoding_load() argument
1889 FT_Stream stream = font->stream; FT_LOCAL_DEF() local
1987 cff_subfont_load( CFF_SubFont subfont, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_UInt code, CFF_Font font, CFF_Face face ) cff_subfont_load() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dafmparse.c385 AFM_Stream stream = parser->stream; FT_LOCAL_DEF() local
459 AFM_Stream stream = parser->stream; afm_parser_next_key() local
544 AFM_Stream stream = NULL; FT_LOCAL_DEF() local
600 AFM_Stream stream = parser->stream; afm_parse_track_kern() local
742 AFM_Stream stream = parser->stream; afm_parse_kern_pairs() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgload.c160 FT_Stream stream = loader->stream; in tt_get_metrics() local
304 FT_Stream stream = loader->stream; in FT_CALLBACK_DEF() local
323 FT_Stream stream = loader->stream; in TT_Forget_Glyph_Frame() local
763 FT_Stream stream in FT_CALLBACK_DEF() local
1384 FT_Stream stream = loader->stream; TT_Process_Composite_Glyph() local
2424 FT_Stream stream; load_sbit_image() local
2484 FT_Stream stream; tt_loader_init() local
[all...]
/third_party/python/Lib/logging/
H A D__init__.py1250 def stream(self): global() member in _StderrHandler
[all...]
/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp79 std::unique_ptr<SkStreamAsset> stream = GetResourceAsStream(fResourcePath); in withSVG() local
/third_party/skia/tools/skpbench/
H A Dskpbench.cpp171 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(path.c_str()); in MakeFromFile() local
702 static sk_sp<SkPicture> create_skp_from_svg(SkStream* stream, const char* filename) { in create_skp_from_svg() argument
/third_party/tzdata/
H A Dzdump.c443 close_file(FILE *stream) in close_file() argument
454 usage(FILE * const stream, const int status) in usage() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_parse_utils.cpp1702 void DumpHexAscii (dng_stream &stream, in DumpHexAscii() argument
1850 void DumpXMP (dng_stream &stream, in DumpXMP() argument
1996 void DumpTagValues (dng_stream &stream, in DumpTagValues() argument
2297 DumpHueSatMap(dng_stream &stream, uint32 hues, uint32 sats, uint32 vals, bool skipSat0) DumpHueSatMap() argument
2662 ParseStringTag(dng_stream &stream, uint32 parentCode, uint32 tagCode, uint32 tagCount, dng_string &s, bool trimBlanks) ParseStringTag() argument
2753 ParseDualStringTag(dng_stream &stream, uint32 parentCode, uint32 tagCode, uint32 tagCount, dng_string &s1, dng_string &s2) ParseDualStringTag() argument
2858 ParseEncodedStringTag(dng_stream &stream, uint32 parentCode, uint32 tagCode, uint32 tagCount, dng_string &s) ParseEncodedStringTag() argument
3175 ParseMatrixTag(dng_stream &stream, uint32 parentCode, uint32 tagCode, uint32 tagType, uint32 tagCount, uint32 rows, uint32 cols, dng_matrix &m) ParseMatrixTag() argument
3210 ParseVectorTag(dng_stream &stream, uint32 parentCode, uint32 tagCode, uint32 tagType, uint32 tagCount, uint32 count, dng_vector &v) ParseVectorTag() argument
3243 ParseDateTimeTag(dng_stream &stream, uint32 parentCode, uint32 tagCode, uint32 tagType, uint32 tagCount, dng_date_time &dt) ParseDateTimeTag() argument
[all...]
/third_party/skia/third_party/externals/freetype/builds/mac/
H A Dftmac.c455 ft_FSp_stream_io( FT_Stream stream, unsigned long offset, unsigned char* buffer, unsigned long count ) ft_FSp_stream_io() argument
1146 FT_Stream stream; FT_New_Face_From_SFNT() local
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h657 EpsCopyOutputStream(ZeroCopyOutputStream* stream, bool deterministic, uint8** pp) EpsCopyOutputStream() argument
675 EpsCopyOutputStream(void* data, int size, ZeroCopyOutputStream* stream, bool deterministic, uint8** pp) EpsCopyOutputStream() argument
1049 CodedOutputStream(ZeroCopyOutputStream* stream) CodedOutputStream() argument
[all...]
/third_party/python/Parser/
H A Dtokenizer.c439 PyObject *readline, *io, *stream; in fp_setreadl() local
/third_party/pulseaudio/src/utils/
H A Dpacat.c56 static pa_stream *stream = NULL; variable
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_test.cc170 operator <<( std::ostream& stream, const ValueHolder<T, N>& object) operator <<() argument
221 operator <<( std::ostream& stream, const IncrementInDtor& object) operator <<() argument
/third_party/skia/include/codec/
H A DSkCodec.h810 SkStream* stream() { stream() function in SkCodec
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs582 pub fn stream(&self) -> TokenStream { stream() functions
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs344 let mut stream = ssl.accept(stream).unwrap(); in test_connect_with_srtp_ctx() variables
363 let mut stream = ssl.connect(stream).unwrap(); in test_connect_with_srtp_ctx() variables
413 let mut stream = ssl.accept(stream).unwrap(); test_connect_with_srtp_ssl() variables
432 let mut stream = ssl.connect(stream).unwrap(); test_connect_with_srtp_ssl() variables
837 let mut stream = acceptor.accept(stream).unwrap(); test_mozilla_server() variables
847 let mut stream = connector.connect("foobar.com", stream).unwrap(); test_mozilla_server() variables
1155 let mut stream = ssl.accept(stream).unwrap(); keying_export() variables
1171 let mut stream = ssl.connect(stream).unwrap(); keying_export() variables
[all...]

Completed in 38 milliseconds

1...<<41424344454647484950>>...56