Home
last modified time | relevance | path

Searched refs:streamRec (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp356 FXFT_StreamRec streamRec; in GetFontFace() local
357 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()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp1646 FT_StreamRec streamRec; in recognizedFont() local
1647 FT_Face face = this->openFace(stream, -1, &streamRec); in recognizedFont()
1665 FT_StreamRec streamRec; in scanFont() local
1666 FT_Face face = this->openFace(stream, ttcIndex, &streamRec); in scanFont()