Searched refs:ftStream (Results 1 – 2 of 2) sorted by relevance
247 static unsigned long sk_ft_stream_io(FT_Stream ftStream, in sk_ft_stream_io() argument252 SkStreamAsset* stream = static_cast<SkStreamAsset*>(ftStream->descriptor.pointer); in sk_ft_stream_io()1602 FT_Stream ftStream) const in openFace()1618 memset(ftStream, 0, sizeof(*ftStream)); in openFace()1619 ftStream->size = stream->getLength(); in openFace()1620 ftStream->descriptor.pointer = stream; in openFace()1621 ftStream->read = sk_ft_stream_io; in openFace()1622 ftStream->close = sk_ft_stream_close; in openFace()1625 args.stream = ftStream; in openFace()
50 FT_Face openFace(SkStream* stream, int ttcIndex, FT_Stream ftStream) const;