Home
last modified time | relevance | path

Searched refs:ftStream (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp646 FXFT_Stream ftStream = in LoadFace() local
648 memset(ftStream, 0, sizeof(FXFT_StreamRec)); in LoadFace()
649 ftStream->base = nullptr; in LoadFace()
650 ftStream->descriptor.pointer = static_cast<void*>(pFontStream.Get()); in LoadFace()
651 ftStream->pos = 0; in LoadFace()
652 ftStream->size = static_cast<unsigned long>(pFontStream->GetSize()); in LoadFace()
653 ftStream->read = ftStreamRead; in LoadFace()
654 ftStream->close = ftStreamClose; in LoadFace()
659 ftArgs.stream = ftStream; in LoadFace()
663 ft_sfree(ftStream); in LoadFace()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp296 static unsigned long sk_ft_stream_io(FT_Stream ftStream, in sk_ft_stream_io() argument
301 SkStreamAsset* stream = static_cast<SkStreamAsset*>(ftStream->descriptor.pointer); in sk_ft_stream_io()
1789 FT_Stream ftStream) const in openFace()
1805 memset(ftStream, 0, sizeof(*ftStream)); in openFace()
1806 ftStream->size = stream->getLength(); in openFace()
1807 ftStream->descriptor.pointer = stream; in openFace()
1808 ftStream->read = sk_ft_stream_io; in openFace()
1809 ftStream->close = sk_ft_stream_close; in openFace()
1812 args.stream = ftStream; in openFace()
DSkFontHost_FreeType_common.h83 FT_Face openFace(SkStreamAsset* stream, int ttcIndex, FT_Stream ftStream) const;
/external/skqp/src/ports/
DSkFontHost_FreeType.cpp296 static unsigned long sk_ft_stream_io(FT_Stream ftStream, in sk_ft_stream_io() argument
301 SkStreamAsset* stream = static_cast<SkStreamAsset*>(ftStream->descriptor.pointer); in sk_ft_stream_io()
1789 FT_Stream ftStream) const in openFace()
1805 memset(ftStream, 0, sizeof(*ftStream)); in openFace()
1806 ftStream->size = stream->getLength(); in openFace()
1807 ftStream->descriptor.pointer = stream; in openFace()
1808 ftStream->read = sk_ft_stream_io; in openFace()
1809 ftStream->close = sk_ft_stream_close; in openFace()
1812 args.stream = ftStream; in openFace()
DSkFontHost_FreeType_common.h83 FT_Face openFace(SkStreamAsset* stream, int ttcIndex, FT_Stream ftStream) const;