Searched refs:m_pFontDataAllocation (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp19 m_pFontDataAllocation = NULL;
36 if (m_pFontDataAllocation) {
37 FX_Free(m_pFontDataAllocation);
38 m_pFontDataAllocation = NULL;
188 m_pFontDataAllocation = FX_Alloc(FX_BYTE, size);
189 if (!m_pFontDataAllocation) {
192 FXSYS_memcpy32(m_pFontDataAllocation, data, size);
193 m_Face = FT_LoadFont((FX_LPBYTE)m_pFontDataAllocation, size);
194 m_pFontData = (FX_LPBYTE)m_pFontDataAllocation;
/external/pdfium/core/include/fxge/
H A Dfx_font.h127 FX_LPBYTE m_pFontDataAllocation; member in class:CFX_Font

Completed in 30 milliseconds