OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pFontStream
(Results
1 - 9
of
9
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp
548
CPDF_Stream*
pFontStream
) {
549
ASSERT(
pFontStream
);
551
auto it = m_FontFileMap.find(
pFontStream
);
555
CPDF_Dictionary* pFontDict =
pFontStream
->GetDict();
563
pFontFile->LoadAllData(
pFontStream
, FALSE, org_size);
566
m_FontFileMap[
pFontStream
] = ftData;
570
void CPDF_DocPageData::ReleaseFontFileStreamAcc(CPDF_Stream*
pFontStream
,
572
if (!
pFontStream
)
575
auto it = m_FontFileMap.find(
pFontStream
);
pageint.h
346
CPDF_StreamAcc* GetFontFileStreamAcc(CPDF_Stream*
pFontStream
);
347
void ReleaseFontFileStreamAcc(CPDF_Stream*
pFontStream
,
/external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp
222
IFX_Font* CFX_StdFontMgrImp::LoadFont(IFX_Stream*
pFontStream
,
227
FXSYS_assert(
pFontStream
!= NULL &&
pFontStream
->GetLength() > 0);
229
if (m_StreamFonts.Lookup((void*)
pFontStream
, (void*&)pFont)) {
239
pFont = IFX_Font::LoadFont(
pFontStream
, this, bSaveStream);
242
m_StreamFonts.SetAt((void*)
pFontStream
, (void*)pFont);
616
IFX_FileRead*
pFontStream
= NULL;
619
pFontStream
= pFontSource->CreateFileStream(FX_FILEMODE_ReadOnly);
620
if (NULL ==
pFontStream
) {
624
if (NULL == (pFace = LoadFace(
pFontStream
, 0))) {
[
all
...]
fx_gefont.cpp
62
IFX_Font* IFX_Font::LoadFont(IFX_Stream*
pFontStream
,
67
return pFontMgr->LoadFont(
pFontStream
, 0, NULL);
72
if (!pFont->LoadFont(
pFontStream
, bSaveStream)) {
282
FX_BOOL CFX_GEFont::LoadFont(IFX_Stream*
pFontStream
, FX_BOOL bSaveStream) {
283
if (m_pFont || m_pFileRead || !
pFontStream
||
pFontStream
->GetLength() < 1) {
288
m_pStream =
pFontStream
;
290
m_pFileRead = FX_CreateFileRead(
pFontStream
);
fx_gdifont.cpp
75
IFX_Font* IFX_Font::LoadFont(IFX_Stream*
pFontStream
,
79
if (!pFont->LoadFont(
pFontStream
)) {
247
FX_BOOL CFX_GdiFont::LoadFont(IFX_Stream*
pFontStream
) {
248
FXSYS_assert(m_hFont == NULL &&
pFontStream
!= NULL);
249
int32_t iLength =
pFontStream
->GetLength();
254
iLength =
pFontStream
->ReadData(pBuf, iLength);
fx_stdfontmgr.h
38
virtual IFX_Font* LoadFont(IFX_Stream*
pFontStream
,
178
virtual IFX_Font* LoadFont(IFX_Stream*
pFontStream
,
213
FXFT_Face LoadFace(IFX_FileRead*
pFontStream
, int32_t iFaceIndex);
fx_gdifont.h
40
FX_BOOL LoadFont(IFX_Stream*
pFontStream
);
fx_gefont.h
26
FX_BOOL LoadFont(IFX_Stream*
pFontStream
, FX_BOOL bSaveStream);
/external/pdfium/xfa/src/fgas/include/
fx_fnt.h
60
static IFX_Font* LoadFont(IFX_Stream*
pFontStream
,
164
virtual IFX_Font* LoadFont(IFX_Stream*
pFontStream
,
255
virtual IFX_Font* LoadFont(IFX_Stream*
pFontStream
,
Completed in 123 milliseconds