Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp375 FXFT_StreamRec streamRec; in GetFontFace() local
376 memset(&streamRec, 0, sizeof(FXFT_StreamRec)); in GetFontFace()
377 streamRec.size = pFileRead->GetSize(); in GetFontFace()
378 streamRec.descriptor.pointer = static_cast<void*>(pFileRead.Get()); in GetFontFace()
379 streamRec.read = FPF_SkiaStream_Read; in GetFontFace()
380 streamRec.close = FPF_SkiaStream_Close; in GetFontFace()
383 args.stream = &streamRec; in GetFontFace()
/external/skqp/src/ports/
DSkFontHost_FreeType.cpp1825 FT_StreamRec streamRec; in recognizedFont() local
1826 FT_Face face = this->openFace(stream, -1, &streamRec); in recognizedFont()
1844 FT_StreamRec streamRec; in scanFont() local
1845 FT_Face face = this->openFace(stream, ttcIndex, &streamRec); in scanFont()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp1825 FT_StreamRec streamRec; in recognizedFont() local
1826 FT_Face face = this->openFace(stream, -1, &streamRec); in recognizedFont()
1844 FT_StreamRec streamRec; in scanFont() local
1845 FT_Face face = this->openFace(stream, ttcIndex, &streamRec); in scanFont()