Home
last modified time | relevance | path

Searched defs:stream (Results 501 - 525 of 1146) sorted by relevance

1...<<21222324252627282930>>...46

/third_party/skia/tests/
H A DTypefaceTest.cpp127 std::unique_ptr<SkStreamAsset> stream = typeface->openStream(&fontIndex); in DEF_TEST() local
139 SkDynamicMemoryWStream stream; in DEF_TEST() local
H A DCodecPartialTest.cpp71 HaltingStream* stream = new HaltingStream(file, minBytes); in test_partial() local
433 HaltingStream* stream = new HaltingStream(data, 23); DEF_TEST() local
[all...]
H A DFrontBufferedStreamTest.cpp213 LengthOptionalStream* stream = test_length_combos() local
295 auto stream = android::skia::FrontBufferedStream::Make( DEF_TEST() local
[all...]
H A DFontHostTest.cpp72 static void test_fontstream(skiatest::Reporter* reporter, SkStream* stream, int ttcIndex) { in test_fontstream() argument
/third_party/skia/src/ports/
H A DSkFontMgr_mac_ct.cpp228 static sk_sp<SkData> skdata_from_skstreamasset(std::unique_ptr<SkStreamAsset> stream) { in skdata_from_skstreamasset() argument
[all...]
H A DSkFontMgr_preview.h195 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(pathName.c_str()); in SkFontStyleSet_Preview() local
H A DSkFontMgr_preview.cpp160 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(path); in onMakeFromFile() local
164 sk_sp<SkTypeface> SkFontMgr_Preview::onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset> stream, int ttcIndex) const in onMakeFromStreamIndex() argument
176 sk_sp<SkTypeface> SkFontMgr_Preview::onMakeFromStreamArgs(std::unique_ptr<SkStreamAsset> stream, in onMakeFromStreamArgs() argument
H A DSkTypeface_win_dw.cpp273 std::unique_ptr<SkStreamAsset> stream = this->openStream(&ttcIndex); in onGetTableTags() local
/third_party/skia/src/utils/
H A DSkJSONWriter.h49 SkJSONWriter(SkWStream* stream, Mode mode = Mode::kFast) in SkJSONWriter() argument
/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp137 HRESULT SkDWriteFontFileStreamWrapper::Create(SkStreamAsset* stream, in Create() argument
147 SkDWriteFontFileStreamWrapper::SkDWriteFontFileStreamWrapper(SkStreamAsset* stream) in SkDWriteFontFileStreamWrapper() argument
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftrfork.c443 FT_Raccess_Guess( FT_Library library, FT_Stream stream, char* base_name, char **new_names, FT_Long *offsets, FT_Error *errors ) FT_Raccess_Guess() argument
509 raccess_guess_apple_double( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) raccess_guess_apple_double() argument
531 raccess_guess_apple_single( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) raccess_guess_apple_single() argument
553 raccess_guess_darwin_ufs_export( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) raccess_guess_darwin_ufs_export() argument
583 raccess_guess_darwin_hfsplus( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) raccess_guess_darwin_hfsplus() argument
619 raccess_guess_darwin_newvfs( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) raccess_guess_darwin_newvfs() argument
655 raccess_guess_vfat( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) raccess_guess_vfat() argument
682 raccess_guess_linux_cap( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) raccess_guess_linux_cap() argument
708 raccess_guess_linux_double( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) raccess_guess_linux_double() argument
739 raccess_guess_linux_netatalk( FT_Library library, FT_Stream stream, char *base_file_name, char **result_file_name, FT_Long *result_offset ) raccess_guess_linux_netatalk() argument
771 raccess_guess_apple_generic( FT_Library library, FT_Stream stream, char *base_file_name, FT_Int32 magic, FT_Long *result_offset ) raccess_guess_apple_generic() argument
910 FT_Raccess_Guess( FT_Library library, FT_Stream stream, char *base_name, char **new_names, FT_Long *offsets, FT_Error *errors ) FT_Raccess_Guess() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/bzip2/
H A Dftbzip2.c99 FT_Stream stream; /* embedding stream */ member
141 ft_bzip2_file_init( FT_BZip2File zip, FT_Stream stream, FT_Stream source ) ft_bzip2_file_init() argument
212 FT_Stream stream = zip->source; ft_bzip2_file_reset() local
243 FT_Stream stream = zip->source; ft_bzip2_file_fill_input() local
444 ft_bzip2_stream_io( FT_Stream stream, unsigned long offset, unsigned char* buffer, unsigned long count ) ft_bzip2_stream_io() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffgload.c254 FT_Stream stream = cff_face->root.stream; in FT_LOCAL_DEF() local
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidload.c245 FT_Stream stream = parser->stream; in parse_fd_array() local
518 FT_Stream stream = face->cid_stream; in cid_read_subrs() local
674 FT_Stream stream = face->root.stream; in cid_hex_to_binary() local
[all...]
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftgzip.c184 FT_Stream stream; /* embedding stream */ member
284 ft_gzip_file_init( FT_GZipFile zip, FT_Stream stream, FT_Stream source ) ft_gzip_file_init() argument
354 FT_Stream stream = zip->source; ft_gzip_file_reset() local
383 FT_Stream stream = zip->source; ft_gzip_file_fill_input() local
587 ft_gzip_stream_io( FT_Stream stream, unsigned long offset, unsigned char* buffer, unsigned long count ) ft_gzip_stream_io() argument
733 z_stream stream; FT_EXPORT_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfdrivr.c473 FT_Stream stream; FT_CALLBACK_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrgload.c722 pfr_glyph_load_rec( PFR_Glyph glyph, FT_Stream stream, FT_ULong gps_offset, FT_ULong offset, FT_ULong size ) pfr_glyph_load_rec() argument
H A Dpfrobjs.c507 FT_Stream stream = pfrface->stream; in FT_LOCAL_DEF() local
[all...]
H A Dpfrsbit.c586 FT_Stream stream = face->root.stream; in FT_LOCAL() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttload.c175 check_table_dir( SFNT_Header sfnt, FT_Stream stream, FT_UShort* valid ) check_table_dir() argument
569 FT_Stream stream; FT_LOCAL_DEF() local
630 tt_face_load_generic_header( TT_Face face, FT_Stream stream, FT_ULong tag ) tt_face_load_generic_header() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttobjs.c252 tt_synth_sfnt_checksum( FT_Stream stream, in tt_synth_sfnt_checksum() argument
826 FT_Stream stream; tt_face_done() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp110 std::stringstream stream; in generateCodeSequence() local
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_windows.cc204 HANDLE stream; in Exec() member
/third_party/skia/third_party/externals/zlib/contrib/bench/
H A Dzlib_bench.cc133 z_stream stream; in zlib_compress() local
163 z_stream stream; zlib_uncompress() local
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Diowin32.c203 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func() argument
225 win32_write_file_func(voidpf opaque,voidpf stream,const void* buf,uLong size) win32_write_file_func() argument
266 win32_tell_file_func(voidpf opaque,voidpf stream) win32_tell_file_func() argument
289 win32_tell64_file_func(voidpf opaque, voidpf stream) win32_tell64_file_func() argument
314 win32_seek_file_func(voidpf opaque,voidpf stream,uLong offset,int origin) win32_seek_file_func() argument
352 win32_seek64_file_func(voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) win32_seek64_file_func() argument
391 win32_close_file_func(voidpf opaque, voidpf stream) win32_close_file_func() argument
409 win32_error_file_func(voidpf opaque,voidpf stream) win32_error_file_func() argument
[all...]

Completed in 18 milliseconds

1...<<21222324252627282930>>...46