Searched refs:streamRec (Results 1 – 2 of 2) sorted by relevance
356 FXFT_StreamRec streamRec; in GetFontFace() local357 FXSYS_memset(&streamRec, 0, sizeof(FXFT_StreamRec)); in GetFontFace()358 streamRec.size = pFileRead->GetSize(); in GetFontFace()359 streamRec.descriptor.pointer = pFileRead; in GetFontFace()360 streamRec.read = FPF_SkiaStream_Read; in GetFontFace()361 streamRec.close = FPF_SkiaStream_Close; in GetFontFace()364 args.stream = &streamRec; in GetFontFace()
1646 FT_StreamRec streamRec; in recognizedFont() local1647 FT_Face face = this->openFace(stream, -1, &streamRec); in recognizedFont()1665 FT_StreamRec streamRec; in scanFont() local1666 FT_Face face = this->openFace(stream, ttcIndex, &streamRec); in scanFont()