Home | History | Annotate | Download | only in apple

Lines Matching refs:m_pPlatformFont

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);