Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp68 m_pOwnedStream = NULL; in CFX_Font()
102 m_pOwnedStream = pFont->m_pOwnedStream; in LoadClone()
129 FX_Free(m_pOwnedStream); in ~CFX_Font()
222 m_pOwnedStream = stream; in LoadFile()
/external/pdfium/core/include/fxge/
Dfx_font.h138 void* m_pOwnedStream; variable