HomeSort by relevance Sort by last modified time
    Searched refs:m_pPlatformFont (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 66 if (!pFont->m_pPlatformFont) {
70 pFont->m_pPlatformFont = quartz2d.CreateFont(pFont->m_pFontData, pFont->m_dwSize);
71 if (NULL == pFont->m_pPlatformFont) {
94 pFont->m_pPlatformFont,
166 if (m_pPlatformFont) {
168 quartz2d.DestroyFont(m_pPlatformFont);
169 m_pPlatformFont = NULL;
fx_quartz_device.cpp 817 if (!pFont->m_pPlatformFont) {
821 pFont->m_pPlatformFont = quartz2d.CreateFont(pFont->m_pFontData, pFont->m_dwSize);
822 if (NULL == pFont->m_pPlatformFont) {
845 CGContextSetFont(_context, (CGFontRef)pFont->m_pPlatformFont);
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 23 m_pPlatformFont = NULL;
84 m_pPlatformFont = m_pSubstFont->m_ExtHandle;
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 133 void* m_pPlatformFont;

Completed in 91 milliseconds