Searched refs:m_pPlatformFont (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fxge/apple/
H A Dfx_apple_platform.cpp66 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;
H A Dfx_quartz_device.cpp817 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);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp23 m_pPlatformFont = NULL;
76 m_pPlatformFont = m_pSubstFont->m_ExtHandle;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp1119 if (!m_Font.m_pPlatformFont) {
1123 m_Font.m_pPlatformFont = quartz2d.CreateFont(m_Font.m_pFontData, m_Font.m_dwSize);
1124 if (NULL == m_Font.m_pPlatformFont) {
1142 m_ExtGID[charcode] = CGFontGetGlyphWithGlyphName((CGFontRef)m_Font.m_pPlatformFont, name_ct);
1178 m_ExtGID[charcode] = CGFontGetGlyphWithGlyphName((CGFontRef)m_Font.m_pPlatformFont, name_ct);
1191 m_ExtGID[charcode] = CGFontGetGlyphWithGlyphName((CGFontRef)m_Font.m_pPlatformFont, name_ct);
1215 m_ExtGID[charcode] = CGFontGetGlyphWithGlyphName((CGFontRef)m_Font.m_pPlatformFont, name_ct);
1234 m_ExtGID[charcode] = CGFontGetGlyphWithGlyphName((CGFontRef)m_Font.m_pPlatformFont, name_ct);
1258 m_ExtGID[charcode] = CGFontGetGlyphWithGlyphName((CGFontRef)m_Font.m_pPlatformFont, name_ct);
1269 m_ExtGID[charcode] = CGFontGetGlyphWithGlyphName((CGFontRef)m_Font.m_pPlatformFont, name_c
[all...]
/external/pdfium/core/include/fxge/
H A Dfx_font.h131 void* m_pPlatformFont; member in class:CFX_Font

Completed in 123 milliseconds