/third_party/skia/tests/ |
H A D | TypefaceTest.cpp | 127 std::unique_ptr<SkStreamAsset> stream = typeface->openStream(&fontIndex); in DEF_TEST() local 139 SkDynamicMemoryWStream stream; in DEF_TEST() local
|
H A D | CodecPartialTest.cpp | 71 HaltingStream* stream = new HaltingStream(file, minBytes); in test_partial() local 433 HaltingStream* stream = new HaltingStream(data, 23); DEF_TEST() local [all...] |
H A D | FrontBufferedStreamTest.cpp | 213 LengthOptionalStream* stream = test_length_combos() local 295 auto stream = android::skia::FrontBufferedStream::Make( DEF_TEST() local [all...] |
H A D | FontHostTest.cpp | 72 static void test_fontstream(skiatest::Reporter* reporter, SkStream* stream, int ttcIndex) { in test_fontstream() argument
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_mac_ct.cpp | 228 static sk_sp<SkData> skdata_from_skstreamasset(std::unique_ptr<SkStreamAsset> stream) { in skdata_from_skstreamasset() argument [all...] |
H A D | SkFontMgr_preview.h | 195 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(pathName.c_str()); in SkFontStyleSet_Preview() local
|
H A D | SkFontMgr_preview.cpp | 160 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 D | SkTypeface_win_dw.cpp | 273 std::unique_ptr<SkStreamAsset> stream = this->openStream(&ttcIndex); in onGetTableTags() local
|
/third_party/skia/src/utils/ |
H A D | SkJSONWriter.h | 49 SkJSONWriter(SkWStream* stream, Mode mode = Mode::kFast) in SkJSONWriter() argument
|
/third_party/skia/src/utils/win/ |
H A D | SkDWriteFontFileStream.cpp | 137 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 D | ftrfork.c | 443 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 D | ftbzip2.c | 99 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 D | cffgload.c | 254 FT_Stream stream = cff_face->root.stream; in FT_LOCAL_DEF() local
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
H A D | cidload.c | 245 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 D | ftgzip.c | 184 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 D | pcfdrivr.c | 473 FT_Stream stream; FT_CALLBACK_DEF() local [all...] |
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrgload.c | 722 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 D | pfrobjs.c | 507 FT_Stream stream = pfrface->stream; in FT_LOCAL_DEF() local [all...] |
H A D | pfrsbit.c | 586 FT_Stream stream = face->root.stream; in FT_LOCAL() local
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttload.c | 175 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 D | ttobjs.c | 252 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 D | InstrOrderFile.cpp | 110 std::stringstream stream; in generateCodeSequence() local
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
H A D | command_windows.cc | 204 HANDLE stream; in Exec() member
|
/third_party/skia/third_party/externals/zlib/contrib/bench/ |
H A D | zlib_bench.cc | 133 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 D | iowin32.c | 203 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...] |