Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp87 if (pFont->m_OtfFontData.GetSize()) { in LoadClone()
88 m_OtfFontData.AttachData(pFont->m_OtfFontData.GetBuffer(), in LoadClone()
89 pFont->m_OtfFontData.GetSize()); in LoadClone()
112 m_OtfFontData.DetachBuffer(); in ~CFX_Font()
/external/pdfium/core/include/fxge/
Dfx_font.h126 CFX_BinaryBuf m_OtfFontData; variable